Skip to content

Commit 01a3229

Browse files
boards: pic32wm_bz6204_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 e8fa585 commit 01a3229

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

boards/microchip/pic32wm/pic32wm_bz6204_curiosity/Kconfig.defconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,13 @@ config IDLE_STACK_SIZE
1313
default 512
1414

1515
endif # BT
16+
17+
if IEEE802154
18+
19+
config FPU
20+
default y
21+
22+
config MAIN_STACK_SIZE
23+
default 4096
24+
25+
endif # IEEE802154

boards/microchip/pic32wm/pic32wm_bz6204_curiosity/pic32wm_bz6204_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 {
@@ -183,6 +184,10 @@
183184
status = "okay";
184185
};
185186

187+
&ieee802154 {
188+
status = "okay";
189+
};
190+
186191

187192
&flash0 {
188193
partitions {

boards/microchip/pic32wm/pic32wm_bz6204_curiosity/pic32wm_bz6204_curiosity.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ supported:
2222
- rtc
2323
- spi
2424
- uart
25+
- ieee802154
26+
- netif:openthread
2527
vendor: microchip

0 commit comments

Comments
 (0)