Skip to content

Commit 7eedd31

Browse files
committed
west.yml: mcuboot: Use PR fixing stm32n6 config
Point upstream mcuboot PR fixing stm32n6 fsbl variant configuration Signed-off-by: Erwan Gouriou <[email protected]>
1 parent eae2f22 commit 7eedd31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: mcu-tools
27+
url-base: https://github.com/mcu-tools
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -321,7 +323,8 @@ manifest:
321323
groups:
322324
- crypto
323325
- name: mcuboot
324-
revision: f3cc9476e233364031e9ab842290392f260fba82
326+
remote: mcu-tools
327+
revision: pull/2547/head
325328
path: bootloader/mcuboot
326329
groups:
327330
- bootloader

0 commit comments

Comments
 (0)