esp-idf/examples/bluetooth/hci/controller_hci_uart
Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
Makefile Moved HCI examples from bluetooth/bluedroid/hci to bluetooth/hci. 2019-11-22 11:11:37 +05:30
README.md build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
sdkconfig.defaults Changes in menuconfig options to not compile any host when using hci 2019-11-22 11:14:50 +05:30

Supported Targets ESP32

ESP-IDF UART HCI Controller

This is a btdm controller use UART as HCI IO. This require the UART device support RTS/CTS mandatory. It can do the configuration of UART number and UART baudrate by menuconfig.