docs/esp32/quickref.rst: Reinitialize watchdog timer with longer timeout.#7770
Closed
IhorNehrutsa wants to merge 4 commits into
Closed
docs/esp32/quickref.rst: Reinitialize watchdog timer with longer timeout.#7770IhorNehrutsa wants to merge 4 commits into
IhorNehrutsa wants to merge 4 commits into
Conversation
dpgeorge
reviewed
Jan 18, 2023
| you don't have enough time to copy the updates to the device. | ||
| ESP32 alows reinitialise the watchdog with a longer timeout – like an hour. | ||
|
|
||
| More comprehansive example usage:: |
Member
There was a problem hiding this comment.
A long example like this doesn't belong in the quickref. The paragraph above is enough (to mention that the timeout can be reinitialised).
|
Code size report: |
Contributor
Author
|
Crash when git rebase. |
tannewt
pushed a commit
to tannewt/circuitpython
that referenced
this pull request
Mar 24, 2023
This reverts commit 7e6e824. Fixes micropython#7770 The change in micropython#7623 needs to be revered; the raise-site added in micropython#7632 is the correct one and the one in socketpool needs to be reverted. This is not affecting 8.0.x because micropython#7623 was not back-ported to there before we realized it was not a full fix. Both micropython#7770 and micropython#7606 should be re-tested. I didn't test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
You need enough time to upload files to the device after exiting to REPL(WebREPL).
Discussion in
ESP32/machine_wdt.c: Add WDT.deinit() method. #6631
The best explanation at #6631 (comment)