summaryrefslogtreecommitdiff
path: root/atmel-samd/asf_conf
AgeCommit message (Collapse)Author
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft
* 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-05-02atmel-samd: Use DMA for SPI flash block transfers.Scott Shawcroft
Fixes #99
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft
2017-03-24Add PulseIn support which can be used to measure a series of pulse widths.0.9.2Scott Shawcroft
This is useful for infrared input and DHT sensors.
2017-02-10atmel-samd: Rework the clock configs to only be crystalless when needed by ↵Scott Shawcroft
the hardware.
2016-12-12atmel-samd: Basic capacitive touch button support.Scott Shawcroft
Currently only works on a single channel and is only enabled for boards with SPI flash. Only really designed for hardware testing at this point.
2016-11-07atmel-samd: Stop relying on an external crystal.Scott Shawcroft
2016-10-11atmel-samd: Add support for SPI.Scott Shawcroft
Also separate out the ASF config headers that are shared across all boards.