-
Notifications
You must be signed in to change notification settings - Fork 7.8k
boards: raspberrypi: rpi_pico: Add MCUboot variants #91735
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
base: main
Are you sure you want to change the base?
boards: raspberrypi: rpi_pico: Add MCUboot variants #91735
Conversation
4fb79e3
to
e8dba51
Compare
e8dba51
to
f68a040
Compare
We must merge zephyrproject-rtos/mcuboot#129 first to avoid CI problems. |
f68a040
to
0832f18
Compare
0832f18
to
4d0a253
Compare
Please help with this PR! Thanks! |
Add MCUboot variants to RPI Pico / Pico W and SysBuild parititions: - rpi_pico/rp2040/mcuboot - rpi_pico/rp2040/w/mcuboot Signed-off-by: John Lin <[email protected]>
4d0a253
to
bbb555a
Compare
|
This PR worked without any other MCUboot modifications. West build with the following:
|
- name: rp2040 | ||
variants: | ||
- name: w | ||
variants: | ||
- name: mcuboot | ||
- name: mcuboot |
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.
Indentation is wrong: the sequence marker "-" should be aligned with the parent label, as in the original file. See ../rpi_pico2/board.yml for example.
Add MCUboot variants to RPI Pico / Pico W and SysBuild partitions.