Skip to content

Commit b3c206e

Browse files
boards: wbz451_curiosity: Update dts and config IEEE802.15.4 support
Add required IEEE 802.15.4 support in defconfig and dts file Signed-off-by: Vamsi Kishore Kandadai Raghu <[email protected]>
1 parent 2c7f308 commit b3c206e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

boards/microchip/wbz/wbz451_curiosity/Kconfig.defconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ config MAIN_STACK_SIZE
1111

1212
config IDLE_STACK_SIZE
1313
default 512
14+
endif
1415

15-
endif # BT
16+
if IEEE802154
17+
config FPU
18+
default y
19+
config MAIN_STACK_SIZE
20+
default 4096
21+
endif # IEEE802154

boards/microchip/wbz/wbz451_curiosity/wbz451_curiosity.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
zephyr,code-partition = &code_partition;
2323
zephyr,bt-hci = &bt_hci_microchip;
2424
zephyr,bt-c2h-uart = &sercom0;
25+
zephyr,ieee802154 = &ieee802154;
2526
};
2627

2728
leds {
@@ -149,6 +150,10 @@
149150
status = "okay";
150151
};
151152

153+
&ieee802154 {
154+
status = "okay";
155+
};
156+
152157
&trng {
153158
status = "okay";
154159
};

boards/microchip/wbz/wbz451_curiosity/wbz451_curiosity.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ supported:
2323
- spi
2424
- trng
2525
- uart
26-
vendor: microchip
26+
- ieee802154
27+
- netif:openthread
28+
vendor: microchip

0 commit comments

Comments
 (0)