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
|
||||
supported:
|
||||
- adc
|
||||
- counter
|
||||
- nvs
|
||||
- i2c
|
||||
- pwm
|
||||
|
|
|
@ -13,4 +13,3 @@ supported:
|
|||
- ieee802154
|
||||
- pwm
|
||||
- watchdog
|
||||
- counter
|
||||
|
|
|
@ -8,5 +8,3 @@ toolchain:
|
|||
- xtools
|
||||
ram: 24
|
||||
flash: 192
|
||||
supported:
|
||||
- counter
|
||||
|
|
|
@ -13,4 +13,3 @@ supported:
|
|||
- ieee802154
|
||||
- pwm
|
||||
- watchdog
|
||||
- counter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue