Skip to content

Commit 9dd418e

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 586c09f commit 9dd418e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

boards/microchip/pic32wm/pic32wm_bz6204_curiosity/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ config FPU
2121

2222
config MAIN_STACK_SIZE
2323
default 4096
24-
24+
2525
endif # IEEE802154

boards/microchip/wbz/wbz450_curiosity/Kconfig.defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ config FPU
2020

2121
config MAIN_STACK_SIZE
2222
default 4096
23-
24-
endif # IEEE802154
23+
24+
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ config FPU
2626
default y
2727
config MAIN_STACK_SIZE
2828
default 4096
29-
endif # IEEE802154
29+
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)