Skip to content

Commit 168f5da

Browse files
boards: microchip: Update yaml and config IEEE802.15.4 support
Fix compliance errors for IEEE 802.15.4 support in defconfig and yaml file Signed-off-by: Amaranadhreddy Maddireddy <[email protected]>
1 parent b2deefb commit 168f5da

File tree

7 files changed

+6
-13
lines changed

7 files changed

+6
-13
lines changed

boards/microchip/pic32wm/pic32wm_bz6204_curiosity/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ config IDLE_STACK_SIZE
1515
endif # BT
1616

1717
if IEEE802154
18-
1918
config FPU
2019
default y
21-
2220
config MAIN_STACK_SIZE
2321
default 4096
24-
2522
endif # IEEE802154

boards/microchip/wbz/wbz450_curiosity/Kconfig.defconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ endif # BT
1717
if IEEE802154
1818
config FPU
1919
default y
20-
2120
config MAIN_STACK_SIZE
2221
default 4096
23-
24-
endif # IEEE802154
22+
endif # IEEE802154

boards/microchip/wbz/wbz450_curiosity/wbz450_curiosity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ supported:
2323
- uart
2424
- ieee802154
2525
- netif:openthread
26-
vendor: microchip
26+
vendor: microchip

boards/microchip/wbz/wbz451_curiosity/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ config FPU
1818
default y
1919
config MAIN_STACK_SIZE
2020
default 4096
21-
endif # IEEE802154
21+
endif # IEEE802154

boards/microchip/wbz/wbz451_curiosity/wbz451_curiosity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ supported:
2525
- uart
2626
- ieee802154
2727
- netif:openthread
28-
vendor: microchip
28+
vendor: microchip

boards/microchip/wbz/wbz451hpe_curiosity/Kconfig.defconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ config IDLE_STACK_SIZE
1818
endif # BT
1919

2020
if IEEE802154
21-
2221
config HPA_SUPPORTED
2322
default y
24-
2523
config FPU
2624
default y
2725
config MAIN_STACK_SIZE
2826
default 4096
29-
endif # IEEE802154
27+
endif # IEEE802154

boards/microchip/wbz/wbz451hpe_curiosity/wbz451hpe_curiosity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ supported:
2525
- uart
2626
- ieee802154
2727
- netif:openthread
28-
vendor: microchip
28+
vendor: microchip

0 commit comments

Comments
 (0)