ci: temp disable esp32p4 for loadable ram

This commit is contained in:
Fu Hanxi 2024-09-12 15:04:00 +02:00
parent dc1851bd5a
commit bc36fda936
No known key found for this signature in database
GPG Key ID: 19399699CF3C4B16
2 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -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