mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
649cc167a8
The BBC micro:bit v2 is a mini-computer that has been designed to make the coding fun and easy to learn. The micro:bit v2 is completely programmable so you can easily bring your ideas to life! From making games to creating music and even controlling robots. The micro:bit comes with neat hardware such as a 25 LED display, buttons, in-built speakers, Bluetooth 5 & Mesh connectivity and sensors for temperature, motion & light. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
17 lines
197 B
YAML
17 lines
197 B
YAML
identifier: bbc_microbit_v2
|
|
name: BBC Micro:Bit V2
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
ram: 128
|
|
testing:
|
|
ignore_tags:
|
|
- net
|
|
supported:
|
|
- ble
|
|
- i2c
|
|
- gpio
|