mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user