esp-idf/tools/test_apps/system
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
..
bootloader_sections esp32h2: add build test 2023-01-17 10:29:04 +08:00
build_test Tools: Rewrite build system unit tests to python - other target tests 2023-02-09 16:08:04 +01:00
cxx_build_test esp32h2: add build test 2023-01-17 10:29:04 +08:00
cxx_no_except tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
cxx_pthread_bluetooth build: Adds support for universal Clang toolchain 2022-11-23 13:25:16 +03:00
eh_frame esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
flash_psram ci: increase test_flash_psram timeout 2022-08-19 12:13:00 +08:00
g0_components g0: resolve MMU_PAGE_SIZE not defined in g0 build issue 2023-02-22 12:37:40 +08:00
g1_components g1: add esp_mm to g1 list 2023-02-07 20:23:52 +08:00
gdb esp32h2: add build test 2023-01-17 10:29:04 +08:00
gdb_loadable_elf ci: add ci workaround for gdb_loadable_elf 2023-02-01 17:57:28 +08:00
longjmp_test TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00
memprot Merge branch 'ci/system_apps_pytest' into 'master' 2022-08-01 16:45:09 +08:00
monitor_addr_lookup feat(idf_monitor): move idf_monitor to separate repo 2023-02-03 11:20:15 +01:00
monitor_ide_integration feat(idf_monitor): move idf_monitor to separate repo 2023-02-03 11:20:15 +01:00
no_embedded_paths docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
panic esp32c6: Fix incorrect PMP configuration 2023-03-09 11:37:29 +05:30
ram_loadable_app ci: add pytests for ram_loadable_app 2023-02-01 17:57:28 +08:00
startup esp32h2: add build test 2023-01-17 10:29:04 +08:00
test_watchpoint bugfix(esp_system): made watchpoint setting configuration-dependent 2023-03-13 14:24:15 +08:00