forked from espressif/esp-idf
Merge branch 'refactor/linux_remove_unused_watchpoint_config' into 'master'
refactor(linux): remove explicit watchpoint configs Closes IDF-9951 See merge request espressif/esp-idf!31805
This commit is contained in:
@@ -1,4 +1 @@
|
||||
CONFIG_IDF_TARGET="linux"
|
||||
|
||||
# Not necessary on Linux
|
||||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n
|
||||
|
@@ -1,7 +1,4 @@
|
||||
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
|
||||
|
@@ -1 +0,0 @@
|
||||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n
|
@@ -1 +0,0 @@
|
||||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n
|
Reference in New Issue
Block a user