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 <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
6de5c4b7b3
commit
5af621282e
1 changed files with 18 additions and 0 deletions
18
tests/bluetooth/tester/boards/nrf52840_pca10056.conf
Normal file
18
tests/bluetooth/tester/boards/nrf52840_pca10056.conf
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue