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:
Kamil Piszczek 2021-12-02 16:03:46 +01:00 committed by Carles Cufí
commit ff4b9a8cd3

View file

@ -13,6 +13,9 @@ CONFIG_ARM_MPU=y
# Enable hardware stack protection # Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y CONFIG_HW_STACK_PROTECTION=y
# Enable RTT
CONFIG_USE_SEGGER_RTT=y
# enable GPIO # enable GPIO
CONFIG_GPIO=y CONFIG_GPIO=y