summaryrefslogtreecommitdiff
path: root/atmel-samd/boards/arduino_zero/init.c
AgeCommit message (Collapse)Author
2017-06-16atmel-samd: Add user initiated safe mode and rework board.c forScott Shawcroft
board specific functionality. Fixes #155
2017-02-19atmel-samd: Remove support for UART REPL from Arduino Zero.Scott Shawcroft
2016-11-29Slim down Arduino Zero build by turning off mass storage LEDs.Scott Shawcroft
2016-10-07atmel-samd: Make UART REPL Arduino Zero specific. Most will use USB REPL.Scott Shawcroft
2016-09-15atmel-samd: Support raw repl and soft reset to support ampy.Scott Shawcroft
Closes #1. Also adds TX and RX led support on the Arduino Zero.
2016-08-22Blinking the LED works. Clocks should be set up correctly.Scott Shawcroft
Everything works fine without USB being plugged in but faults (I think) when USB is plugged in. This is switched away from the USB code from the bootloader onto the USB code thats generated by Atmel Studio using the high level classes from ASF.