first commit

This commit is contained in:
2026-08-30 16:51:39 -07:00
commit 94ed6fe8f6
8 changed files with 149 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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 ---#