b3c351fe | 10-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: directly call esp_vhci_host_check_send_available instead of tracking callback |
7fa64bed | 10-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: place HCI from VHCI in ringbuffer to avoid blocking VHCI thread |
6b7dcb94 | 08-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: update sdkconfig to disable bluedroid |
f69d0bf9 | 07-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: extract component/btstack, depend on CONFIG_BLUEDROID_ENABLED=n, update README |
90b57474 | 07-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: fix compile of classic part |
2d1ab7bf | 07-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: update readme |
8690631f | 07-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: update readme |
432895cb | 07-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: use max size acl payload |
0a21b867 | 06-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: try spp_and_le_streamer |
0d00e2a1 | 06-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: add classic sources |
8d8a3c37 | 06-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: use semaphore to let VHCI task pause until packet is processed by btstack |
3534659c | 06-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: follow update of esp-idf |
75932a00 | 01-Mar-2017 |
Matthias Ringwald <[email protected]> |
esp32: started on FreeRTOS/Single Threaded integration |
6d9d5ca8 | 23-Feb-2017 |
Matthias Ringwald <[email protected]> |
esp32: use twitter style account name |
edbc01ee | 23-Feb-2017 |
Matthias Ringwald <[email protected]> |
esp32: added README.md |
2d25c5fa | 23-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Cleanup |
e3ffa507 | 23-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Add fixes from @mringwal, mostly works now |
bf9af4c7 | 23-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Put btstack in its own task and fix missing byte in outgoing packets |
37ec87f1 | 22-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Fix can_send_packet_now initialization |
e9421616 | 22-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Use time_ms instead of ticks |
e4eb9521 | 22-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Use generic transport instead |
040f5acd | 22-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: More hacks to get send/receive somewhat working |
0804a8de | 20-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Add libcoexist |
ed045cc2 | 20-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Add necessary libs, override gitignore .a rule |
0631daa1 | 20-Feb-2017 |
Matt Kelly <[email protected]> |
esp32: Partially implement hal_cpu layer |