Merge branch 'ci/esp32s31_build_ena' into 'master'

ci(esp32s31): Add ci build test for esp32s31

See merge request espressif/esp-idf!44045
This commit is contained in:
C.S.M
2025-12-12 14:59:42 +08:00
176 changed files with 453 additions and 288 deletions

View File

@@ -10,7 +10,7 @@
- mbedtls
- protocol_examples_common
disable:
- if: IDF_TARGET in ["esp32h21", "esp32h4"]
- if: IDF_TARGET in ["esp32h21", "esp32h4", "esp32s31"] # TODO: [ESP32S31] IDF-14935
temporary: true
reason: not supported yet # TODO: [ESP32H21] IDF-11581 [ESP32H4] IDF-12360
@@ -144,6 +144,9 @@ examples/protocols/https_x509_bundle:
depends_components+:
- esp-tls
examples/protocols/icmp/pmtu_probe:
<<: *default_rules
examples/protocols/icmp_echo:
<<: *default_rules
disable_test:

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H21 | ESP32-H4 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | --------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- |
# Path MTU Probe (ICMP)