circuitpython/lib/mp-readline
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
..
readline.c lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. 2015-11-07 13:07:43 +00:00
readline.h atmel-samd: Support auto-reset based on USB write activity. 2016-10-25 18:36:37 -07:00