mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(ringbuffer): Enable tests for esp32c61
Add ring buffer support for esp32c61
This commit is contained in:
parent
5a5c004691
commit
a1b8fc9635
@ -5,9 +5,10 @@ from pytest_embedded import Dut
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.generic
|
@pytest.mark.generic
|
||||||
@pytest.mark.esp32
|
@pytest.mark.parametrize('target', [
|
||||||
@pytest.mark.esp32c3
|
'esp32',
|
||||||
@pytest.mark.esp32s2
|
'esp32s2',
|
||||||
|
])
|
||||||
@pytest.mark.parametrize('config', [
|
@pytest.mark.parametrize('config', [
|
||||||
'default',
|
'default',
|
||||||
'ringbuf_flash',
|
'ringbuf_flash',
|
||||||
|
Loading…
Reference in New Issue
Block a user