Rename controller_hci_uart_esp32c3 to controller_hci_uart_esp32c3_and_esp32s3

pull/8374/head
xiongweichao 2021-12-31 14:23:33 +08:00
rodzic b08c3a022a
commit 8dc3392b3f
8 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -1,2 +0,0 @@
idf_component_register(SRCS "uhci_uart_demo.c"
INCLUDE_DIRS "")

Wyświetl plik

@ -0,0 +1,2 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "")