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
@@ -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.')