60 Commits

Author SHA1 Message Date
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
Matthias Ringwald
5d426cd2e5 esp32: copywriting 2017-05-05 15:20:31 +02:00
Matthias Ringwald
2d4acfc3f8 esp32: update readme 2017-05-05 15:20:31 +02:00
Matthias Ringwald
e1af16c963 esp32: disable packet log, disable host controller to host flow control until fixed in host controller implementation 2017-05-05 15:20:31 +02:00
Matthias Ringwald
14406c56cc esp32: use data source instead of 'execute on main thread' to deliver packet sent and received HCI packets 2017-05-05 15:20:31 +02:00
Matthias Ringwald
dad714c0fb esp32: don't use btstack_run_loop_freertos_single_threaded_execute_code_on_main_thread_from_isr anymore 2017-05-05 15:20:31 +02:00
Matthias Ringwald
3f3812fa56 esp32: add len tag to packet ringbuffer, use HCI_PACKET_BUFFER_SIZE instead of reserving space for 3DH5 packets 2017-05-05 15:20:31 +02:00
Matthias Ringwald
1701a7440a esp32: add make examples, make clean to create/delete example projects 2017-05-05 15:20:31 +02:00
Matthias Ringwald
40e336b75a esp32: update code for component/bt/lib @ 0986936 2017-05-05 15:20:31 +02:00
Matthias Ringwald
6503ab8282 freertos: provide btstack_uart_block_freertos_single_threaded.c 2017-05-05 15:20:31 +02:00
Matthias Ringwald
64dc14e0f6 esp32: add filetags 2017-05-05 15:20:31 +02:00
Matthias Ringwald
b9f3f1a478 esp32: enable Controller to Host Flow Control 2017-05-05 15:20:31 +02:00
Matthias Ringwald
a681a241a7 esp32: create projects for all BTstack examples 2017-05-05 15:20:31 +02:00
Matthias Ringwald
93131000b2 esp32: update readme 2017-05-05 15:20:31 +02:00
Matthias Ringwald
82cfdfc2b7 esp32: prepare example template 2017-05-05 15:20:31 +02:00
Matthias Ringwald
d238d4bbab esp32: drop custom fork 2017-05-05 15:20:31 +02:00
Matthias Ringwald
df3cad9f20 esp32: new config options 2017-05-05 15:20:31 +02:00
Matthias Ringwald
b3c351fe85 esp32: directly call esp_vhci_host_check_send_available instead of tracking callback 2017-05-05 15:20:31 +02:00
Matthias Ringwald
7fa64bedbd esp32: place HCI from VHCI in ringbuffer to avoid blocking VHCI thread 2017-05-05 15:20:31 +02:00
Matthias Ringwald
6b7dcb94d0 esp32: update sdkconfig to disable bluedroid 2017-05-05 15:20:31 +02:00
Matthias Ringwald
f69d0bf9f0 esp32: extract component/btstack, depend on CONFIG_BLUEDROID_ENABLED=n, update README 2017-05-05 15:20:31 +02:00
Matthias Ringwald
90b574741c esp32: fix compile of classic part 2017-05-05 15:20:31 +02:00
Matthias Ringwald
2d1ab7bf32 esp32: update readme 2017-05-05 15:20:31 +02:00
Matthias Ringwald
8690631fa8 esp32: update readme 2017-05-05 15:20:31 +02:00
Matthias Ringwald
432895cb6b esp32: use max size acl payload 2017-05-05 15:20:31 +02:00
Matthias Ringwald
0a21b86715 esp32: try spp_and_le_streamer 2017-05-05 15:20:31 +02:00
Matthias Ringwald
0d00e2a180 esp32: add classic sources 2017-05-05 15:20:31 +02:00
Matthias Ringwald
8d8a3c37fb esp32: use semaphore to let VHCI task pause until packet is processed by btstack 2017-05-05 15:20:31 +02:00
Matthias Ringwald
3534659c26 esp32: follow update of esp-idf 2017-05-05 15:20:31 +02:00
Matthias Ringwald
75932a001c esp32: started on FreeRTOS/Single Threaded integration 2017-05-05 15:20:31 +02:00
Matthias Ringwald
6d9d5ca8cb esp32: use twitter style account name 2017-05-05 15:20:31 +02:00
Matthias Ringwald
edbc01eea5 esp32: added README.md 2017-05-05 15:20:31 +02:00
Matt Kelly
2d25c5fa56 esp32: Cleanup 2017-05-05 15:20:31 +02:00