xref: /btstack/port/esp32/README.md (revision edbc01eea520cc3ea1b82119e7bdda6b1208fd23)
1# BTstack Port for the Espressif ESP32 Platform
2
3Status: Experimental/initial port. Only LE Counter example provided. Timers are not supported.
4
5## Setup
6
7- Follow [Espressif IoT Development Framework (IDF) setup](https://github.com/espressif/esp-idf) to install xtensa toolchain and esp-idf.
8- In port/esp32, configure serial port for firmware upload as described before
9
10## Usage
11
12In port/esp32, run
13
14	make
15
16to compile the LE Counter example
17
18Run
19
20	make flash
21
22to upload it to your device.
23
24# Acknowledgments
25
26First HCI Reset was sent to Bluetooth chipset [Matt Kelly](https://github.com/mattkelly)
27