qmk_firmware/LUFA/Drivers/USB/Class/Host
Dean Camera 3eb81df998 Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables.
Add the beginnings of a SDP implentation to the incomplete BluetoothHost demo.

Add const attribute to the Mass Storage Host driver functions where it was applicable, but missing.
2010-04-15 11:04:24 +00:00
..
CDC.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 2010-02-11 04:05:02 +00:00
CDC.h Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00
HID.c Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian). 2010-03-24 05:50:09 +00:00
HID.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 2010-04-13 23:29:11 +00:00
HIDParser.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 2010-02-11 04:05:02 +00:00
HIDParser.h Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00
HIDReportData.h Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00
MIDI.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 2010-02-11 04:05:02 +00:00
MIDI.h Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00
MassStorage.c Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables. 2010-04-15 11:04:24 +00:00
MassStorage.h Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables. 2010-04-15 11:04:24 +00:00
Printer.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 2010-02-11 04:05:02 +00:00
Printer.h Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00
RNDIS.c Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput. 2010-02-18 05:10:24 +00:00
RNDIS.h Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00
StillImage.c Add file-level brief documentation. 2010-03-29 07:49:58 +00:00
StillImage.h Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00