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 <alexander@wachter.cloud>
This commit is contained in:
Alexander Wachter 2020-02-20 09:58:39 +01:00 committed by Carles Cufí
commit 57bd09186b
24 changed files with 0 additions and 29 deletions

View file

@ -8,5 +8,3 @@ toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
- xtools - xtools
supported:
- hwinfo

View file

@ -8,5 +8,3 @@ toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
- xtools - xtools
supported:
- hwinfo

View file

@ -8,5 +8,3 @@ toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
- xtools - xtools
supported:
- hwinfo

View file

@ -8,5 +8,3 @@ toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
- xtools - xtools
supported:
- hwinfo

View file

@ -17,4 +17,3 @@ supported:
- i2c - i2c
- ieee802154 - ieee802154
- usb_device - usb_device
- hwinfo

View file

@ -13,7 +13,6 @@ supported:
- can - can
- counter - counter
- gpio - gpio
- hwinfo
- i2c - i2c
- netif:eth - netif:eth
- nvs - nvs

View file

@ -11,7 +11,6 @@ flash: 256
supported: supported:
- arduino_gpio - arduino_gpio
- gpio - gpio
- hwinfo
- i2c - i2c
- nvs - nvs
- pwm - pwm

View file

@ -16,6 +16,5 @@ supported:
- adc - adc
- arduino_gpio - arduino_gpio
- gpio - gpio
- hwinfo
- i2c - i2c
- usb_device - usb_device

View file

@ -11,7 +11,6 @@ supported:
- arduino_gpio - arduino_gpio
- counter - counter
- gpio - gpio
- hwinfo
- i2c - i2c
- ieee802154 - ieee802154
- spi - spi

View file

@ -10,7 +10,6 @@ supported:
- adc - adc
- ble - ble
- gpio - gpio
- hwinfo
- i2c - i2c
- pwm - pwm
- spi - spi

View file

@ -8,8 +8,6 @@ toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
- xtools - xtools
supported:
- hwinfo
testing: testing:
ignore_tags: ignore_tags:
- net - net

View file

@ -16,6 +16,5 @@ ram: 32
flash: 16384 flash: 16384
supported: supported:
- i2c - i2c
- hwinfo
- counter - counter
- usb_device - usb_device

View file

@ -18,6 +18,5 @@ supported:
- arduino_gpio - arduino_gpio
- counter - counter
- gpio - gpio
- hwinfo
- i2c - i2c
- usb_device - usb_device

View file

@ -18,7 +18,6 @@ supported:
- arduino_gpio - arduino_gpio
- counter - counter
- gpio - gpio
- hwinfo
- i2c - i2c
- netif:eth - netif:eth
- usb_device - usb_device

View file

@ -19,7 +19,6 @@ supported:
- counter - counter
- display - display
- gpio - gpio
- hwinfo
- i2c - i2c
- netif:eth - netif:eth
- sdhc - sdhc

View file

@ -19,7 +19,6 @@ supported:
- counter - counter
- display - display
- gpio - gpio
- hwinfo
- i2c - i2c
- netif:eth - netif:eth
- sdhc - sdhc

View file

@ -19,7 +19,6 @@ supported:
- counter - counter
- display - display
- gpio - gpio
- hwinfo
- i2c - i2c
- netif:eth - netif:eth
- usb_device - usb_device

View file

@ -19,7 +19,6 @@ supported:
- counter - counter
- display - display
- gpio - gpio
- hwinfo
- i2c - i2c
- netif:eth - netif:eth
- usb_device - usb_device

View file

@ -19,7 +19,6 @@ supported:
- counter - counter
- display - display
- gpio - gpio
- hwinfo
- i2c - i2c
- netif:eth - netif:eth
- pwm - pwm

View file

@ -15,5 +15,4 @@ toolchain:
ram: 32768 ram: 32768
flash: 8192 flash: 8192
supported: supported:
- hwinfo
- counter - counter

View file

@ -12,7 +12,6 @@ supported:
- adc - adc
- can - can
- counter - counter
- hwinfo
- i2c - i2c
- pwm - pwm
- spi - spi

View file

@ -9,5 +9,4 @@ toolchain:
ram: 256 ram: 256
flash: 1024 flash: 1024
supported: supported:
- hwinfo
- i2c - i2c

View file

@ -9,7 +9,6 @@ toolchain:
- gnuarmemb - gnuarmemb
- xtools - xtools
supported: supported:
- hwinfo
- ieee802154 - ieee802154
- usb_device - usb_device
- watchdog - watchdog

View file

@ -91,7 +91,6 @@ required for best test coverage for this specific board:
- gpio - gpio
- usb_device - usb_device
- watchdog - watchdog
- hwinfo
- can - can
- pwm - pwm
testing: testing: