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:
parent
a3fd36d778
commit
5307858e4e
4 changed files with 0 additions and 5 deletions
|
@ -10,7 +10,6 @@ ram: 64
|
||||||
flash: 512
|
flash: 512
|
||||||
supported:
|
supported:
|
||||||
- adc
|
- adc
|
||||||
- counter
|
|
||||||
- nvs
|
- nvs
|
||||||
- i2c
|
- i2c
|
||||||
- pwm
|
- pwm
|
||||||
|
|
|
@ -13,4 +13,3 @@ supported:
|
||||||
- ieee802154
|
- ieee802154
|
||||||
- pwm
|
- pwm
|
||||||
- watchdog
|
- watchdog
|
||||||
- counter
|
|
||||||
|
|
|
@ -8,5 +8,3 @@ toolchain:
|
||||||
- xtools
|
- xtools
|
||||||
ram: 24
|
ram: 24
|
||||||
flash: 192
|
flash: 192
|
||||||
supported:
|
|
||||||
- counter
|
|
||||||
|
|
|
@ -13,4 +13,3 @@ supported:
|
||||||
- ieee802154
|
- ieee802154
|
||||||
- pwm
|
- pwm
|
||||||
- watchdog
|
- watchdog
|
||||||
- counter
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue