circuitpython/atmel-samd/boards/metro_m0_flash
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
..
conf_access.h atmel-samd: Support external flash on the Metro M0 w/Flash. 2016-10-21 15:44:09 -07:00
conf_board.h atmel-samd: Add basic support for experimental Metro M0 with an external flash chip. 2016-10-07 15:09:01 -07:00
conf_usb.h atmel-samd: Add basic support for experimental Metro M0 with an external flash chip. 2016-10-07 15:09:01 -07:00
init.c atmel-samd: Add basic support for experimental Metro M0 with an external flash chip. 2016-10-07 15:09:01 -07:00
mpconfigboard.h atmel-samd: Support auto-reset based on USB write activity. 2016-10-25 18:36:37 -07:00
mpconfigboard.mk atmel-samd: Support external flash on the Metro M0 w/Flash. 2016-10-21 15:44:09 -07:00
pins.c atmel-samd: Support external flash on the Metro M0 w/Flash. 2016-10-21 15:44:09 -07:00
pins.h atmel-samd: Add basic support for experimental Metro M0 with an external flash chip. 2016-10-07 15:09:01 -07:00