Merge branch 'fix/esp32c2-gdbstub-runtime' into 'master'

fix(freertos): enable esp32c2 runtime-gdbstub

See merge request espressif/esp-idf!24858
This commit is contained in:
Alexey Lapshin
2023-07-28 15:41:07 +08:00
4 changed files with 7 additions and 10 deletions
-6
View File
@@ -130,12 +130,6 @@ tools/test_apps/system/gdb_loadable_elf:
temporary: true
reason: target esp32c6, esp32h2 is not supported yet
tools/test_apps/system/gdbstub_runtime:
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32h2"]
temporary: true
reason: resolve IDF-7264
tools/test_apps/system/longjmp_test:
enable:
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3"]
@@ -11,7 +11,6 @@ from test_panic_util import PanicTestDut # noqa: E402
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c2', 'esp32h2'], reason='resolve IDF-7264')
@pytest.mark.generic
def test_gdbstub_runtime(dut: PanicTestDut) -> None:
dut.expect_exact('tested app is runnig.')