Skip to content

Commit 57bd091

Browse files
alexanderwachtercarlescufi
authored andcommitted
boards: Remove "supported: -hwinfo" from all boards
Remove all "supported: -hwinfo" definitions from the boards yaml files and documentation. hwinfo can generally be tested on every board because it returns -ENOTSUP if not supported. Signed-off-by: Alexander Wachter <[email protected]>
1 parent e49de0d commit 57bd091

File tree

24 files changed

+0
-29
lines changed

24 files changed

+0
-29
lines changed

boards/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ toolchain:
88
- zephyr
99
- gnuarmemb
1010
- xtools
11-
supported:
12-
- hwinfo

boards/arm/adafruit_trinket_m0/adafruit_trinket_m0.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ toolchain:
88
- zephyr
99
- gnuarmemb
1010
- xtools
11-
supported:
12-
- hwinfo

boards/arm/arduino_zero/arduino_zero.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ toolchain:
88
- zephyr
99
- gnuarmemb
1010
- xtools
11-
supported:
12-
- hwinfo

boards/arm/atsamd20_xpro/atsamd20_xpro.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ toolchain:
88
- zephyr
99
- gnuarmemb
1010
- xtools
11-
supported:
12-
- hwinfo

boards/arm/atsamr21_xpro/atsamr21_xpro.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ supported:
1717
- i2c
1818
- ieee802154
1919
- usb_device
20-
- hwinfo

boards/arm/frdm_k64f/frdm_k64f.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ supported:
1313
- can
1414
- counter
1515
- gpio
16-
- hwinfo
1716
- i2c
1817
- netif:eth
1918
- nvs

boards/arm/frdm_k82f/frdm_k82f.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ flash: 256
1111
supported:
1212
- arduino_gpio
1313
- gpio
14-
- hwinfo
1514
- i2c
1615
- nvs
1716
- pwm

boards/arm/frdm_kl25z/frdm_kl25z.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ supported:
1616
- adc
1717
- arduino_gpio
1818
- gpio
19-
- hwinfo
2019
- i2c
2120
- usb_device

boards/arm/frdm_kw41z/frdm_kw41z.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ supported:
1111
- arduino_gpio
1212
- counter
1313
- gpio
14-
- hwinfo
1514
- i2c
1615
- ieee802154
1716
- spi

boards/arm/hexiwear_k64/hexiwear_k64.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ supported:
1010
- adc
1111
- ble
1212
- gpio
13-
- hwinfo
1413
- i2c
1514
- pwm
1615
- spi

0 commit comments

Comments
 (0)