circuitpython/atmel-samd/boards/arduino_zero
Scott Shawcroft 0c4f9b878a Enable REPL over USB.
All of the code was there except the linker was failing to clear the bss section because I added too many .zeros. The should have only been the exported globals that start with _ like _szero = .. Fixing that and turn on the usb transmit fixed everything.
2016-08-24 00:14:11 -07:00
..
conf_board.h Add support for REPL on Arduino Zero through EDBG via UART. 2016-08-23 16:47:53 -07:00
conf_clocks.h Blinking the LED works. Clocks should be set up correctly. 2016-08-22 23:53:11 -07:00
conf_sleepmgr.h Blinking the LED works. Clocks should be set up correctly. 2016-08-22 23:53:11 -07:00
conf_usb.h Blinking the LED works. Clocks should be set up correctly. 2016-08-22 23:53:11 -07:00
init.c Blinking the LED works. Clocks should be set up correctly. 2016-08-22 23:53:11 -07:00
mpconfigboard.h Enable REPL over USB. 2016-08-24 00:14:11 -07:00
mpconfigboard.mk Blinking the LED works. Clocks should be set up correctly. 2016-08-22 23:53:11 -07:00
user_board.h Blinking the LED works. Clocks should be set up correctly. 2016-08-22 23:53:11 -07:00