-
Notifications
You must be signed in to change notification settings - Fork 3k
Revert "K64F, STM32F429: IAR linker scripts dynamic heap fix" #11013
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
One request: do we know why it broke and with this revert what we are loosing? This would worth providing in the commit msg. |
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.
^^ one request
Comment updated |
Also add to the commit msg (amend it) |
CI started will add details to the merge commit |
due to side effect with K64F bootloader application jump after three consecutive HW resets.
3a936ff
to
878c936
Compare
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Empty greentea-test results |
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Reverts #10938 due to K64F bootloader reset side effect
If heap dynamic allocation is enabled for IAR, bootloader fails to verify application after 3 consecutive HW resets.
Further root cause investigation is needed for this issue however to avoid blocking of 5.13.1 release this PR is reverted.
@0xc0170