zephyr/boards/arm/nucleo_f091rc/nucleo_f091rc.yaml
Francois Ramu 08e3ce0ebc boards: arm: stm32l073, stm32f091 stm32g474 nucleo board has pwm feature
This adds the pwm feature to the nucleo_f091rc and nucleo_l073rz
and change the pin for nucleo_g474re from STMicroelectronics.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-03-10 13:25:54 -05:00

29 lines
335 B
YAML

identifier: nucleo_f091rc
name: ST Nucleo F091RC
type: mcu
arch: arm
toolchain:
- zephyr
- gnuarmemb
- xtools
ram: 32
flash: 256
supported:
- arduino_gpio
- arduino_i2c
- arduino_spi
- gpio
- i2c
- nvs
- spi
- counter
- watchdog
- adc
- dac
- dma
- pwm
testing:
ignore_tags:
- net
- bluetooth