Skip to content

Commit

Permalink
ci: temp disable esp32p4 for loadable ram
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Sep 12, 2024
1 parent dc1851b commit bc36fda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tools/test_apps/system/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tools/test_apps/system/gdb_loadable_elf/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit bc36fda

Please sign in to comment.