Add i2c/gpio to board yaml as supported peripherals on the bbc_microbit Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
17 lines
190 B
YAML
17 lines
190 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
|