mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
feat(isp): added isp driver framework and isp af driver
This commit is contained in:
7
components/esp_driver_isp/test_apps/isp/pytest_isp.py
Normal file
7
components/esp_driver_isp/test_apps/isp/pytest_isp.py
Normal 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()
|
Reference in New Issue
Block a user