Files
STM32_Zephyr_RTOS/apps/kconfig_hello/prj.conf
T
2026-08-30 16:51:39 -07:00

20 lines
520 B
Plaintext

# Enable the logging framework
CONFIG_LOG=y
# Set the default logging level
CONFIG_LOG_DEFAULT_LEVEL=3
#--- DEBUG PRESET - BEGIN ---#
# Set to -Og
CONFIG_DEBUG_OPTIMIZATIONS=y
# Thread awareness support
CONFIG_DEBUG_THREAD_INFO=y
# Generate stack usage per-function
CONFIG_STACK_USAGE=y
# Other options in case not set by default
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_BUILD_OUTPUT_META=y
CONFIG_OUTPUT_SYMBOLS=y
CONFIG_OUTPUT_STAT=y
CONFIG_OUTPUT_DISASSEMBLY=y
CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y
#--- DEBUG PRESET - END ---#