zephyr/boards/bbc/microbit_v2/bbc_microbit_v2_defconfig

16 lines
257 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# 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