refactor(sdspi): added component pytest cases and enabled them on CI

This commit is contained in:
Armando
2023-11-27 19:26:34 +08:00
parent 9b0d75f2df
commit 4aadacbcdc
38 changed files with 457 additions and 139 deletions

View File

@@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
from pytest_embedded_idf import IdfDut
def test_sdspi(dut: IdfDut) -> None:
dut.run_all_single_board_cases()