mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 22:43:35 +00:00
esp32: added README.md
This commit is contained in:
parent
2d25c5fa56
commit
edbc01eea5
26
port/esp32/README.md
Normal file
26
port/esp32/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# BTstack Port for the Espressif ESP32 Platform
|
||||
|
||||
Status: Experimental/initial port. Only LE Counter example provided. Timers are not supported.
|
||||
|
||||
## Setup
|
||||
|
||||
- Follow [Espressif IoT Development Framework (IDF) setup](https://github.com/espressif/esp-idf) to install xtensa toolchain and esp-idf.
|
||||
- In port/esp32, configure serial port for firmware upload as described before
|
||||
|
||||
## Usage
|
||||
|
||||
In port/esp32, run
|
||||
|
||||
make
|
||||
|
||||
to compile the LE Counter example
|
||||
|
||||
Run
|
||||
|
||||
make flash
|
||||
|
||||
to upload it to your device.
|
||||
|
||||
# Acknowledgments
|
||||
|
||||
First HCI Reset was sent to Bluetooth chipset [Matt Kelly](https://github.com/mattkelly)
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2014 BlueKitchen GmbH
|
||||
* Copyright (C) 2016 BlueKitchen GmbH
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
Loading…
x
Reference in New Issue
Block a user