circuitpython/atmel-samd/boards
Scott Shawcroft d189a3f3cf atmel-samd: Support auto-reset based on USB write activity.
It will soft-reboot micropython after a burst of writes to the
file system. This means that after you save files on your computer
they will be automatically rerun.

This can be disabled in the build by unsetting AUTORESET_TIMER in
mpconfigboard.h.

Using the REPL will also prevent the soft resets until you reset
with CTRL-D manually.
2016-10-25 18:36:37 -07:00
..
arduino_zero atmel-samd: Support auto-reset based on USB write activity. 2016-10-25 18:36:37 -07:00
feather_m0_adalogger atmel-samd: Support auto-reset based on USB write activity. 2016-10-25 18:36:37 -07:00
feather_m0_basic atmel-samd: Support auto-reset based on USB write activity. 2016-10-25 18:36:37 -07:00
metro_m0_flash atmel-samd: Support auto-reset based on USB write activity. 2016-10-25 18:36:37 -07:00
samd21x18-bootloader-external-flash.ld atmel-samd: Support external flash on the Metro M0 w/Flash. 2016-10-21 15:44:09 -07:00
samd21x18-bootloader.ld atmel-samd: Ensure at least 2k is left for the stack. 2016-10-21 15:43:24 -07:00
samd21x18-external-flash.ld atmel-samd: Add linker file for bootloaderless board with external flash. 2016-10-21 15:44:08 -07:00
samd21x18.ld atmel-samd: Ensure at least 2k is left for the stack. 2016-10-21 15:43:24 -07:00