index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
LowLevel.h
Age
Commit message (
Expand
)
Author
2010-07-21
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean
2010-06-16
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-04-28
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean
2010-04-13
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean
2010-03-29
Add file-level brief documentation.
Dean
2010-02-24
Fix incorrect error when directly including the LUFA internal USB library com...
Dean
2010-02-24
Revert changes made for the partial port to the AVR32 architecture.
Dean
2010-02-24
More AVR32 achitecture ports.
Dean
2010-02-23
More porting of the USB core to the AVR32.
Dean
2010-02-23
Start porting the USB core to the AVR32 UC3B.
Dean
2010-02-11
Add more include protection macros to give the user warnings when they try to...
Dean
2010-01-16
Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...
Dean
2010-01-15
Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-11-29
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...
Dean
2009-11-23
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean
2009-11-15
Fix incorrect compiler error message when F_CLOCK is not defined by the user ...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-07-29
Cleanup USBMode.h to simplify preprocessor logic.
Dean
2009-07-21
Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-14
Fix errors from last commit.
Dean
2009-06-14
Changed per-device controller preprocessor checks over to per-device series f...
Dean
2009-06-08
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean
2009-06-01
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean
2009-05-18
Rewritten event system to remove all macros, to make user code clearer.
Dean
2009-05-13
Moved USB Host state machine code out from USBTask.c and into Host.c, where i...
Dean
2009-05-04
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...
Dean
2009-05-03
Fixed naming of OTG.h functions, to make them consistent with the rest of the...
Dean
2009-05-03
More minor renaming of library enums and events to try to create a consistent...
Dean
2009-04-22
Documentation enhancements to improve documentation cross-references.
Dean
2009-04-17
More documentation changes for better module-level documentation rather than ...
Dean
2009-04-16
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean
2009-04-05
Removed all binary constants and replaced with decimal or hexadecimal constan...
Dean
2009-04-05
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean
2009-03-31
Commit for the 090401 release.
Dean
2009-03-10
Fixed incorrect/missing control status stage transfers on demos, bootloaders ...
Dean
2009-03-04
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean