circuitpython/atmel-samd/boards
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
..
arduino_zero Enable REPL over USB. 2016-08-24 00:14:11 -07:00
feather_m0_ble Change the board information used in the header to be board specific. 2016-08-23 17:36:29 -07:00
samd21x18-bootloader.ld Enable REPL over USB. 2016-08-24 00:14:11 -07:00
samd21x18.ld Enable REPL over USB. 2016-08-24 00:14:11 -07:00