summaryrefslogtreecommitdiff
path: root/atmel-samd/main.c
AgeCommit message (Expand)Author
2016-10-13atmel-samd: Implement time.ticks_ms function using SysTick timer, add global ...Tony DiCola
2016-10-10atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.Scott Shawcroft
2016-10-07atmel-samd: Make UART REPL Arduino Zero specific. Most will use USB REPL.Scott Shawcroft
2016-10-05atmel-samd: Update the Micro Trace Buffer to have better defines.Scott Shawcroft
2016-10-05atmel-samd: Support composite CDC and mass storage USB device.Scott Shawcroft
2016-10-04atmel-samd: Add Micro Trace Buffer support to the debug build.Scott Shawcroft
2016-09-22atmel-samd: Correct the stack_top pointer used in garbage collection.Scott Shawcroft
2016-09-22atmel-samd: Run boot.py and main.py at startup and soft reboot.Scott Shawcroft
2016-09-19atmel-samd: Add sys, fix import and increase the size of the heap.Scott Shawcroft
2016-09-15atmel-samd: Support raw repl and soft reset to support ampy.Scott Shawcroft
2016-09-02atmel/samd: Add filesystem support. 64k is stored in flash.v1.8.3-62-g09be96aScott Shawcroft
2016-08-31atmel/samd: Support CTRL-C on USB. This won't escape native code but it will ...Scott Shawcroft
2016-08-28atmel-samd: Rename module classes so they don't conflict with names from ASF.Scott Shawcroft
2016-08-24atmel-samd: Support Digital IO pins.Scott Shawcroft
2016-08-24Enable REPL over USB.Scott Shawcroft
2016-08-23Add support for REPL on Arduino Zero through EDBG via UART.Scott Shawcroft
2016-08-22Blinking the LED works. Clocks should be set up correctly.Scott Shawcroft
2016-08-22Compiled and linked SAMD21x18 version successfully.Scott Shawcroft