Skip to content

Commit bc36fda

Browse files
committed
ci: temp disable esp32p4 for loadable ram
1 parent dc1851b commit bc36fda

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tools/test_apps/system/.build-test-rules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ tools/test_apps/system/gdb_loadable_elf:
4545
- if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
4646
temporary: true
4747
reason: target esp32c6, esp32h2 is not supported yet
48+
- if: IDF_TARGET == "esp32p4"
49+
temporary: true
50+
reason: build failed. IDF-11133
4851

4952
tools/test_apps/system/longjmp_test:
5053
enable:

tools/test_apps/system/gdb_loadable_elf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C61 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | --------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C61 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | --------- | -------- | -------- |
33

44
# Loadable ELF test application
55

0 commit comments

Comments
 (0)