Skip to content

Commit 5307858

Browse files
galaknashif
authored andcommitted
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 <[email protected]>
1 parent a3fd36d commit 5307858

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

boards/arm/bl652_dvk/bl652_dvk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ram: 64
1010
flash: 512
1111
supported:
1212
- adc
13-
- counter
1413
- nvs
1514
- i2c
1615
- pwm

boards/arm/bl654_dvk/bl654_dvk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ supported:
1313
- ieee802154
1414
- pwm
1515
- watchdog
16-
- counter

boards/arm/nrf52810_pca10040/nrf52810_pca10040.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ toolchain:
88
- xtools
99
ram: 24
1010
flash: 192
11-
supported:
12-
- counter

boards/arm/nrf52840_papyr/nrf52840_papyr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ supported:
1313
- ieee802154
1414
- pwm
1515
- watchdog
16-
- counter

0 commit comments

Comments
 (0)