circuitpython/atmel-samd/boards/arduino_zero
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: Rework mass storage interaction with underlying block 2016-10-21 15:36:59 -07:00
conf_board.h Add support for REPL on Arduino Zero through EDBG via UART. 2016-08-23 16:47:53 -07:00
conf_usb.h atmel-samd: Only output to USB after DTR and don't send anything larger than the room left in the USB TX buffer. 2016-10-25 18:29:04 -07:00
init.c atmel-samd: Make UART REPL Arduino Zero specific. Most will use USB REPL. 2016-10-07 15:06:07 -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: Rework mass storage interaction with underlying block 2016-10-21 15:36:59 -07:00
pins.c atmel-samd: Fix A1 and A2 analog inputs. 2016-10-07 15:01:26 -07:00
pins.h atmel-samd: Fix include guard. 2016-10-25 15:03:22 -07:00