change(driver/rtcio): Describe RTCIO CAPS with more accurate note

This commit is contained in:
Song Ruo Jing
2023-06-30 16:30:03 +08:00
committed by Lou Tianhao
parent 8833c2bc87
commit 6768f098dc
22 changed files with 327 additions and 109 deletions

View File

@@ -33,6 +33,7 @@ def test_legacy_sigma_delta(dut: IdfDut) -> None:
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.generic
@pytest.mark.parametrize('config', CONFIGS, indirect=True)
def test_rtc_io(dut: IdfDut) -> None: