circuitpython/atmel-samd/boards
Scott Shawcroft 5b3a143ffe atmel-samd: Rework tick timer to use TC5 and support neopixel status LED.
The tick timer needed to be reworked because the ASF delay functions also
use the SysTick timer. Now, it uses TC5 and calls out to the autoreset
logic every tick. Fixes #43.

Added neopixel status colors and corrected the latch time from ms to us.
Fixes #42.
2016-10-28 20:16:39 -07:00
..
arduino_zero atmel-samd: Rework tick timer to use TC5 and support neopixel status LED. 2016-10-28 20:16:39 -07:00
feather_m0_adalogger atmel-samd: Rework tick timer to use TC5 and support neopixel status LED. 2016-10-28 20:16:39 -07:00
feather_m0_basic atmel-samd: Rework tick timer to use TC5 and support neopixel status LED. 2016-10-28 20:16:39 -07:00
metro_m0_flash atmel-samd: Rework tick timer to use TC5 and support neopixel status LED. 2016-10-28 20:16:39 -07:00
samd21_pins.c atmel-samd: Rework pin definitions to share most of the data structures and included based on ASF defines. 2016-10-26 17:57:47 -07:00
samd21_pins.h atmel-samd: Rework pin definitions to share most of the data structures and included based on ASF defines. 2016-10-26 17:57:47 -07:00
samd21x18-bootloader-external-flash.ld atmel-samd: Support external flash on the Metro M0 w/Flash. 2016-10-21 15:44:09 -07:00
samd21x18-bootloader.ld atmel-samd: Ensure at least 2k is left for the stack. 2016-10-21 15:43:24 -07:00
samd21x18-external-flash.ld atmel-samd: Add linker file for bootloaderless board with external flash. 2016-10-21 15:44:08 -07:00
samd21x18.ld atmel-samd: Ensure at least 2k is left for the stack. 2016-10-21 15:43:24 -07:00