From 7b2bd0453a1c34aa08bec5b0b7d830b9034e71a1 Mon Sep 17 00:00:00 2001 From: "hrushikesh.bhosale" Date: Wed, 18 Feb 2026 11:55:06 +0530 Subject: [PATCH] fix(mbedtls/test_apps): Enabling psram test for esp32p4 --- components/mbedtls/test_apps/.build-test-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mbedtls/test_apps/.build-test-rules.yml b/components/mbedtls/test_apps/.build-test-rules.yml index ec6c1fdcee..5cc914bfcb 100644 --- a/components/mbedtls/test_apps/.build-test-rules.yml +++ b/components/mbedtls/test_apps/.build-test-rules.yml @@ -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