From 9e6d18155733a9d655176a874d88461e09f6840d Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Fri, 23 Sep 2022 11:26:46 +0530 Subject: [PATCH] espcoredump: re-enable test_app build for esp32c2 --- components/espcoredump/.build-test-rules.yml | 7 ------- components/espcoredump/test_apps/README.md | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 components/espcoredump/.build-test-rules.yml diff --git a/components/espcoredump/.build-test-rules.yml b/components/espcoredump/.build-test-rules.yml deleted file mode 100644 index 8f546a13dc..0000000000 --- a/components/espcoredump/.build-test-rules.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps - -components/espcoredump/test_apps: - disable: - - if: IDF_TARGET == "esp32c2" - temporary: true - reason: target esp32c2 is not supported yet diff --git a/components/espcoredump/test_apps/README.md b/components/espcoredump/test_apps/README.md index 2159d40a70..f0bf02b571 100644 --- a/components/espcoredump/test_apps/README.md +++ b/components/espcoredump/test_apps/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 | +| ----------------- | ----- | -------- | -------- | -------- | -------- | # ESP Core Dump Tests