mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/sdmmc_test_app_usj_console_v5.3' into 'release/v5.3'
ci(sdmmc): enable tests and switch to usb_serial_jtag in the test app for P4 (v5.3) See merge request espressif/esp-idf!32490
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
components/esp_driver_sdmmc/test_apps/sdmmc:
|
components/esp_driver_sdmmc/test_apps/sdmmc:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_SDMMC_HOST_SUPPORTED != 1
|
- if: SOC_SDMMC_HOST_SUPPORTED != 1
|
||||||
disable_test:
|
|
||||||
- if: IDF_TARGET == "esp32p4"
|
|
||||||
temporary: true
|
|
||||||
reason: lack of runner # TODO: IDF-8970
|
|
||||||
|
|
||||||
depends_components:
|
depends_components:
|
||||||
- sdmmc
|
- sdmmc
|
||||||
|
@@ -7,7 +7,6 @@ from pytest_embedded_idf import IdfDut
|
|||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
@pytest.mark.esp32s3
|
@pytest.mark.esp32s3
|
||||||
@pytest.mark.esp32p4
|
@pytest.mark.esp32p4
|
||||||
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='lack of runners, IDF-8970')
|
|
||||||
@pytest.mark.sdcard
|
@pytest.mark.sdcard
|
||||||
def test_sdmmc(dut: IdfDut) -> None:
|
def test_sdmmc(dut: IdfDut) -> None:
|
||||||
# SDMMC driver can't be reinitialized if the test fails,
|
# SDMMC driver can't be reinitialized if the test fails,
|
||||||
|
@@ -3,3 +3,4 @@ CONFIG_SDMMC_BOARD_ESP32P4_EV_BOARD=y
|
|||||||
CONFIG_SPIRAM=y
|
CONFIG_SPIRAM=y
|
||||||
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
|
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
|
||||||
CONFIG_SPIRAM_SPEED_200M=y
|
CONFIG_SPIRAM_SPEED_200M=y
|
||||||
|
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
|
||||||
|
Reference in New Issue
Block a user