Merge branch 'fix/enabling_mbedtls_test_apps_psram_test_for_esp32p4' into 'master'

fix(mbedtls/test_apps): Enabling psram test for esp32p4

See merge request espressif/esp-idf!45942
This commit is contained in:
Mahavir Jain
2026-02-18 13:46:27 +05:30
@@ -9,7 +9,7 @@ components/mbedtls/test_apps:
- if: CONFIG_NAME == "psram_all_ext_flash_enc_f4r8" and IDF_TARGET != "esp32s3"
- if: CONFIG_NAME == "ecdsa_sign" and SOC_ECDSA_SUPPORTED != 1
disable_test:
- if: CONFIG_NAME == "psram_all_ext_flash_enc" and IDF_TARGET not in ["esp32", "esp32c5"]
- if: CONFIG_NAME == "psram_all_ext_flash_enc" and IDF_TARGET not in ["esp32", "esp32p4", "esp32c5"]
reason: lack of runners
depends_components:
- mbedtls