aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/LowLevel.h
Commit message (Expand)AuthorAgeFilesLines
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Fix errors from last commit.Dean Camera2009-06-141-6/+4
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-16/+18
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-3/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+3
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-19/+1
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-131-1/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-6/+6
* Fixed naming of OTG.h functions, to make them consistent with the rest of the...Dean Camera2009-05-031-1/+1
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-3/+3
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-16/+16
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-6/+0
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-1/+10
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-11/+4
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+3
* Commit for the 090401 release.Dean Camera2009-03-311-23/+30
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-101-1/+1
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-261-2/+7
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+371