From ef2a871e2cec2a025bbca7f4e0eba58344f289e6 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Mon, 16 Aug 2021 11:33:04 +0800 Subject: [PATCH] controller_hci_uart: rename the example with suffix "_esp32" to differentiate with that of ESP32-C3 --- .../CMakeLists.txt | 0 .../{controller_hci_uart => controller_hci_uart_esp32}/Makefile | 0 .../{controller_hci_uart => controller_hci_uart_esp32}/README.md | 0 .../main/CMakeLists.txt | 0 .../main/component.mk | 0 .../main/controller_hci_uart_demo.c | 0 .../sdkconfig.defaults | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename examples/bluetooth/hci/{controller_hci_uart => controller_hci_uart_esp32}/CMakeLists.txt (100%) rename examples/bluetooth/hci/{controller_hci_uart => controller_hci_uart_esp32}/Makefile (100%) rename examples/bluetooth/hci/{controller_hci_uart => controller_hci_uart_esp32}/README.md (100%) rename examples/bluetooth/hci/{controller_hci_uart => controller_hci_uart_esp32}/main/CMakeLists.txt (100%) rename examples/bluetooth/hci/{controller_hci_uart => controller_hci_uart_esp32}/main/component.mk (100%) rename examples/bluetooth/hci/{controller_hci_uart => controller_hci_uart_esp32}/main/controller_hci_uart_demo.c (100%) rename examples/bluetooth/hci/{controller_hci_uart => controller_hci_uart_esp32}/sdkconfig.defaults (100%) diff --git a/examples/bluetooth/hci/controller_hci_uart/CMakeLists.txt b/examples/bluetooth/hci/controller_hci_uart_esp32/CMakeLists.txt similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart/CMakeLists.txt rename to examples/bluetooth/hci/controller_hci_uart_esp32/CMakeLists.txt diff --git a/examples/bluetooth/hci/controller_hci_uart/Makefile b/examples/bluetooth/hci/controller_hci_uart_esp32/Makefile similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart/Makefile rename to examples/bluetooth/hci/controller_hci_uart_esp32/Makefile diff --git a/examples/bluetooth/hci/controller_hci_uart/README.md b/examples/bluetooth/hci/controller_hci_uart_esp32/README.md similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart/README.md rename to examples/bluetooth/hci/controller_hci_uart_esp32/README.md diff --git a/examples/bluetooth/hci/controller_hci_uart/main/CMakeLists.txt b/examples/bluetooth/hci/controller_hci_uart_esp32/main/CMakeLists.txt similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart/main/CMakeLists.txt rename to examples/bluetooth/hci/controller_hci_uart_esp32/main/CMakeLists.txt diff --git a/examples/bluetooth/hci/controller_hci_uart/main/component.mk b/examples/bluetooth/hci/controller_hci_uart_esp32/main/component.mk similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart/main/component.mk rename to examples/bluetooth/hci/controller_hci_uart_esp32/main/component.mk diff --git a/examples/bluetooth/hci/controller_hci_uart/main/controller_hci_uart_demo.c b/examples/bluetooth/hci/controller_hci_uart_esp32/main/controller_hci_uart_demo.c similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart/main/controller_hci_uart_demo.c rename to examples/bluetooth/hci/controller_hci_uart_esp32/main/controller_hci_uart_demo.c diff --git a/examples/bluetooth/hci/controller_hci_uart/sdkconfig.defaults b/examples/bluetooth/hci/controller_hci_uart_esp32/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart/sdkconfig.defaults rename to examples/bluetooth/hci/controller_hci_uart_esp32/sdkconfig.defaults