7196 Commits

Author SHA1 Message Date
Milanka Ringwald
dc488373ee Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-07-05 16:46:22 +02:00
Milanka Ringwald
df64272840 avrcp: put avrcp context into sdp query context 2017-07-05 16:46:12 +02:00
Milanka Ringwald
8eaf1b42ca sdp client: add const to def 2017-07-05 16:44:51 +02:00
Matthias Ringwald
8f7efde120 hfp hf: add CLI_PRESENTATION_CAPABILITY to feature list in SDP record, fixes +CLIP for iOS 2017-07-05 16:04:29 +02:00
Milanka Ringwald
2306328a42 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-07-05 15:16:13 +02:00
Milanka Ringwald
6086246c6d avrcp: add SDP query 2017-07-05 15:07:07 +02:00
Matthias Ringwald
38f05a1521 btstack_run_loop: don't call btstack_run_loop_remove_timer from platform implementation 2017-07-05 11:27:44 +02:00
Matthias Ringwald
f93a20173c stm32-l053r8-em9304: added README for port and updated chipset docu 2017-07-04 23:19:18 +02:00
Matthias Ringwald
2b0ffcfe23 stm32-l053r8-em9304: build all examples with Makefile 2017-07-04 22:38:29 +02:00
Matthias Ringwald
c31a3132ee stm32-l053r8-em9304: use SPI at 8 Mhz 2017-07-04 21:13:38 +02:00
Matthias Ringwald
c3163ee6f5 stm32-l053r8-em9304: send '0's when reading SPI data 2017-07-04 21:13:38 +02:00
Matthias Ringwald
f77378dfec stm32-l053r8-em9304: retest RDY line for TX trasaction 2017-07-04 21:13:38 +02:00
Matthias Ringwald
d9f2a54d86 stm32-l053r8-em9304: replace ring-buffer like data struct with regular ring buffer implementation 2017-07-04 21:13:38 +02:00
Matthias Ringwald
43170ba299 stm32-l053r8-em9304: update num bytes available only after reading it 2017-07-04 21:13:38 +02:00
Matthias Ringwald
72c93b66ff stm32-l053r8-em9304: fix copyright year 2017-07-04 21:13:38 +02:00
Matthias Ringwald
1234fdfcd2 stm32-l053r8-em9304: add copyright headers 2017-07-04 21:13:38 +02:00
Matthias Ringwald
f511b50014 stm32-l053r8-em9304: random hack to work around SPI bug 2017-07-04 21:13:38 +02:00
Matthias Ringwald
d7af57ab1f stm32-l053r8-em9304: check slave status byte sts2 also for read 2017-07-04 21:13:38 +02:00
Matthias Ringwald
2cad5cea85 stm32-l053r8-em9304: increase MCU clock to 32 Mhz 2017-07-04 21:13:38 +02:00
Matthias Ringwald
00f6302b6f stm32-l053r8-em9304: clean up 2017-07-04 21:13:38 +02:00
Matthias Ringwald
fbcf42d4f4 stm32-l053r8-em9304: add BTstack + LE Counter 2017-07-04 21:13:38 +02:00
Matthias Ringwald
ed37535d1f stm32-l053r8-em9304: complete hal_uart_dma implementation 2017-07-04 21:13:38 +02:00
Matthias Ringwald
9bc160ddc8 stm32-l053r8-em9304: add hal_uart_dma.h implementation, use send block 2017-07-04 21:13:38 +02:00
Matthias Ringwald
2dba691ca6 stm32-l053r8-em9304: enable interrupt on raising edge of SPI1_RDY, use IRQ instead of polling 2017-07-04 21:13:38 +02:00
Matthias Ringwald
da01dde272 stm32-l053r8-em9304: use DMA for SPI transfers 2017-07-04 21:13:38 +02:00
Matthias Ringwald
0003d56d31 stm32-l053r8-em9304: convert test code into state machine 2017-07-04 21:13:38 +02:00
Matthias Ringwald
19f11e8d8b stm32-l053r8-em9304: expect active state entered event, debug #0 indidcates wait for RDY 2017-07-04 21:13:38 +02:00
Matthias Ringwald
6e78c2056a stm32-l053r8-em9304: use PC0=A5 as debug output #0 2017-07-04 21:13:38 +02:00
Matthias Ringwald
1586edfb48 stm32-l053r8-em9304: Reset EM9304 at start 2017-07-04 21:13:38 +02:00
Matthias Ringwald
5c0535c926 stm32-l053r8-em9304: STM32CubeMX-based Makefile project, PoC HCI Reset 2017-07-04 21:13:38 +02:00
Matthias Ringwald
9163ed0f77 le_streamer_client: remove 'hidden' break, fix test 2017-07-04 19:54:59 +02:00
Matthias Ringwald
828fd804b0 freertos: HAVE_FREERTOS_TASK_NOTIFICATION uses FreeRTOS Task Notifications from v8.2 to trigger run loop 2017-07-04 19:43:02 +02:00
Matthias Ringwald
7c5fbb2726 chipset: update EM9304 info 2017-07-04 18:44:30 +02:00
Matthias Ringwald
ee6b16138c test: fix compile. libusb: fix warning 2017-07-04 17:38:30 +02:00
Matthias Ringwald
1b1c95e9d6 sm: only send commands when HCI_STATE_WORKING 2017-07-04 17:31:04 +02:00
Matthias Ringwald
ec111c8bcd hci: added hci_get_state() 2017-07-04 17:30:27 +02:00
Matthias Ringwald
b7832c7f15 btstack_run_loop: don't call btstack_run_loop_remove_timer from platform implementation 2017-07-04 15:27:27 +02:00
Matthias Ringwald
9d139fbae6 l2cap: limit remote MTU to size of outgoing HCI buffer 2017-07-03 13:48:43 +02:00
Matthias Ringwald
f97cfcbbaa avdtp: mark avdtp_header(..) as static inline and move to header 2017-07-02 22:33:50 +02:00
Matthias Ringwald
b397c740f5 tst/btstack_link_key_db: fix compilation 2017-06-30 12:46:02 +02:00
Matthias Ringwald
4eb4be81ab a2dp: report required buffer size when too small 2017-06-30 12:42:09 +02:00
Matthias Ringwald
58044c3948 posix/btstack_link_key_db_fs_instance: only btstack_link_key_db_fs_instance is public 2017-06-30 08:17:09 +02:00
Matthias Ringwald
8e46c84798 example/le_streamer: print connection interval and connection latency on connect 2017-06-27 12:14:45 +02:00
Matthias Ringwald
e67b545f69 example/le_streamer: fix accidental commit 2017-06-26 23:33:15 +02:00
Matthias Ringwald
7e289bee01 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-06-22 16:04:54 +02:00
Matthias Ringwald
d5ff3b26ac fix warnings - mostly enum casts and set but not used 2017-06-22 15:29:47 +02:00
Matthias Ringwald
1d90e89253 btstack_link_key_db_tlv: fix include, extract tag 2017-06-22 10:55:09 +02:00
Matthias Ringwald
ecd2c7e041 btstack_link_key_db_static: mark instance as static 2017-06-21 17:34:17 +02:00
Matthias Ringwald
ba9e989ad9 Rename btstack_link_key_db_fixed into btstack_link_key_db_static 2017-06-20 11:04:57 +02:00
Milanka Ringwald
ba2939f612 hfp hf: exclude rhh tests 2017-06-19 15:52:29 +02:00