aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tools
AgeCommit message (Collapse)Author
2011-03-15Add "unit test" for new UUID functionsElvis Pfützenreuter
2011-02-04rename: tools/main.c to tools/rfcomm.cGustavo F. Padovan
2010-11-11Fix test-attrib not being listed in EXTRA_DISTLuiz Augusto von Dentz
2010-10-27build: Fix parallel buildBastien Nocera
Fix parallel build where parser.h won't have been generated when we're trying to compile kword itself. YACC tools/parser.c LEX tools/lexer.c conflicts: 3 shift/reduce CC tools/kword.o tools/kword.c:36:20: fatal error: parser.h: No such file or directory compilation terminated.
2010-09-15Include simple-endpoint in the EXTRA_DISTLuiz Augusto von Dentz
2010-09-13btio: Seperate btio.[ch] into btio directoryZhenhua Zhang
Seperate btio.[ch] from src directory to btio sub-folder.
2010-08-23Firmware download for Qualcomm Bluetooth devicesMatthew Wilson
Configures device address from hciattach parameter. UART speed limited to 115200. Requires separate device specific firmware.
2010-08-18Add host level support for Atheros AR300x deviceSuraj Sumangala
This patch implements support for the Atheros AR300x Bluetooth chip in hciattach. It supports configuration download and power management configure feature.
2010-05-21Add manual log to hcitraceGustavo F. Padovan
Remove the BlueZ log scheme from hcitrace to avoid intersection with the new BlueZ dynamic debug.
2009-12-24Add skeleton for HCI tracing daemonMarcel Holtmann
2009-11-19Add test scripts for input and audioJohan Hedberg
2009-08-29Move rfcomm utility into tools directoryMarcel Holtmann
2009-08-28Rename textfile test programMarcel Holtmann
2009-08-28Move IPC test program to test directoryMarcel Holtmann
2009-08-28Move common files into src directoryMarcel Holtmann
2009-08-24Don't install dfubabel and avctrl manual pagesMarcel Holtmann
2009-08-24All manual pages need a special EXTRA_DIST statementMarcel Holtmann
2009-08-23Add forgotten tools back to the build systemMarcel Holtmann
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann