Revert "ci(https_request): disable example for P4"

This reverts commit 4b8a2b4a6e.
This commit is contained in:
harshal.patil 2024-08-22 15:17:35 +05:30
parent c94986d793
commit ba49442683
No known key found for this signature in database
GPG Key ID: 5B5EC97C35B9A2E5
2 changed files with 4 additions and 4 deletions

View File

@ -108,9 +108,9 @@ examples/protocols/https_mbedtls:
examples/protocols/https_request:
<<: *default_dependencies
disable:
- if: IDF_TARGET in ["esp32h2", "esp32c61", "esp32p4"]
- if: IDF_TARGET in ["esp32h2", "esp32c61"]
temporary: true
reason: not supported on h2 # TODO: [ESP32C61] IDF-9298, [ESP32P4] IDFCI-2336
reason: not supported on h2 # TODO: [ESP32C61] IDF-9298
disable_test:
- if: IDF_TARGET != "esp32"
reason: only test on esp32

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
# HTTPS Request Example