-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add idf.py monitor argument --no-reset (-R) to prevent resetting the …
…MCU target on monitor startup Add idf.py monitor argument --no-reset (-R) to prevent resetting the CPU on monitor startup idf.py monitor: fix type signature idf.py monitor: fix reset key shortcut when --no-reset (-R) argument is used idf.py monitor: change --no-reset (-R) argument descriptions in help idf.py monitor: simplify --no-reset (-R) argument checks idf.py monitor: add warning if --no-reset is used, but --port is not given idf.py monitor: ignore --no-reset if --port is not given
- Loading branch information
Showing
5 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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