mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
feat(xip_psram): support xip psram feature on esp32p4
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user