xref: /btstack/port/esp32/README.md (revision 8690631fa8f82fd35bef089be5e67bbb1eb019ae)
1# BTstack Port for the Espressif ESP32 Platform
2
3Status: Initial port. Only SPP + LE Throughput example provided.
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 by [@mattkelly](https://github.com/mattkelly)
27