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.
This commit is contained in:
morris
2026-07-10 18:07:24 +08:00
parent 41582e1777
commit 1fb5dafdad
2 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
/*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/

View File

@@ -67,7 +67,6 @@ components_not_formatted_temporary:
- "/components/fatfs/"
- "/components/hal/"
- "/components/heap/"
- "/components/idf_test/"
- "/components/ieee802154/"
- "/components/lwip/"
- "/components/mbedtls/"