mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-11 04:21:51 +01:00
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
CONFIG_IDF_TARGET="linux"
|
|
|
|
# Not necessary on Linux
|
|
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n
|
|
|
|
# enable sorted commands in the help command
|
|
CONFIG_CONSOLE_SORTED_HELP=y
|