feat(isp): added isp driver framework and isp af driver

This commit is contained in:
Armando
2024-01-16 17:14:28 +08:00
parent 1ed64afddd
commit bf1275d700
26 changed files with 1627 additions and 4 deletions

View File

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