Matthias Ringwald
4525a7feac
esp32: add example main.c to CMakeLists.txt
2020-06-02 15:43:02 +02:00
Matthias Ringwald
bd8e4ef6a3
esp32: provide esp-idf/component/btstack/btstack_port_esp32.c and only minimal app_main in template/main/main.c
2020-04-27 16:40:49 +02:00
Matthias Ringwald
a7649d03c9
esp32: update cmake file to use idf_component_register and add commands to generate .h from .gatt file
2019-12-23 18:35:58 +01:00
Matthias Ringwald
095c28e35b
esp32: create CMakeLists.txt for example
2019-12-23 12:22:16 +01:00
Matthias Ringwald
86a50e771e
esp32: add lwip/dhcp-server and enable pan_lwip_http_server.c
2019-06-13 15:16:24 +02:00
Matthias Ringwald
97dc5e692c
new pan_lwip_http_server example
...
- add lwIP sources commit b3a939417 (after STABLE-2.1.1) as 3rd-party/lwip/core
- add small DHCP server as 3rd-party/lwip/dhcp-server
- add BNEP lwIP adapter that handles BNEP events and forwards packets between BNEP and lwIP (only tested for NO_SYS == 1)
- add pan_lwip_http_server example that provides lwIP http server on http://192.168.7.1
- example is added to port/libusb
2019-06-07 16:57:00 +02:00
Matthias Ringwald
2100821c33
esp32: add sco_util.c to hsp_hs_demo
2018-03-01 10:39:38 +01:00
Matthias Ringwald
d02bdcc6bb
esp32: allow to create customized example folders with individual sdkconfig file (2)
2018-01-29 15:04:18 +01:00
Matthias Ringwald
737cbeaae6
esp32: allow to create customized example folders with individual sdkconfig file. skip ant_test
2018-01-29 15:04:18 +01:00
Matthias Ringwald
9c7c30eeba
esp32: re-implement integrate_btstack in python as rsync is missing in prebuild esp-idf windows toolchain
2017-10-09 13:56:01 +02:00
Matthias Ringwald
d6c00b86e8
esp32: add make rule to compile gatt db instead of providing update_gatt.py
2017-09-28 15:38:19 +02:00
Matthias Ringwald
f936392b85
esp32: create examples in examples folder, fix update_gatt.sh
2017-09-28 15:11:22 +02:00
Matthias Ringwald
6f952a2331
esp32: clone BTstack into esp-idf/components to allow out-of-tree app builds
2017-09-28 15:11:22 +02:00
Matthias Ringwald
47b082e6f6
esp32: create update_gatt.py instead of update_gatt.sh - also works on windows
2017-08-21 22:22:23 +02:00
Matthias Ringwald
a5481ee357
esp32: add set_port.sh tool (unix only) to set serial port for esp tool
2017-08-15 10:26:03 +02:00
Matthias Ringwald
8f5db90cf0
esp32: fix compile for HFP/HSP demos
2017-08-06 16:57:12 +02:00
Matthias Ringwald
9a658d6ac5
Cleanup via .gitignore
2017-07-19 21:27:50 +02:00
Matthias Ringwald
a681a241a7
esp32: create projects for all BTstack examples
2017-05-05 15:20:31 +02:00