boards: st: nucleo_u545re_q: Add board support#105821
Open
basilegrunersmile wants to merge 2 commits intozephyrproject-rtos:mainfrom
Open
boards: st: nucleo_u545re_q: Add board support#105821basilegrunersmile wants to merge 2 commits intozephyrproject-rtos:mainfrom
basilegrunersmile wants to merge 2 commits intozephyrproject-rtos:mainfrom
Conversation
055336a to
5450d2a
Compare
djiatsaf-st
reviewed
Mar 24, 2026
Comment on lines
+92
to
+94
| slot1_partition: partition@40000 { | ||
| label = "image-1"; | ||
| reg = <0x00040000 DT_SIZE_K(224)>; |
Contributor
There was a problem hiding this comment.
MCUBOOT_BOOTLOADER_MODE_SWAP_USING_OFFSET is the default MCUboot configuration, and it requires the secondary slot to be one erase sector larger than the primary slot.
For example, slot0 is 220 kB, and slot1 is 228 kB with the current configuration.
Member
|
@basilegrunersmile Please rebase, now that zephyrproject-rtos/hal_stm32#355 has been fixed. This will fix CI issue |
Add support for the Nucleo U545RE Q board Signed-off-by: Basile GRUNER <[email protected]>
Add support for various samples for the Nucleo U545RE Q board Signed-off-by: Basile GRUNER <[email protected]>
5450d2a to
b965447
Compare
|
nordicjm
requested changes
Apr 8, 2026
|
|
||
| &flash0 { | ||
| partitions { | ||
| compatible = "fixed-partitions"; |
Contributor
There was a problem hiding this comment.
update all these to zephyr,mapped-partition as per migration guide
| # enable uart driver | ||
| CONFIG_SERIAL=y | ||
|
|
||
| # enable GPIO |
Contributor
There was a problem hiding this comment.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



This PR add :
Depends on: PR zephyrproject-rtos/hal_stm32#355
See also : #106887