Skip to content

Commit 8547645

Browse files
FRASTMcarlescufi
authored andcommitted
boards: arm: stm32 boards with counter capability
Add the counter to the yaml of more stm32 target boards That will let the counter testing run on those platforms. Signed-off-by: Francois Ramu <[email protected]>
1 parent 05d963e commit 8547645

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

boards/arm/b_u585i_iot02a/b_u585i_iot02a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ supported:
2121
- nvs
2222
- backup_sram
2323
- pwm
24+
- counter

boards/arm/disco_l475_iot1/disco_l475_iot1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ supported:
1414
- lps22hb
1515
- lsm6dsl
1616
- pwm
17+
- counter
1718
- gpio
1819
- ble
1920
- spi

boards/arm/nucleo_l073rz/nucleo_l073rz.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ supported:
1919
- adc
2020
- dac
2121
- pwm
22+
- counter
2223
- rng
2324
- eeprom

boards/arm/nucleo_wl55jc/nucleo_wl55jc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ supported:
1818
- adc
1919
- dac
2020
- pwm
21+
- counter
2122
- dma
2223
- watchdog
2324
- nvs

boards/arm/stm32l562e_dk/stm32l562e_dk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ supported:
1010
- i2c
1111
- lptim
1212
- pwm
13+
- counter
1314
- watchdog
1415
- dac
1516
- adc

0 commit comments

Comments
 (0)