forked from espressif/esp-idf
ci(build_test): enable system/build apps for C6 and C2
This commit is contained in:
@@ -94,12 +94,6 @@ tools/test_apps/system/bootloader_sections:
|
|||||||
temporary: true
|
temporary: true
|
||||||
reason: target esp32c2 is not supported yet
|
reason: target esp32c2 is not supported yet
|
||||||
|
|
||||||
tools/test_apps/system/build_test:
|
|
||||||
disable:
|
|
||||||
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
|
||||||
temporary: true
|
|
||||||
reason: target(s) not supported yet
|
|
||||||
|
|
||||||
tools/test_apps/system/cxx_no_except:
|
tools/test_apps/system/cxx_no_except:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32c3"
|
- if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32c3"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32 | ESP32-C3 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
|
||||||
| ----------------- | ----- | -------- | -------- | -------- | -------- |
|
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||||
|
|
||||||
Efuse on ESP32-C2 not supported
|
Efuse on ESP32-C2 not supported
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user