2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-05-25 19:01:07 +08:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_SOC_FAMILY_NRF=y
|
|
|
|
CONFIG_SOC_SERIES_NRF52X=y
|
|
|
|
CONFIG_SOC_NRF52810_QFAA=y
|
|
|
|
CONFIG_BOARD_NRF52810_PCA10040=y
|
|
|
|
|
|
|
|
# Enable MPU
|
2018-08-09 18:52:31 +08:00
|
|
|
CONFIG_ARM_MPU=y
|
2018-05-25 19:01:07 +08:00
|
|
|
|
2019-03-27 16:35:11 +08:00
|
|
|
# enable GPIO
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
2018-07-11 19:59:30 +08:00
|
|
|
# Enable UARTE
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
CONFIG_UART_0_NRF_UARTE=y
|
2018-05-25 19:01:07 +08:00
|
|
|
|
2018-07-11 19:59:30 +08:00
|
|
|
# enable console
|
2018-05-25 19:01:07 +08:00
|
|
|
CONFIG_CONSOLE=y
|
2018-07-11 19:59:30 +08:00
|
|
|
CONFIG_UART_CONSOLE=y
|
2018-05-25 19:01:07 +08:00
|
|
|
|
|
|
|
# additional board options
|
|
|
|
CONFIG_GPIO_AS_PINRESET=y
|
|
|
|
|
2018-06-27 05:38:03 +08:00
|
|
|
# Bluetooth not enabled by default on nRF52810 due to RAM limitations when
|
|
|
|
# running the default set of kernel tests.
|
|
|
|
# Enable this on your prj.conf to include Bluetooth support
|