mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +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>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
# nRF52 BBC_MICROBIT_V2 board configuration
|
|
|
|
# Copyright (c) 2020 Lingao Meng
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_BBC_MICROBIT_V2
|
|
bool "BBC MICRO:BIT_V2"
|
|
depends on SOC_NRF52833_QIAA
|