-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add RunMode.UF2 and update esp32s2 run-modes #4925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank for taking a look at this! Just a couple things.
- add microcontroller.RunMode.UF2 - add UF2, NORMAL and BOOTLOADER run-modes to esp32s2
Note that the |
There is a fix for reset to uf2 for tinyuf2 due to changes to latest IDF adafruit/tinyuf2#130 . Using the latest 0.5.0 should probably work fine. |
@hathach Thanks for dropping by and notifying about that change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @microdev1 and @hathach!
No problems, I am glad that helps |
This PR closes #3884.
microcontroller.RunMode.UF2
UF2
,NORMAL
andBOOTLOADER
run-modes to esp32s2