Add pwm to board yaml as supported peripherals on the bbc_microbit. This is needed as the servo_motor sample requires it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
198 B
YAML
18 lines
198 B
YAML
identifier: bbc_microbit
|
|
name: BBC Micro:Bit
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
ram: 16
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
supported:
|
|
- ble
|
|
- i2c
|
|
- gpio
|
|
- pwm
|