- Notifications
You must be signed in to change notification settings - Fork1k
[Beta] Jump to system memory boot from user application#710
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Draft
fpistm wants to merge15 commits intostm32duino:mainChoose a base branch fromfpistm:jumpSysBL
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Draft
Changes fromall commits
Commits
Show all changes
15 commits Select commitHold shift + click to select a range
59a0936
Clean declaration
fpistm13945e3
Jump to system memory boot from user application
fpistm6c081f4
Add upload.use_1200bps_touch=true
fpistmb32a37a
Do not use the RTC to track a bootloader request
matthijskooijmanc40cfdd
Override Reset_Handler to jump to bootloader
matthijskooijmanc0ef636
Use handcoded delay in USBD_reenumerate
matthijskooijman93de06d
Clear reset flags before starting bootloader
matthijskooijmanc6edf2b
Simplify system flash address detection
matthijskooijman0871fee
Forward declare Original_Reset_handler
matthijskooijman6179810
Jump to bootloader from asm block
matthijskooijman8e5ad31
Delay autoreset to bootloader
matthijskooijman63c49b0
HACK: Do not use USB_DevDisconnect in early startup
matthijskooijman2f148bf
HACK: Extend HACK to boards with DPPU-based pullup control (e.g. F0)
matthijskooijman3da8f2d
[USB] Support DFU runtime protocol along CDC
matthijskooijmana37e822
Do not build for STM32MP1xx
fpistmFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
15 changes: 15 additions & 0 deletionsboards.txt
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
17 changes: 17 additions & 0 deletionscores/arduino/stm32/bootloader.h
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
5 changes: 5 additions & 0 deletionscores/arduino/stm32/startup_stm32yyxx.S
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
81 changes: 74 additions & 7 deletionscores/arduino/stm32/usb/cdc/usbd_cdc.c
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
3 changes: 2 additions & 1 deletioncores/arduino/stm32/usb/cdc/usbd_cdc.h
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
19 changes: 17 additions & 2 deletionscores/arduino/stm32/usb/cdc/usbd_cdc_if.c
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.