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:
Jakob Hasse
2024-06-28 18:01:37 +02:00
parent be05548666
commit 7377b103b7
4 changed files with 0 additions and 8 deletions

View File

@@ -1,4 +1 @@
CONFIG_IDF_TARGET="linux"
# Not necessary on Linux
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n

View File

@@ -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

View File

@@ -1 +0,0 @@
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n

View File

@@ -1 +0,0 @@
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n