File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,7 @@ tools/test_apps/system/no_embedded_paths:
8585
8686tools/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
9490tools/test_apps/system/rtc_mem_reserve :
9591 enable :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments