This is an X86 specific option and should not appear as generic debug option. Fixes zephyrproject-rtos/zephyr#52929 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
CONFIG_ASSERT_ON_ERRORS=y
|
|
CONFIG_ASSERT=y
|
|
CONFIG_DEBUG_OPTIMIZATIONS=y
|
|
CONFIG_DEBUG_THREAD_INFO=y
|
|
|
|
# Enable RTT
|
|
CONFIG_USE_SEGGER_RTT=y
|
|
# Enable RTT console
|
|
CONFIG_RTT_CONSOLE=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_BUFFER_SIZE=10000
|
|
|
|
# This outputs all HCI traffic to a separate RTT channel. Use `btmon
|
|
# --jlink` to read it out. Add `--priority 7` for debug logs.
|
|
CONFIG_BT_DEBUG_MONITOR_RTT=y
|