summaryrefslogtreecommitdiff
path: root/tools/hciattach_bcm43xx.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use local libbluetooth includesMarcel Holtmann2015-03-011-3/+3
|
* hciattach: bcm43xx: Use final baudrate to download the firmwareLoic Poulain2014-10-311-24/+39
| | | | | Speed up bcm43xx init by setting the final baudrate before firmware download.
* tools: fix headers for bcm43xxNatanael Copa2014-08-201-0/+1
| | | | | | | | | | PATH_MAX is defined in limits.h so include it explicitly. This fixes the following compile error on musl libc (Alpine Linux): tools/hciattach_bcm43xx.c: In function 'bcm43xx_locate_patch': tools/hciattach_bcm43xx.c:313:14: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX]; ^
* tools: add bcm43xx specific init in hciattachLoic Poulain2014-04-041-0/+378
Add a bcm43xx specific init sequence in hciattach in order to initialize bcm43xx controllers.