Skip to content

Commit f114f54

Browse files
committed
boards: nxp: mcxw23: Add support for BLE apps
Update board readme. Add zephyr,uart-pipe to support bt_tester app. Signed-off-by: Yassine El Aissaoui <[email protected]>
1 parent e44582d commit f114f54

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

boards/nxp/frdm_mcxw23/doc/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@ The MCXW23 SoC has 3 FLEXCOMM interfaces for serial
100100
communication. One is configured as USART for the console, one is
101101
configured for I2C, and the other one is configured for SPI.
102102

103+
Fetch Binary Blobs
104+
******************
105+
106+
To support Bluetooth, frdm_mcxw23 requires fetching controller lib blobs, which can be
107+
achieved by running the following command:
108+
109+
.. code-block:: console
110+
111+
west blobs fetch hal_nxp
112+
103113
Programming and Debugging
104114
*************************
105115

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/doc/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ The MCXW23 SoC has 3 FLEXCOMM interfaces for serial
7979
communication. One is configured as USART for the console, one is
8080
configured for I2C, and the other one is not used.
8181

82+
Fetch Binary Blobs
83+
******************
84+
85+
To support Bluetooth, mcxw23_evk requires fetching controller lib blobs, which can be
86+
achieved by running the following command:
87+
88+
.. code-block:: console
89+
90+
west blobs fetch hal_nxp
91+
8292
Programming and Debugging
8393
*************************
8494

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)