From 72a20d8c7f4ea00639124061789adaa2e75dc6e4 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Fri, 24 Mar 2023 12:53:07 +0530 Subject: [PATCH] examples: enable security example for ESP32-C2 Tested that example could work with flash encryption enabled case Closes IDF-6959 --- examples/security/.build-test-rules.yml | 6 +----- examples/security/flash_encryption/README.md | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/examples/security/.build-test-rules.yml b/examples/security/.build-test-rules.yml index de87020fcf..67fc9f3b9a 100644 --- a/examples/security/.build-test-rules.yml +++ b/examples/security/.build-test-rules.yml @@ -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 diff --git a/examples/security/flash_encryption/README.md b/examples/security/flash_encryption/README.md index 7c1182cfae..f1ad3af76e 100644 --- a/examples/security/flash_encryption/README.md +++ b/examples/security/flash_encryption/README.md @@ -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