You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The reason will be displayed to describe this comment to others. Learn more.
This does not work to exit bootloader if it was entered via GPIO0 pull down. Only if it was done by setting RTC_CNTL_FORCE_DOWNLOAD_BOOT_MASK before a reset.
It also doesn't seem necessary when in USB OTG mode. It's only in USB Serial/JTAG mode that the bootloader reset will not clear this flag.
39cdec2
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.
What regression happened, to revert this?
39cdec2
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.
We had issues with pytest-embedded integration. We needed to have a working tagged development release and didn't have time to solve the issue.
But the patch will be re-applied again and should make it to the final v4.8 release.
39cdec2
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.
This does not work to exit bootloader if it was entered via GPIO0 pull down. Only if it was done by setting
RTC_CNTL_FORCE_DOWNLOAD_BOOT_MASK
before a reset.It also doesn't seem necessary when in USB OTG mode. It's only in USB Serial/JTAG mode that the bootloader reset will not clear this flag.