Skip to content

atmel-samd: Support auto-reset based on USB write activity. - #38

Merged
tannewt merged 1 commit into
adafruit:masterfrom
tannewt:autoreset
Oct 26, 2016
Merged

atmel-samd: Support auto-reset based on USB write activity.#38
tannewt merged 1 commit into
adafruit:masterfrom
tannewt:autoreset

Conversation

@tannewt

@tannewt tannewt commented Oct 26, 2016

Copy link
Copy Markdown
Member

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.

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.
@tannewt
tannewt merged commit 04284a9 into adafruit:master Oct 26, 2016
dhalbert pushed a commit that referenced this pull request Jan 22, 2021
Update from adafruit main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant