mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 04:06:12 +00:00
Add support for blue pill and black pill variants of the STM32 minimum development board by splitting board configuration into stm32_min_dev_blue and stm32_min_dev_black. CODEOWNERS: Add myself (@cbsiddharth) as codeowner for stm32_min_dev Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
14 lines
186 B
YAML
14 lines
186 B
YAML
identifier: stm32_min_dev_blue
|
|
name: STM32 Minimum Development Board (Blue)
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
ram: 20
|
|
supported:
|
|
- i2c
|
|
- pwm
|
|
- spi
|