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>
20 lines
343 B
Plaintext
20 lines
343 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SOC_SERIES_NRF52X=y
|
|
CONFIG_SOC_NRF52833_QIAA=y
|
|
CONFIG_BOARD_BBC_MICROBIT_V2=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# clock control
|
|
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
|
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|