Skip to content

Commit 91bff05

Browse files
committed
feat(esph21): bringup and test panic handler
1 parent 4f2105d commit 91bff05

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ tools/test_apps/system/no_embedded_paths:
8585

8686
tools/test_apps/system/panic:
8787
enable:
88-
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET in ["esp32p4", "esp32c61"] # preview targets
89-
disable:
90-
- if: IDF_TARGET == "esp32h21"
91-
temporary: true
92-
reason: not supported # TODO: [ESP32h21] IDF-11543
88+
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET in ["esp32p4", "esp32c61", "esp32h21"] # preview targets
9389

9490
tools/test_apps/system/rtc_mem_reserve:
9591
enable:

tools/test_apps/system/panic/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-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H21 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | --------- | -------- | -------- | -------- |
33

44
# Introduction
55

0 commit comments

Comments
 (0)