7234 Commits

Author SHA1 Message Date
Milanka Ringwald
5389404447 a2dp sink demo: redundant redeclaration of ring_buffer 2017-08-11 12:31:22 +02:00
Milanka Ringwald
72c514e816 avdtp: add init/close media on start/suspend stream event 2017-08-11 12:21:31 +02:00
Milanka Ringwald
be030f500e fix comparison of integers of different signs 2017-08-11 12:14:47 +02:00
Milanka Ringwald
e91a86a966 a2dp: remove checks on seid, and cid 2017-08-11 11:56:36 +02:00
Milanka Ringwald
ef5ad9d62b a2dp: pass remote bd address on stream established event 2017-08-11 11:37:16 +02:00
Matthias Ringwald
3d1bd8093c samv71-xplained-atwilc3000: automatically build on make flash 2017-08-10 16:24:25 +02:00
Matthias Ringwald
7d82eb501e atwilc3000: updated docu and samv70-xplained port 2017-08-10 16:21:53 +02:00
Matthias Ringwald
0f165cea0c samv71-xplained-atwilc3000: support firmware download as part of build 2017-08-10 16:20:16 +02:00
Matthias Ringwald
025f455589 atwilc3000: add missing dependency for firmware.c on firmware.bin 2017-08-10 16:03:25 +02:00
Matthias Ringwald
69e3d9734d atwilc3000: download individual firmware files on demand 2017-08-10 15:25:04 +02:00
Matthias Ringwald
069d175350 rfcomm: empty packets don't require credits, emit warning 2017-08-10 14:21:31 +02:00
Matthias Ringwald
adaba9f340 Fix more warnings (mostly sign-compare) 2017-08-09 22:58:56 +02:00
Matthias Ringwald
afc6fe184c hxcmod-player: Avoid playback error on platforms where char is unsigned 2017-08-09 22:08:16 +02:00
Milanka Ringwald
8a7f815b85 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-08-09 16:45:43 +02:00
Milanka Ringwald
4567cc17d5 avdtp/avrcp: log error on malloc failure 2017-08-09 16:45:27 +02:00
Matthias Ringwald
390b927134 hxcmod-player: mark mod song as const to avoid copy to RAM 2017-08-09 16:09:32 +02:00
Milanka Ringwald
0fd69bb60e a2dp: remove address check 2017-08-09 15:00:19 +02:00
Matthias Ringwald
55ab84a416 samv71-xplained-atwilc3000: provide memory for a2dp, fix main.c file tag, disable hci dump 2017-08-08 18:37:59 +02:00
Matthias Ringwald
249d94cf77 fix warnings: mostly sign-compare 2017-08-08 18:03:40 +02:00
Milanka Ringwald
5e3d4d2bb3 avrcp: get now playing info, without fragmentation 2017-08-08 17:09:47 +02:00
Milanka Ringwald
fe8b78009f avrcp: add mib enumid for UTF8, add now playing info to connection 2017-08-08 17:09:47 +02:00
Milanka Ringwald
4c9540146c avdtp: add AVRCP_SUBEVENT_NOW_PLAYING_INFO_QUERY event 2017-08-08 17:09:47 +02:00
Milanka Ringwald
c045af9951 avrcp target: add get play status query 2017-08-08 17:09:47 +02:00
Milanka Ringwald
d13869281f avrcp target: introduce handle can send now 2017-08-08 17:09:47 +02:00
Milanka Ringwald
e0bbf3ed25 avrcp target: add get capabilities 2017-08-08 17:09:47 +02:00
Milanka Ringwald
4b338011de avrcp target: added response for unit and subunit info 2017-08-08 17:09:47 +02:00
Matthias Ringwald
6aa7d7949b l2cap: fix compile 2017-08-08 16:38:06 +02:00
Matthias Ringwald
188c56a58d l2cap: fix compile 2017-08-08 16:20:24 +02:00
Matthias Ringwald
2053036d0c l2cap: emit L2CAP_EVENT_CHANNEL_OPENED with status L2CAP_CONNECTION_BASEBAND_DISCONNECT on HCI Disconnect Event before channel was opened 2017-08-08 16:08:03 +02:00
Matthias Ringwald
6e0288c29c esp32: add to Chipset list, mention DLE support and multiple LE roles 2017-08-08 14:58:41 +02:00
Matthias Ringwald
99e6df5d02 samv71-xplained-atwilc3000: add support for STDIN 2017-08-08 12:37:52 +02:00
Matthias Ringwald
0af04ee4d3 samv71-xplained-atwilc3000: build all examples 2017-08-08 10:56:22 +02:00
Matthias Ringwald
7d0ceef158 samv71-xplained-atwilc3000: create example/template 2017-08-08 10:56:22 +02:00
Matthias Ringwald
c4572ab1c1 samv71-xplained-atwilc3000: use 2 mbps for atwilc3000 uart 2017-08-08 10:56:22 +02:00
Matthias Ringwald
6e0d5aed6b atwilc3000: configure chipset for main baud rate as part of the firmware download 2017-08-08 10:56:22 +02:00
Matthias Ringwald
cb9ff2fb74 samv71-xplained-atwilc3000: use debug gpio pins 2017-08-08 10:56:22 +02:00
Matthias Ringwald
67422dbd30 samv71-xplained-atwilc3000: assert tx_done is only called once 2017-08-08 10:56:22 +02:00
Matthias Ringwald
5c5e48573f samv71-xplained-atwilc3000: fix HAL UART Receive in IRQ mode 2017-08-08 10:56:22 +02:00
Matthias Ringwald
c267d18bb4 samv71-xplained-atwilc3000: implement hal_uart_dma_set_flowcontrol 2017-08-08 10:56:22 +02:00
Matthias Ringwald
13b8e9b1e4 samv71-xplained-atwilc3000: firmware upload with 921600 2017-08-08 10:56:22 +02:00
Matthias Ringwald
a05ab6b39c samv71-xplained-atwilc3000: add atwilc3000 support 2017-08-08 10:56:22 +02:00
Matthias Ringwald
5c14f9bbe2 samv71-xplained-atwilc3000: add make flash target 2017-08-08 10:56:22 +02:00
Matthias Ringwald
0462679231 samv71-xplained-atwilc3000: add btstack_config.h 2017-08-08 10:56:22 +02:00
Matthias Ringwald
6269ac328b samv71-xplained-atwilc3000: fix pin definitions 2017-08-08 10:56:22 +02:00
Matthias Ringwald
58a1b1bbd7 samv71-xplained-atwilc3000: add BTstack files 2017-08-08 10:56:22 +02:00
Matthias Ringwald
d344c38bba samv71-xplained-atwilc3000: update config for atwilc3000 config 2017-08-08 10:56:22 +02:00
Matthias Ringwald
1b2596b530 samv71-xplained-atwilc3000: add getting started example with peripheral HALs 2017-08-08 10:56:22 +02:00
Matthias Ringwald
4604479edb atwilc3000: add image from breakout board 2017-08-08 10:56:21 +02:00
Matthias Ringwald
fbacaeecf6 atwilc3000: add to READMEs 2017-08-08 10:56:21 +02:00
Matthias Ringwald
f14824f7f1 atwilc3000: chipset support complete 2017-08-08 10:56:21 +02:00