File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,19 @@ Supported Features
152
152
153
153
.. zephyr :board-supported-hw ::
154
154
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
+
155
168
Connections and IOs
156
169
===================
157
170
Original file line number Diff line number Diff line change @@ -158,6 +158,10 @@ stm32_lp_tick_source: &lptim1 {
158
158
status = "okay";
159
159
};
160
160
161
+ &ieee802154 {
162
+ status = "okay";
163
+ };
164
+
161
165
&flash0 {
162
166
partitions {
163
167
compatible = "fixed-partitions";
You can’t perform that action at this time.
0 commit comments