example(camera): added new camera dsi example

This commit is contained in:
Armando
2024-04-22 17:20:53 +08:00
parent ea010f84ef
commit a9383cb433
13 changed files with 575 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@pytest.mark.esp32p4
@pytest.mark.generic
def test_camera_dsi(dut: Dut) -> None:
dut.expect_exact('Calling app_main()')