circuitpython/atmel-samd/common-hal
Scott Shawcroft 6839fff313 Move to ASF4 and introduce SAMD51 support. (#258)
* atmel-samd: Remove ASF3. This will break builds.

* atmel-samd: Add ASF4 for the SAMD21 and SAMD51.

* Introduce the supervisor concept to facilitate porting.

The supervisor is the code which runs individual MicroPython VMs. By
splitting it out we make it more consistent and easier to find.

This also adds very basic SAMD21 and SAMD51 support using the
supervisor. Only the REPL currently works.

This begins the work for #178.
2017-09-22 21:05:51 -04:00
..
analogio Move to ASF4 and introduce SAMD51 support. (#258) 2017-09-22 21:05:51 -04:00
audiobusio atmel-samd: Enable 8-bit audio recording support even though it'll be 2017-09-05 16:37:02 -07:00
audioio Move to ASF4 and introduce SAMD51 support. (#258) 2017-09-22 21:05:51 -04:00
board Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
busio atmel-samd: Remember SPI baudrate. 2017-09-01 12:44:52 -07:00
digitalio Move to ASF4 and introduce SAMD51 support. (#258) 2017-09-22 21:05:51 -04:00
microcontroller Move to ASF4 and introduce SAMD51 support. (#258) 2017-09-22 21:05:51 -04:00
neopixel_write Split up nativeio. 2017-04-10 13:32:19 -07:00
nvm Add microcontroller.cpu.temperature, for use as a simple sensor on minimal boards. (#211) 2017-08-31 13:48:30 -04:00
os Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00
pulseio Move to ASF4 and introduce SAMD51 support. (#258) 2017-09-22 21:05:51 -04:00
storage Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
time This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00
touchio Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
usb_hid Move to ASF4 and introduce SAMD51 support. (#258) 2017-09-22 21:05:51 -04:00