boards: thingy52_nrf52832: enable segger rtt in the default config
Enabled Segger RTT in the default configuration of Thingy52. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
This commit is contained in:
parent
2cbdd12e9c
commit
ff4b9a8cd3
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ CONFIG_ARM_MPU=y
|
|||
# Enable hardware stack protection
|
||||
CONFIG_HW_STACK_PROTECTION=y
|
||||
|
||||
# Enable RTT
|
||||
CONFIG_USE_SEGGER_RTT=y
|
||||
|
||||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue