esp-idf/components/esp_system/port
Jakob Hasse 03bc6488de bugfix(esp_system): made watchpoint setting configuration-dependent
esp_execute_shared_stack_function always restored the stack watchpoint
regardless of CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK. This would lead
to an abondoned but active watchpoint on a former stack once the task
calling esp_execute_shared_stack_function is deleted, if
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is inactive.
This has been fixed now.

Closes https://github.com/espressif/esp-idf/issues/10414
2023-03-13 14:24:15 +08:00
..
arch bugfix(esp_system): made watchpoint setting configuration-dependent 2023-03-13 14:24:15 +08:00
include rtc_clk: Clean up some clock related enum and macro in soc/rtc.h, replace with new ones in 2022-05-24 22:59:41 +08:00
soc spi_flash: Allow clock frequency up to 64M, and make it default on ESP32H2 2023-03-10 11:39:53 +08:00
brownout.c BOD: Bringup for ESP32C6 2023-01-10 10:37:30 +08:00
CMakeLists.txt BOD: Bringup for ESP32C6 2023-01-10 10:37:30 +08:00
cpu_start.c esp_rom: put rom cache related functions to cache.h 2023-03-07 14:51:24 +08:00
esp_system_chip.c spi_flash: Allow clock frequency up to 64M, and make it default on ESP32H2 2023-03-10 11:39:53 +08:00
esp_system_linux.c heap: add linux target support 2022-12-06 10:49:59 +08:00
panic_handler.c feature: add ram loadable app support 2023-02-01 17:57:22 +08:00