Commit Graph

7222 Commits

Author SHA1 Message Date
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
Matthias Ringwald
fe723981c9 atwilc3000: update .gitignore 2017-08-08 10:56:21 +02:00
Matthias Ringwald
6ca9a99a26 atwilc3000: support custom bd_addr 2017-08-08 10:56:21 +02:00
Matthias Ringwald
a1b34469cd atwilc3000: write 4096 byte firmware blobs directly from firmware array 2017-08-08 10:56:21 +02:00
Matthias Ringwald
d119968eb2 atwilc3000: only dump HCI portion of Write Memory command 2017-08-08 10:56:21 +02:00
Matthias Ringwald
9df3854281 atwilc3000: configure main baud rate 2017-08-08 10:56:21 +02:00
Matthias Ringwald
c7d3427cb5 atwilc3000: use high baudrate for firmware upload 2017-08-08 10:56:21 +02:00
Matthias Ringwald
ccebdf934c atwilc3000: new port posix-h4-atwilc3000. firmware upload ipmlemented 2017-08-08 10:56:21 +02:00
Matthias Ringwald
4eb6a35329 Revert "atwilc3000: uart flow control intially disabled"
This reverts commit 40ad23881dbcd17fb2a6e64bb0326f14f9734886.
2017-08-08 10:56:21 +02:00
Matthias Ringwald
44149d3a0f atwilc3000: convert .bin into .h + .c file 2017-08-08 10:56:21 +02:00
Matthias Ringwald
c823631b5a atwilc3000: download Bluetooth firmware from atwilc3000/firmware GitHub repo 2017-08-08 10:56:21 +02:00
Matthias Ringwald
36e9f39cd5 atwilc3000: uart flow control intially disabled 2017-08-08 10:56:21 +02:00
Matthias Ringwald
f672d87d9e tooL/clean_tree: fix path to hxcmod-plyer/mods 2017-08-08 10:55:56 +02:00