92 Commits

Author SHA1 Message Date
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
Matthias Ringwald
c7f4b25f7a btstack_tlv: return 0 on ok for store_tag 2017-08-16 14:59:53 +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
1ce327b5b6 esp32: store LE bonding information using le_device_db_tlv 2017-08-14 14:35:55 +02:00
Matthias Ringwald
6e0288c29c esp32: add to Chipset list, mention DLE support and multiple LE roles 2017-08-08 14:58:41 +02:00
Matthias Ringwald
d33566fee5 esp32: enable support for LE Data Length Extension 2017-08-07 15:44:53 +02:00
Matthias Ringwald
087783a8f0 esp32: remove debug output for btstack_stdin 2017-08-06 19:49:49 +02:00
Matthias Ringwald
407c807f76 esp32: add btstack_stdin support 2017-08-06 19:48:00 +02:00
Matthias Ringwald
68640d42cb esp32: fix a2dp_audio_source build 2017-08-06 17:06:29 +02:00
Matthias Ringwald
8f5db90cf0 esp32: fix compile for HFP/HSP demos 2017-08-06 16:57:12 +02:00
Matthias Ringwald
eb6282bc28 esp32: mention CONFIG_BLUEDROID_ENABLED, update esp-idf 2017-08-06 16:40:10 +02:00
Matthias Ringwald
2c204492a0 esp32: use malloc for btstack stuctures 2017-07-24 10:57:08 +02:00
Matthias Ringwald
1287affeac esp32: update sdkconfig with default values 2017-07-21 22:11:05 +02:00
Matthias Ringwald
6bbd991acf esp32: implement btstack_tlv.h interface on top of esp-idf nvs storage 2017-07-21 22:09:43 +02:00
Matthias Ringwald
9a658d6ac5 Cleanup via .gitignore 2017-07-19 21:27:50 +02:00
Matthias Ringwald
4a76e901eb esp32/freertos: don't create thread for BTstack. make run_loop_execute block - same as all other ports 2017-07-14 11:28:02 +02:00
Matthias Ringwald
3bf4123940 esp32: enable link key db memory for now 2017-05-25 19:41:03 +02:00
Matthias Ringwald
9000f9159a esp32: pulled esp-idf 2017-05-15 18:05:21 +02:00
Matthias Ringwald
0e6963e5c7 esp32: update sdkconfig 2017-05-05 15:20:31 +02:00
Matthias Ringwald
add51d7238 esp32: use micro-ecc from esp-idf 2017-05-05 15:20:31 +02:00
Matthias Ringwald
5f209a26d8 esp32: drop single_threaded attribute from function names 2017-05-05 15:20:31 +02:00
Matthias Ringwald
7d5f53998d esp32: drop single_threaded attribute from function names 2017-05-05 15:20:31 +02:00
Matthias Ringwald
00948339ed esp32: copywriting 2017-05-05 15:20:31 +02:00