Skip to content

Commit 558eac2

Browse files
committed
boards: arm: stm32: Added pwm to supported list
Update various stm32 board yaml files to add pwm as a supported feature of the board. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
1 parent 653d75c commit 558eac2

File tree

8 files changed

+14
-0
lines changed

8 files changed

+14
-0
lines changed

boards/arm/disco_l475_iot1/disco_l475_iot1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ toolchain:
88
supported:
99
- i2c
1010
- hts221
11+
- pwm
1112
ram: 96
1213
flash: 1024

boards/arm/nucleo_f334r8/nucleo_f334r8.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ testing:
1010
ignore_tags:
1111
- bluetooth
1212
- net
13+
supported:
14+
- pwm

boards/arm/nucleo_f412zg/nucleo_f412zg.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gccarmemb
8+
supported:
9+
- pwm

boards/arm/nucleo_f413zh/nucleo_f413zh.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gccarmemb
8+
supported:
89
- usb_device
10+
- pwm

boards/arm/nucleo_f429zi/nucleo_f429zi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gccarmemb
8+
supported:
9+
- pwm

boards/arm/nucleo_l432kc/nucleo_l432kc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ toolchain:
77
- gccarmemb
88
ram: 64
99
flash: 256
10+
supported:
11+
- pwm

boards/arm/olimexino_stm32/olimexino_stm32.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ ram: 20
99
supported:
1010
- gpio
1111
- i2c
12+
- pwm
1213
- spi
1314
- usb_device

boards/arm/stm32l496g_disco/stm32l496g_disco.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gccarmemb
8+
supported:
9+
- pwm

0 commit comments

Comments
 (0)