Skip to content

Commit a2691c6

Browse files
vtardy-stcfriedt
authored andcommitted
boards: st: nucleo_wba65ri: enable ieee802154 node
enable ieee802154 node for nucleo_wba65ri Signed-off-by: Vincent Tardy <[email protected]>
1 parent f530ffc commit a2691c6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

boards/st/nucleo_wba65ri/doc/nucleo_wba65ri.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,19 @@ Supported Features
152152

153153
.. zephyr:board-supported-hw::
154154
155+
Bluetooth and IEEE 802.15.4 support
156+
-----------------------------------
157+
158+
BLE and IEEE 802.15.4 support are enabled on nucleo_wba65ri. To build a zephyr sample using this board
159+
you first need to install Bluetooth and/or IEEE 802.15.4 Controller libraries available in Zephyr as
160+
binary blobs.
161+
162+
To fetch Binary Blobs:
163+
164+
.. code-block:: console
165+
166+
west blobs fetch hal_stm32
167+
155168
Connections and IOs
156169
===================
157170

boards/st/nucleo_wba65ri/nucleo_wba65ri.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ stm32_lp_tick_source: &lptim1 {
158158
status = "okay";
159159
};
160160

161+
&ieee802154 {
162+
status = "okay";
163+
};
164+
161165
&flash0 {
162166
partitions {
163167
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)