Enables RTT console for bparasite_nrf52840
This commit is contained in:
parent
a639343b6e
commit
c15120178f
1 changed files with 7 additions and 15 deletions
|
|
@ -1,29 +1,21 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52840_QIAA=y
|
||||
CONFIG_BOARD_BPARASITE_NRF52840=y
|
||||
|
||||
# # Enable MPU
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
# # Enable hardware stack protection
|
||||
# CONFIG_HW_STACK_PROTECTION=y
|
||||
# Enable RTT
|
||||
CONFIG_USE_SEGGER_RTT=y
|
||||
|
||||
# # Enable RTT
|
||||
# CONFIG_USE_SEGGER_RTT=y
|
||||
|
||||
# # enable GPIO
|
||||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# # enable uart driver
|
||||
# CONFIG_SERIAL=y
|
||||
# enable console
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_RTT_CONSOLE=y
|
||||
|
||||
# # enable console
|
||||
# CONFIG_CONSOLE=y
|
||||
# CONFIG_UART_CONSOLE=y
|
||||
|
||||
# # additional board options
|
||||
CONFIG_GPIO_AS_PINRESET=y
|
||||
|
||||
CONFIG_PINCTRL=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue