index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
/
main.c
Age
Commit message (
Expand
)
Author
2016-11-30
atmel-samd: Move the README text out of ROM to save space. We can still ship ...
Scott Shawcroft
2016-11-29
atmel-samd: Switch to MICROPY_PORT_ROOT_POINTERS for the flash cache.
Scott Shawcroft
2016-11-21
atmel-samd: Default to code.txt instead of main.py (main.py will still work o...
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-01
atmel-samd: Reset all SERCOMs except the SPI flash one if used. #29
Scott Shawcroft
2016-10-28
atmel-samd: Rework tick timer to use TC5 and support neopixel status LED.
Scott Shawcroft
2016-10-25
atmel-samd: Support auto-reset based on USB write activity.
Scott Shawcroft
2016-10-25
atmel-samd: Fix file system init.
Scott Shawcroft
2016-10-21
atmel-samd: Add a heap based cache for writing to flash.
Scott Shawcroft
2016-10-21
atmel-samd: Start USB at the end so storage is initialized.
Scott Shawcroft
2016-10-21
atmel-samd: Rework mass storage interaction with underlying block
Scott Shawcroft
2016-10-13
atmel-samd: Implement time.ticks_ms function using SysTick timer, add global ...
Tony DiCola
2016-10-10
atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.
Scott Shawcroft
2016-10-07
atmel-samd: Make UART REPL Arduino Zero specific. Most will use USB REPL.
Scott Shawcroft
2016-10-05
atmel-samd: Update the Micro Trace Buffer to have better defines.
Scott Shawcroft
2016-10-05
atmel-samd: Support composite CDC and mass storage USB device.
Scott Shawcroft
2016-10-04
atmel-samd: Add Micro Trace Buffer support to the debug build.
Scott Shawcroft
2016-09-22
atmel-samd: Correct the stack_top pointer used in garbage collection.
Scott Shawcroft
2016-09-22
atmel-samd: Run boot.py and main.py at startup and soft reboot.
Scott Shawcroft
2016-09-19
atmel-samd: Add sys, fix import and increase the size of the heap.
Scott Shawcroft
2016-09-15
atmel-samd: Support raw repl and soft reset to support ampy.
Scott Shawcroft
2016-09-02
atmel/samd: Add filesystem support. 64k is stored in flash.
v1.8.3-62-g09be96a
Scott Shawcroft
2016-08-31
atmel/samd: Support CTRL-C on USB. This won't escape native code but it will ...
Scott Shawcroft
2016-08-28
atmel-samd: Rename module classes so they don't conflict with names from ASF.
Scott Shawcroft
2016-08-24
atmel-samd: Support Digital IO pins.
Scott Shawcroft
2016-08-24
Enable REPL over USB.
Scott Shawcroft
2016-08-23
Add support for REPL on Arduino Zero through EDBG via UART.
Scott Shawcroft
2016-08-22
Blinking the LED works. Clocks should be set up correctly.
Scott Shawcroft
2016-08-22
Compiled and linked SAMD21x18 version successfully.
Scott Shawcroft
[prev]