From 1fb5dafdad10bbe584e1559324e7df8e13a74995 Mon Sep 17 00:00:00 2001 From: morris Date: Fri, 10 Jul 2026 18:07:24 +0800 Subject: [PATCH] chore: remove unused idf_test component The idf_test component was previously cleaned up but accidentally reintroduced when adding esp32s31 support. It only contained an empty header file (idf_performance_target.h) with no references anywhere in the codebase. Also removes the corresponding entry from astyle-rules.yml. --- .../idf_test/include/esp32s31/idf_performance_target.h | 5 ----- tools/ci/astyle-rules.yml | 1 - 2 files changed, 6 deletions(-) delete mode 100644 components/idf_test/include/esp32s31/idf_performance_target.h diff --git a/components/idf_test/include/esp32s31/idf_performance_target.h b/components/idf_test/include/esp32s31/idf_performance_target.h deleted file mode 100644 index 1cfa7a9fcb4..00000000000 --- a/components/idf_test/include/esp32s31/idf_performance_target.h +++ /dev/null @@ -1,5 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD - * - * SPDX-License-Identifier: Apache-2.0 - */ diff --git a/tools/ci/astyle-rules.yml b/tools/ci/astyle-rules.yml index 2f089794fdd..6c0b40fdc0a 100644 --- a/tools/ci/astyle-rules.yml +++ b/tools/ci/astyle-rules.yml @@ -67,7 +67,6 @@ components_not_formatted_temporary: - "/components/fatfs/" - "/components/hal/" - "/components/heap/" - - "/components/idf_test/" - "/components/ieee802154/" - "/components/lwip/" - "/components/mbedtls/"