Skip to content

Commit 43ab969

Browse files
committed
boards: nxp: mcxw23: Add support for bt_tester app
choose the main UART as zephyr,uart-pipe. Signed-off-by: Yassine El Aissaoui <[email protected]>
1 parent c69b0ce commit 43ab969

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,uart-mcumgr = &flexcomm0;
1717
zephyr,console = &flexcomm0;
1818
zephyr,shell-uart = &flexcomm0;
19+
zephyr,uart-pipe = &flexcomm0;
1920
zephyr,flash-controller = &iap;
2021
};
2122

boards/nxp/mcxw23_evk/mcxw23_evk_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,uart-mcumgr = &flexcomm0;
1717
zephyr,console = &flexcomm0;
1818
zephyr,shell-uart = &flexcomm0;
19+
zephyr,uart-pipe = &flexcomm0;
1920
zephyr,flash-controller = &iap;
2021
};
2122

0 commit comments

Comments
 (0)