summaryrefslogtreecommitdiff
path: root/atmel-samd/README.md
AgeCommit message (Collapse)Author
2017-01-05Improve docs and update to CircuitPython.Scott Shawcroft
2016-10-14atmel-samd: Rename Feather M0 Bluefruit files to Feather M0 Basic because ↵v1.8.4-20161014Scott Shawcroft
there isn't anything Bluefruit specific yet.
2016-10-14Rework the READMEs to clarify that this is a MicroPython derivative andScott Shawcroft
not MicroPython proper.
2016-10-03atmel-samd: Update bossac_osx with one that works.Scott Shawcroft
Add info to the README on how to get into bootloader on feathers. Fixes #6.
2016-08-24Enable REPL over USB.Scott Shawcroft
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-23Add support for REPL on Arduino Zero through EDBG via UART.Scott Shawcroft
2016-08-22Compiled and linked SAMD21x18 version successfully.Scott Shawcroft