forked from espressif/esp-idf
feat(ringbuffer): Enable tests for esp32c61
Add ring buffer support for esp32c61
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user