Skip to content

Commit

Permalink
boards: add supported features
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and Anas Nashif committed Oct 17, 2017
1 parent 88c0ccd commit 95a8b20
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 7 deletions.
15 changes: 11 additions & 4 deletions boards/arc/arduino_101_sss/arduino_101_sss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ arch: arc
toolchain:
- zephyr
ram: 24
supported:
- adc
- i2c
- spi
- gpio
- rtc
- watchdog
testing:
default: true
ignore_tags:
- net
- bluetooth
default: true
ignore_tags:
- net
- bluetooth
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ ram: 24
flash: 152
toolchain:
- zephyr
supported:
- adc
- i2c
- spi
- gpio
- rtc
- watchdog
testing:
ignore_tags:
- net
- bluetooth
ignore_tags:
- net
- bluetooth
4 changes: 4 additions & 0 deletions boards/arm/frdm_k64f/frdm_k64f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ toolchain:
- gccarmemb
supported:
- netif:eth
- adc
- i2c
- spi
- gpio
5 changes: 5 additions & 0 deletions boards/arm/frdm_kl25z/frdm_kl25z.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ testing:
ignore_tags:
- net
- bluetooth
supported:
- adc
- i2c
- spi
- gpio
4 changes: 4 additions & 0 deletions boards/arm/frdm_kw41z/frdm_kw41z.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ toolchain:
- gccarmemb
supported:
- ieee802154
- adc
- i2c
- spi
- gpio
4 changes: 4 additions & 0 deletions boards/arm/hexiwear_k64/hexiwear_k64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ toolchain:
- gccarmemb
supported:
- ble
- adc
- gpio
- i2c
- spi
3 changes: 3 additions & 0 deletions boards/x86/arduino_101/arduino_101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ toolchain:
supported:
- usb_device
- ble
- aio
- spi
- i2c
8 changes: 8 additions & 0 deletions boards/x86/quark_d2000_crb/quark_d2000_crb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ toolchain:
- issm
ram: 8
flash: 32
supported:
- adc
- i2c
- spi
- gpio
- aio
- rtc
- watchdog
testing:
ignore_tags:
- net
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ toolchain:
supported:
- ieee802154
- usb_device
- i2c
- spi
- gpio
- rtc
- aio
- watchdog

0 comments on commit 95a8b20

Please sign in to comment.