Skip to content

Commit e541b16

Browse files
committed
boards: atmel: Enable hwinfo as a supported feature
Update the various board YAML files to list hwinfo as a supported hwinfo. Signed-off-by: Kumar Gala <[email protected]>
1 parent 9260561 commit e541b16

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

boards/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.yaml

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

boards/arm/adafruit_trinket_m0/adafruit_trinket_m0.yaml

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

boards/arm/arduino_zero/arduino_zero.yaml

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

boards/arm/atsamd20_xpro/atsamd20_xpro.yaml

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

boards/arm/atsamr21_xpro/atsamr21_xpro.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ supported:
1515
- spi
1616
- i2c
1717
- usb_device
18+
- hwinfo

0 commit comments

Comments
 (0)