examples: enable security example for ESP32-C2

Tested that example could work with flash encryption enabled case

Closes IDF-6959
This commit is contained in:
Mahavir Jain 2023-03-24 12:53:07 +05:30
parent 319208c3d1
commit 72a20d8c7f
No known key found for this signature in database
GPG Key ID: 99324EF4A00734E0
2 changed files with 3 additions and 7 deletions

View File

@ -1,11 +1,7 @@
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/security/flash_encryption:
disable:
- if: IDF_TARGET == "esp32c2"
temporary: true
reason: target esp32c2 is not supported yet
disable_test:
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c2"]
temporary: true
reason: lack of runners

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C3 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- |
# Flash Encryption