feat(ringbuffer): Enable tests for esp32c61

Add ring buffer support for esp32c61
This commit is contained in:
Guillaume Souchere 2024-09-16 09:44:52 +02:00
parent 5a5c004691
commit a1b8fc9635

View File

@ -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',