-
Notifications
You must be signed in to change notification settings - Fork 3k
NUCLEO_L073RZ Bootloader support #9792
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
@sarahmarshy, thank you for your changes. |
df79467
to
f22fb51
Compare
f22fb51
to
4d337a8
Compare
Hi |
4d337a8
to
44bc123
Compare
@sarahmarshy Is the intention for this to come into 5.11.5 as well? |
@cmonr, I don't think it matters. It just needs to be on master at some point. |
Kk. Checking since Code Freeze for 5.11.5 is today 😁 |
define symbol __intvec_start__ = 0x08000000; | ||
define symbol __region_ROM_start__ = 0x08000000; | ||
define symbol __region_ROM_end__ = 0x0802FFFF; | ||
#if !defined(MBED_APP_START) |
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.
It seems that this line doesn't compile...
I could see from other targets something like:
if (!isdefinedsymbol(MBED_APP_START)) { define symbol MBED_APP_START = 0x08000000; }
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.
Good call. I've updated it.
… on NUCLEO_L073RZ
857af7c
to
22abea3
Compare
@ARMmbed/mbed-os-maintainers the two preceding PRs were merged. Can that label be removed? |
Done, waiting for @jeromecoutant approval |
CI started |
Changes in this will might clash with 2-region update #9571 (comment) |
Good point, how to proceed? This is quite simple PR so can be easily rebased |
It will be good to rebase this PR on #9571 and update the linker files accordingly, as new sections are added. |
Also changes from #9766 should be picked |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Marking this as |
CI restarted |
Test run: FAILEDSummary: 1 of 13 test jobs failed Failed test jobs:
|
Ci will be restarted (iar8 exporter issue we will resolve separately). |
@deepikabhavnani It was.
Er, my mistake. Thought #9776 was RfM. You're right, this might cause a rebase to be needed. |
Yes, I think. |
Description
Add bootloader support for NUCLEO_L073RZ.
Depends on - #9791 and #9798
Pull request type
Reviewers
@jeromecoutant