6697 Commits

Author SHA1 Message Date
Matt Kelly
040f5acd38 esp32: More hacks to get send/receive somewhat working 2017-05-05 15:20:30 +02:00
Matt Kelly
84784df65f Remove erroneously added Makefile 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
Matthias Ringwald
4b8ec5bc8f sm: support standard as well as dynamic micro-ecc implementation. fix shared key calculation when not using WICED 2017-05-05 15:18:29 +02:00
Matthias Ringwald
7149bde5b4 define HCI_CON_HANDLE_INVALID and use in sm.c. Fixes issues with con handles that are 0 2017-05-05 15:16:07 +02:00
Matthias Ringwald
56f7db6385 fix 'missing initializer' warnings 2017-05-05 11:29:39 +02:00
Matthias Ringwald
3982eab914 fix 'comparions is always true' warning 2017-05-05 11:27:23 +02:00
Matthias Ringwald
867053f82d avdtp: fix signed comparison warning 2017-05-05 11:24:16 +02:00
Matthias Ringwald
6484b28a8c avdtp: introduce AVDTP_INVALID_SEP_INDEX and use in init 2017-05-05 11:21:29 +02:00
Matthias Ringwald
cde6ece438 example/pbap_client_demo: fix include 2017-05-04 11:29:13 +02:00
Matthias Ringwald
0489d9babb btstack_uart_block/embedded: document sleep modes 2017-05-04 11:28:36 +02:00
Matthias Ringwald
5c2e0bddf8 posix/windows-h4: correct local info printout 2017-05-03 14:07:15 +02:00
Matthias Ringwald
dc491b6ef3 posix-h5-bcm: fix compile warning 2017-05-03 11:56:31 +02:00
Matthias Ringwald
7bc1dbab74 posix-h5: show error for BCM chipset, remove all BCM code 2017-05-03 11:55:13 +02:00
Matthias Ringwald
e25b4a2f90 wiced: move common files into platform/wiced 2017-05-02 19:06:57 +02:00
Matthias Ringwald
8e24486a4a fix static only warning 2017-05-02 19:06:13 +02:00
Matthias Ringwald
d0756da49e fix format warnings for uint32_t values 2017-05-02 19:05:56 +02:00
Matthias Ringwald
0a11ef3822 wiced: fix build 2017-05-02 18:16:08 +02:00
Matthias Ringwald
86a86a65d4 wiced-h4: moved files back to port/wiced-h4 2017-05-02 18:02:27 +02:00
Matthias Ringwald
59a6348713 wiced: renamed wiced into wiced-h4, provide wiced-h5 that works without RTS/CTS 2017-05-02 17:54:23 +02:00
Matthias Ringwald
bace42effc fix format warnings for uint32_t values 2017-05-02 16:17:33 +02:00
Matthias Ringwald
5c5f3f76da h5: add 50 ms to minimum resend timeout 2017-05-02 15:53:52 +02:00
Matthias Ringwald
7df1ef2f9e sm: HAVE_AES128 allows to complete AES128 by Host instead of Bluetooth Controller - rarely needed 2017-05-02 15:30:45 +02:00
Matthias Ringwald
98b5831b73 wiced: support no flowcontrol in btstack_uart_block_wiced.c 2017-05-02 10:49:24 +02:00
Matthias Ringwald
0e02617b40 wiced: introduce btstack_flow_control_mode and reduce #ifdefs 2017-05-02 10:00:58 +02:00
Matthias Ringwald
197ab0eba1 posix-b5-bcm: use local variables for chipset and uart driver 2017-05-02 09:45:01 +02:00
Matthias Ringwald
ed5dc1078e pic32: fix compile 2017-05-02 00:32:53 +02:00
Matthias Ringwald
b403028e72 h4: support wakeup via wakeup-up handler for h5 2017-05-02 00:29:01 +02:00
Matthias Ringwald
224203d84a btstack_uart_block/embedded: support sleep 2017-05-02 00:22:41 +02:00
Matthias Ringwald
c3dafd4604 btstack_uart_block: add set_wakeup_handler to allow wake up notifications 2017-05-01 18:13:51 +02:00
Matthias Ringwald
c4e86052e3 h4: use enum for EHCILL message types - fixes compile error when used as case labels 2017-05-01 12:59:58 +02:00
Matthias Ringwald
39e7ee9f5d cc256x: ENABLE_CC256X_BAUDRATE_CHANGE_FLOWCONTROL_BUG_WORKAROUND avoids lost bytes during baud rate change, updated docu 2017-04-30 00:13:30 +02:00
Matthias Ringwald
8eb8d46326 hid_device: extract l2cap handling into classic/hid_device, send events 2017-04-27 14:57:02 +02:00
Matthias Ringwald
dd148ddbc5 hid_device: added HID Meta Events 2017-04-27 14:56:07 +02:00
Matthias Ringwald
d40c9ac6cf hid_device: move hid_create_sdp_record into classic/hid_device.h 2017-04-27 11:39:25 +02:00
Matthias Ringwald
6518788a7f hid_device: send demo text if no stdin available 2017-04-27 11:25:17 +02:00
Matthias Ringwald
ca44a803f1 hid_device: lookup keycode in US keyboard table 2017-04-27 11:11:27 +02:00
Matthias Ringwald
4cf728558f hid_device: support for typing [a-zA-Z0-9], space, backspace 2017-04-26 22:13:45 +02:00
Matthias Ringwald
0316aa6f75 hid_device: report connect/disconnect, track l2cap cids 2017-04-26 21:50:47 +02:00
Matthias Ringwald
2fa56ea6fd hid_device: start demo, define keyboard boot protocol descriptor, create sdp record 2017-04-26 18:14:27 +02:00
Matthias Ringwald
b3264428f7 ble: fix compile ifndef ENABLE_CLASSIC 2017-04-26 15:38:12 +02:00
Matthias Ringwald
1a2f82330a wiced: extract btstack_uart_block_wiced.c from hci_transport_h4_wiced.c, use with regular H4 implementation 2017-04-26 11:58:39 +02:00
Matthias Ringwald
646a1850c2 bcm/h5: allow to use higher main baud rate when fully booted 2017-04-26 11:55:26 +02:00
Matthias Ringwald
99e8f095f5 bcm/h5: extract btstack_chipset_bcm_download_firmware 2017-04-26 11:55:26 +02:00
Matthias Ringwald
aaf306a213 bcm/h5: use hci_dump, disable debug output 2017-04-26 11:55:26 +02:00
Matthias Ringwald
480bd5c8fc bcm/h5: use main baudrate for patchram upload 2017-04-26 11:55:25 +02:00
Matthias Ringwald
0728d358bb bcm/h5: upload init script before starting stack in h5 mode 2017-04-26 11:55:25 +02:00