Merge branch 'feat/support-ringbuffer-esp32c61' into 'master'

feat(ringbuffer): Enable tests for esp32c61

Closes IDF-9266

See merge request espressif/esp-idf!33551
This commit is contained in:
Guillaume Souchere 2024-09-19 17:56:00 +08:00
commit 80eee8214e

View File

@ -5,9 +5,10 @@ from pytest_embedded import Dut
@pytest.mark.generic
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.esp32s2
@pytest.mark.parametrize('target', [
'esp32',
'esp32s2',
])
@pytest.mark.parametrize('config', [
'default',
'ringbuf_flash',