feat(storage): Added Block Device Layer support for esp_partition component

This commit is contained in:
Martin Vychodil
2025-06-26 12:46:40 +02:00
committed by BOT
parent 46def9972a
commit 4493b39d18
20 changed files with 640 additions and 46 deletions

View File

@@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
from pytest_embedded_idf.utils import idf_parametrize
@pytest.mark.generic
@idf_parametrize('target', ['esp32', 'esp32c3'], indirect=['target'])
def test_esp_partition(dut: Dut) -> None:
dut.expect_unity_test_output()