diff --git a/examples/bluetooth/hci/README.md b/examples/bluetooth/hci/README.md index 466c516186..71ef9bbdfa 100644 --- a/examples/bluetooth/hci/README.md +++ b/examples/bluetooth/hci/README.md @@ -12,11 +12,11 @@ Demonstrates interaction with controller through HCI over UART on ESP32. See the [README.md](./controller_hci_uart_esp32/README.md) file in the example [controller_hci_uart](./controller_hci_uart_esp32). -## controller_hci_uart_esp32c3 +## controller_hci_uart_esp32c3_and_esp32s3 -Demonstrates interaction with controller through HCI over UART on ESP32-C3. +Demonstrates interaction with controller through HCI over UART on ESP32-C3/ESP32-S3. -See the [README.md](./controller_hci_uart_esp32c3/README.md) file in the example [controller_hci_uart](./controller_hci_uart_esp32c3). +See the [README.md](./controller_hci_uart_esp32c3_and_esp32s3/README.md) file in the example [controller_hci_uart_esp32c3_and_esp32s3](./controller_hci_uart_esp32c3_and_esp32s3). ## controller_vhci_ble_adv diff --git a/examples/bluetooth/hci/controller_hci_uart_esp32c3/main/CMakeLists.txt b/examples/bluetooth/hci/controller_hci_uart_esp32c3/main/CMakeLists.txt deleted file mode 100644 index 47b859fbf9..0000000000 --- a/examples/bluetooth/hci/controller_hci_uart_esp32c3/main/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -idf_component_register(SRCS "uhci_uart_demo.c" - INCLUDE_DIRS "") diff --git a/examples/bluetooth/hci/controller_hci_uart_esp32c3/CMakeLists.txt b/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/CMakeLists.txt similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart_esp32c3/CMakeLists.txt rename to examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/CMakeLists.txt diff --git a/examples/bluetooth/hci/controller_hci_uart_esp32c3/README.md b/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/README.md similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart_esp32c3/README.md rename to examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/README.md diff --git a/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/CMakeLists.txt b/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/CMakeLists.txt new file mode 100644 index 0000000000..8a3ab69279 --- /dev/null +++ b/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "main.c" + INCLUDE_DIRS "") diff --git a/examples/bluetooth/hci/controller_hci_uart_esp32c3/main/Kconfig.projbuild b/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/Kconfig.projbuild similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart_esp32c3/main/Kconfig.projbuild rename to examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/Kconfig.projbuild diff --git a/examples/bluetooth/hci/controller_hci_uart_esp32c3/main/uhci_uart_demo.c b/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/main.c similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart_esp32c3/main/uhci_uart_demo.c rename to examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/main.c diff --git a/examples/bluetooth/hci/controller_hci_uart_esp32c3/sdkconfig.defaults b/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/sdkconfig.defaults similarity index 100% rename from examples/bluetooth/hci/controller_hci_uart_esp32c3/sdkconfig.defaults rename to examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/sdkconfig.defaults