From 7d904f636f26ae68abe1ef4f8e1685f63c75414c Mon Sep 17 00:00:00 2001 From: Guo Zifan Date: Fri, 10 Jul 2026 10:43:57 +0800 Subject: [PATCH] docs(ble): rename BLE Log Console migration notice (cherry picked from commit 9fb982d53bdb182e7d8d6345d08c9ceaf9aecc5b) Co-authored-by: guozifan --- .../ble_log_console/MIGRATION-NOTICE.md} | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) rename tools/{ble/ble_log_console/README.md => bt/ble_log_console/MIGRATION-NOTICE.md} (79%) diff --git a/tools/ble/ble_log_console/README.md b/tools/bt/ble_log_console/MIGRATION-NOTICE.md similarity index 79% rename from tools/ble/ble_log_console/README.md rename to tools/bt/ble_log_console/MIGRATION-NOTICE.md index fe7c7a26e6d..17fb5aa49c7 100644 --- a/tools/ble/ble_log_console/README.md +++ b/tools/bt/ble_log_console/MIGRATION-NOTICE.md @@ -1,4 +1,4 @@ -# BLE Log Console +# BLE Log Console Migration Notice BLE Log Console was originally provided in the ESP-IDF repository as the host-side companion tool for the BLE Log feature. It collects BLE log data from ESP chip firmware, then parses, displays, and saves the logs on a PC. The tool works with the BLE Log firmware configuration in ESP-IDF and receives log frames over transports such as UART or SPI Bridge, helping developers inspect the runtime state, loss statistics, and raw log data of BLE components including Controller, Host, and Mesh. @@ -6,17 +6,7 @@ To allow releases, dependency management, documentation, and feature development New repository: [esp-ble-tools/components/ble_log_console](https://github.com/espressif/esp-ble-tools/tree/main/components/ble_log_console) -## Current Directory -This directory is kept only as a migration notice. It no longer contains the BLE Log Console source code, build scripts, tests, or runtime dependencies. - -Previous location: - -```text -tools/bt/ble_log_console -``` - -Future development, issue tracking, releases, and documentation for BLE Log Console should use the standalone repository. ## Relationship With ESP-IDF