From 5af621282e562cef694dd9698a5022e9d51adf76 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Thu, 20 Feb 2020 19:00:46 +0100 Subject: [PATCH] tests: bluetooth: tester: Add a config for the 52840 DK Add a configuration file for the nRF52840 DK so that it uses RTT for debugging and enables more protection measures. Signed-off-by: Carles Cufi --- .../tester/boards/nrf52840_pca10056.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/bluetooth/tester/boards/nrf52840_pca10056.conf diff --git a/tests/bluetooth/tester/boards/nrf52840_pca10056.conf b/tests/bluetooth/tester/boards/nrf52840_pca10056.conf new file mode 100644 index 00000000000..4eaa9a30c4b --- /dev/null +++ b/tests/bluetooth/tester/boards/nrf52840_pca10056.conf @@ -0,0 +1,18 @@ +# CONFIG_TEST enforces minimal logging, which we don't want +CONFIG_TEST=n + +CONFIG_ASSERT=y +CONFIG_INIT_STACKS=y +CONFIG_THREAD_NAME=y +CONFIG_HW_STACK_PROTECTION=y + +CONFIG_BT_DEBUG_LOG=y +CONFIG_LOG_BUFFER_SIZE=4096 +CONFIG_RTT_CONSOLE=y +CONFIG_LOG_BACKEND_RTT=y +CONFIG_LOG_BACKEND_RTT_MODE_DROP=y +CONFIG_USE_SEGGER_RTT=y +CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=4096 +CONFIG_LOG_BACKEND_SHOW_COLOR=n + +CONFIG_LOG_DEFAULT_LEVEL=4