From f371679a8d7ee72a9c7276b67023f9f60bac7abe Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Fri, 18 Aug 2023 13:08:06 +0800 Subject: [PATCH] ci(build_test): enable system/build apps for C6 and C2 --- tools/test_apps/.build-test-rules.yml | 6 ------ tools/test_apps/system/build_test/README.md | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tools/test_apps/.build-test-rules.yml b/tools/test_apps/.build-test-rules.yml index adc280c21f..7a9a00b0c7 100644 --- a/tools/test_apps/.build-test-rules.yml +++ b/tools/test_apps/.build-test-rules.yml @@ -94,12 +94,6 @@ tools/test_apps/system/bootloader_sections: temporary: true reason: target esp32c2 is not supported yet -tools/test_apps/system/build_test: - disable: - - if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6" - temporary: true - reason: target(s) not supported yet - tools/test_apps/system/cxx_no_except: enable: - if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32c3" diff --git a/tools/test_apps/system/build_test/README.md b/tools/test_apps/system/build_test/README.md index aee192bfcd..3c495f94c0 100644 --- a/tools/test_apps/system/build_test/README.md +++ b/tools/test_apps/system/build_test/README.md @@ -1,5 +1,5 @@ -| Supported Targets | ESP32 | ESP32-C3 | ESP32-H2 | ESP32-S2 | ESP32-S3 | -| ----------------- | ----- | -------- | -------- | -------- | -------- | +| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 | +| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | Efuse on ESP32-C2 not supported