forked from espressif/esp-idf
refactor(linux): remove explicit watchpoint configs
* These where necessary before to avoid enabling the watchpoint feature on Linux. Due to a recent change, these configurations became obsolete.
This commit is contained in:
@@ -1,4 +1 @@
|
|||||||
CONFIG_IDF_TARGET="linux"
|
CONFIG_IDF_TARGET="linux"
|
||||||
|
|
||||||
# Not necessary on Linux
|
|
||||||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n
|
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
CONFIG_IDF_TARGET="linux"
|
CONFIG_IDF_TARGET="linux"
|
||||||
|
|
||||||
# Not necessary on Linux
|
|
||||||
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n
|
|
||||||
|
|
||||||
# enable sorted commands in the help command
|
# enable sorted commands in the help command
|
||||||
CONFIG_CONSOLE_SORTED_HELP=y
|
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