aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/LowLevel.h
Commit message (Expand)AuthorAgeFilesLines
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-389/+389
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-1/+1
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-2/+6
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-2/+4
* Add file-level brief documentation.Dean Camera2010-03-291-0/+10
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-241-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-64/+39
* More AVR32 achitecture ports.Dean Camera2010-02-241-33/+37
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-2/+17
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-4/+10
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+4
* Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...Dean Camera2010-01-161-2/+2
* Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean Camera2010-01-151-2/+4
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean Camera2009-11-291-2/+4
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-8/+4
* Fix incorrect compiler error message when F_CLOCK is not defined by the user ...Dean Camera2009-11-151-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-2/+2
* Cleanup USBMode.h to simplify preprocessor logic.Dean Camera2009-07-291-0/+6
* Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...Dean Camera2009-07-211-3/+3
* 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