Commit Graph

80 Commits

Author SHA1 Message Date
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
Matt Kelly
e3ffa507f1 esp32: Add fixes from @mringwal, mostly works now 2017-05-05 15:20:31 +02:00
Matt Kelly
bf9af4c740 esp32: Put btstack in its own task and fix missing byte in outgoing packets 2017-05-05 15:20:30 +02:00
Matt Kelly
37ec87f175 esp32: Fix can_send_packet_now initialization 2017-05-05 15:20:30 +02:00
Matt Kelly
e9421616b0 esp32: Use time_ms instead of ticks 2017-05-05 15:20:30 +02:00
Matt Kelly
e4eb95214f esp32: Use generic transport instead 2017-05-05 15:20:30 +02:00
Matt Kelly
040f5acd38 esp32: More hacks to get send/receive somewhat working 2017-05-05 15:20:30 +02:00
Matt Kelly
0804a8de6e esp32: Add libcoexist 2017-05-05 15:20:30 +02:00
Matt Kelly
ed045cc20f esp32: Add necessary libs, override gitignore .a rule 2017-05-05 15:20:30 +02:00
Matt Kelly
0631daa1e1 esp32: Partially implement hal_cpu layer 2017-05-05 15:20:30 +02:00
Matt Kelly
d4d8445570 Begin porting btstack to esp32 2017-05-05 15:20:30 +02:00