Skip to content

Commit

Permalink
chore: add thread name for debug extension (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffenix113 committed May 25, 2024
1 parent 1459173 commit eba9e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/extenders/debug_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func NewDebugUARTLog(config DebugConfig) generator.Extender {
appconfig.NewValue("CONFIG_RESET_ON_FATAL_ERROR").Default(appconfig.No),
appconfig.NewValue("CONFIG_DEBUG_OPTIMIZATIONS").Default(appconfig.Yes),
appconfig.NewValue("CONFIG_DEBUG_THREAD_INFO").Default(appconfig.Yes),
appconfig.NewValue("CONFIG_THREAD_NAME").Default(appconfig.Yes),
// appconfig.NewValue("CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE").Default(`2048`),
// appconfig.NewValue("CONFIG_HEAP_MEM_POOL_SIZE").Default(`2048`),

Expand Down

0 comments on commit eba9e3c

Please sign in to comment.