Matthias Ringwald
66871e79a8
esp32: copy platform/lwip to esp-idf
2019-06-13 15:16:24 +02: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
21b6c1bf54
esp32: fix BTSTACK_FILE__
2019-06-13 15:15:38 +02:00
Matthias Ringwald
ccc619ecbd
esp32: provide HCI prebuffer (e.g. needed for BNEP)
2019-06-13 15:14:17 +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
6d23ba053b
freertos: HAVE_FREERTOS_INCLUDE_PREFIX if FreeRTOS headers are in 'freertos' folder, update esp32 config to use it
2019-06-03 10:10:26 +02:00
Matthias Ringwald
74a4ebbb07
esp32: configure SCO over HCI after power up
2019-05-08 14:21:20 +02:00
Matthias Ringwald
5ec47f0f9e
esp32: mark micro-ecc includes as private to avoid compile errors in other components
2019-04-26 16:15:37 +02:00
Matthias Ringwald
a71df68ad1
esp32: use micro-ecc copy from BTstack as the one from esp-idf was confied to the bootloader component
2019-04-08 21:36:43 +02:00
Matthias Ringwald
2903bcc699
esp32: erase nvs flash is newer nvs version found
2019-03-07 16:23:31 +01:00
Matthias Ringwald
536d74bc8d
esp32: update sdkconfig
2019-03-07 15:42:34 +01:00
Matthias Ringwald
106b8d823a
esp32: add stop_stream function
2019-02-25 15:07:51 +01:00
Matthias Ringwald
195e44814f
esp32: implement audio sink interface
2019-02-24 13:04:39 +01:00
Matthias Ringwald
12a29783e7
esp32: add ENABLE_ATT_DELAYED_RESPONSE
2018-11-01 12:30:10 +01:00
Matthias Ringwald
6420389d1a
added yxml to esp32, max32630-fthr, and stm32-f4discovery-cc256x
2018-09-27 12:54:46 +02:00
Matthias Ringwald
b175da0edb
esp32: update sdkconfig to allow for unrestricted Bluetooth Controller
2018-09-25 21:05:49 +02:00
Matthias Ringwald
bc44e666ad
esp32: add 3rd-party/md5
2018-09-17 20:14:10 +02:00
Matthias Ringwald
c1bc0b8eb5
pbap_client: add support for md5 authentication challenge
2018-09-17 17:16:59 +02:00
Matthias Ringwald
fc6cde64da
Replaced HCI_PACKET_BUFFER_SIZE with HCI_INCOMING_PACKET_BUFFER_SIZE and HCI_OUTGOING_PACKET_BUFFER_SIZE
2018-07-23 14:14:14 +02:00
Matthias Ringwald
a057b0dbb8
esp32: support audio playback via btstack_audio_esp32.c
2018-07-22 00:01:23 +02:00
Matthias Ringwald
d72415a4a7
esp32: enable SCO over HCI
2018-06-16 22:50:56 +02:00
Matthias Ringwald
8701c8427c
esp32: update sdkconfig
2018-06-16 22:50:20 +02:00
Matthias Ringwald
06e1ef7648
esp32: drop obsolete example files from template
2018-04-18 12:38:14 +02:00
Matthias Ringwald
9c14a9f162
esp32: setup system-wide TLV implementation
2018-04-17 14:33:23 +02:00
Matthias Ringwald
2100821c33
esp32: add sco_util.c to hsp_hs_demo
2018-03-01 10:39:38 +01:00
Matthias Ringwald
c6a0bdd74a
more .gitignore
2018-02-01 11:07:11 +01:00
Matthias Ringwald
bb44f0f585
esp32: fix integrate_btstack.py
2018-01-30 11:57:15 +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
534c860dc0
esp32: enable le data channels, disable packet logger
2018-01-19 16:15:29 +01:00
Matthias Ringwald
2b3e76a20b
esp32: enable le data channels, disable packet logger
2018-01-19 16:15:29 +01:00
Matthias Ringwald
aba3b91ae0
esp32: mention make 3.81 on Ubunutu LTS 14.4
2018-01-15 11:25:59 +01:00
Matthias Ringwald
9de20bbd3d
esp32: update sdkconfig and use esp_bt.h instead of bt.h
2017-12-22 17:51:22 +01:00
Matthias Ringwald
aee3eb8500
esp32: add link to issues posted by BK
2017-12-13 16:19:10 +01:00
Matthias Ringwald
f7ae529c9d
esp32: add HAVE_FREERTOS_TASK_NOTIFICATIONS to fix compile
2017-11-09 15:21:53 +01:00
Matthias Ringwald
ed732917d0
esp32: fix build of non-btstack examples when added as component to esp-idf. Fixes #85
2017-10-25 16:26:56 +02:00
Matthias Ringwald
2cf7e974df
esp32: more .gitignore
2017-10-17 16:16:53 +02:00
Matthias Ringwald
dc01ccc6b2
esp32: support power down and power up. updated sdkconfig
2017-10-14 21:10:45 +02: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
4e60647a0a
esp32: mention ./integrate_btstack and old make version
2017-09-28 15:11:22 +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
28a59cc137
esp32: update sdkconfig
2017-09-25 11:17:39 +02:00
Matthias Ringwald
d851289b95
esp32: enable Host Controller to Host Flow Control and update Readme
2017-08-29 11:45:23 +02:00
Matthias Ringwald
f03cd3a129
esp32: update tempalte sdkconfig
2017-08-28 22:49:51 +02:00
Matthias Ringwald
fcae305fb2
sm: ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS enables micro-ecc software implementation
2017-08-28 21:10:17 +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
15077576b1
esp32: update default sdkconfig
2017-08-17 14:53:24 +02:00
Matthias Ringwald
41b3c0f43e
esp32: fix warning in btstack_tlv_esp32_store_tag
2017-08-17 14:11:10 +02:00