summaryrefslogtreecommitdiff
path: root/atmel-samd/main.c
AgeCommit message (Expand)Author
2016-11-30atmel-samd: Move the README text out of ROM to save space. We can still ship ...Scott Shawcroft
2016-11-29atmel-samd: Switch to MICROPY_PORT_ROOT_POINTERS for the flash cache.Scott Shawcroft
2016-11-21atmel-samd: Default to code.txt instead of main.py (main.py will still work o...Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-01atmel-samd: Reset all SERCOMs except the SPI flash one if used. #29Scott Shawcroft
2016-10-28atmel-samd: Rework tick timer to use TC5 and support neopixel status LED.Scott Shawcroft
2016-10-25atmel-samd: Support auto-reset based on USB write activity.Scott Shawcroft
2016-10-25atmel-samd: Fix file system init.Scott Shawcroft
2016-10-21atmel-samd: Add a heap based cache for writing to flash.Scott Shawcroft
2016-10-21atmel-samd: Start USB at the end so storage is initialized.Scott Shawcroft
2016-10-21atmel-samd: Rework mass storage interaction with underlying blockScott Shawcroft
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