boards: arm: drop counter from board yaml

Remove 'counter' as a supported feature on several NRF boards as these
boards fail to build tests/drivers/counter/counter_basic_api.  This is
due to the fact that we either need explicit board conf files for the
test or have the counter driver enabled via Kconfig.

Fixes #15460

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-04-15 10:19:25 -05:00 committed by Anas Nashif
commit 5307858e4e
4 changed files with 0 additions and 5 deletions

View file

@ -10,7 +10,6 @@ ram: 64
flash: 512 flash: 512
supported: supported:
- adc - adc
- counter
- nvs - nvs
- i2c - i2c
- pwm - pwm

View file

@ -13,4 +13,3 @@ supported:
- ieee802154 - ieee802154
- pwm - pwm
- watchdog - watchdog
- counter

View file

@ -8,5 +8,3 @@ toolchain:
- xtools - xtools
ram: 24 ram: 24
flash: 192 flash: 192
supported:
- counter

View file

@ -13,4 +13,3 @@ supported:
- ieee802154 - ieee802154
- pwm - pwm
- watchdog - watchdog
- counter