Skip to content

Commit 0a5e5b6

Browse files
nordicjmcarlescufi
authored andcommitted
boards: arm: stm32f411e_disco: Add MCUmgr UART chosen node
Adds a chosen node for MCUmgr UART Signed-off-by: Jamie McCrae <[email protected]>
1 parent f970bf1 commit 0a5e5b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/stm32f411e_disco/stm32f411e_disco.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
chosen {
1717
zephyr,console = &usart2;
1818
zephyr,shell-uart = &usart2;
19+
zephyr,uart-mcumgr = &usart2;
1920
zephyr,sram = &sram0;
2021
zephyr,flash = &flash0;
2122
zephyr,code-partition = &slot0_partition;

0 commit comments

Comments
 (0)