feat(xip_psram): support xip psram feature on esp32p4

This commit is contained in:
Armando
2024-05-10 16:11:39 +08:00
parent 862aca1fcc
commit 10d3912c70
51 changed files with 965 additions and 158 deletions

View File

@@ -1,6 +1,5 @@
# SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@@ -81,6 +80,7 @@ def test_psram_esp32s3_octal(dut: Dut) -> None:
'config',
[
'esp32p4_200m_release',
'esp32p4_xip'
],
indirect=True,
)