24 lines
547 B
Plaintext
24 lines
547 B
Plaintext
### Logging
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
CONFIG_DEBUG=y
|
|
|
|
CONFIG_DEBUG_OPTIMIZATIONS=y
|
|
|
|
CONFIG_INIT_STACKS=y
|
|
CONFIG_THREAD_STACK_INFO=y
|
|
|
|
### Increase logging thread stack to prevent overflow when shell active
|
|
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=2048
|
|
CONFIG_LOG_BUFFER_SIZE=4096
|
|
|
|
### Bluetooth subsystem logging (reduced noise)
|
|
CONFIG_BT_LOG_LEVEL_WRN=y
|
|
|
|
### Shell features shared by all debug variants
|
|
CONFIG_SHELL=y
|
|
CONFIG_SHELL_LOG_BACKEND=n
|
|
CONFIG_FILE_SYSTEM_SHELL=y
|
|
CONFIG_SHELL_STACK_SIZE=2048
|
|
CONFIG_FILE_SYSTEM_SHELL_LS_SIZE=y
|