From bc36fda936df22b6c4737f64ba5969b202ef08fe Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Thu, 12 Sep 2024 15:04:00 +0200 Subject: [PATCH] ci: temp disable esp32p4 for loadable ram --- tools/test_apps/system/.build-test-rules.yml | 3 +++ tools/test_apps/system/gdb_loadable_elf/README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/test_apps/system/.build-test-rules.yml b/tools/test_apps/system/.build-test-rules.yml index 209d0e9866..fce0c773f3 100644 --- a/tools/test_apps/system/.build-test-rules.yml +++ b/tools/test_apps/system/.build-test-rules.yml @@ -45,6 +45,9 @@ tools/test_apps/system/gdb_loadable_elf: - if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2" temporary: true reason: target esp32c6, esp32h2 is not supported yet + - if: IDF_TARGET == "esp32p4" + temporary: true + reason: build failed. IDF-11133 tools/test_apps/system/longjmp_test: enable: diff --git a/tools/test_apps/system/gdb_loadable_elf/README.md b/tools/test_apps/system/gdb_loadable_elf/README.md index 3296c7a65d..5c3ef8d826 100644 --- a/tools/test_apps/system/gdb_loadable_elf/README.md +++ b/tools/test_apps/system/gdb_loadable_elf/README.md @@ -1,5 +1,5 @@ -| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C61 | ESP32-P4 | ESP32-S2 | ESP32-S3 | -| ----------------- | ----- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | +| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C61 | ESP32-S2 | ESP32-S3 | +| ----------------- | ----- | -------- | -------- | -------- | --------- | -------- | -------- | # Loadable ELF test application