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
/
Demos
/
Host
/
ClassDriver
/
MouseHostWithParser
/
makefile
Age
Commit message (
Expand
)
Author
2010-07-15
Disable strict aliasing explicitly in the project makefiles, as this is appar...
Dean
2010-07-15
Removed the automated checking of event names in the demo, project and bootlo...
Dean
2010-07-12
Add missing clean_doxygen phony targets to the project makefiles.
Dean
2010-07-02
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-07
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-02-04
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...
Dean
2009-10-16
Fix invalid Event name rule in demo/project makefiles.
Dean
2009-09-29
Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...
Dean
2009-09-21
Finish initial draft of the Host Mode HID Class driver.
Dean
2009-06-26
Optimize vendor/product description string display code in MassStorageHost.
Dean
2009-06-19
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...
Dean
2009-06-19
Move LUFA compile time options to a new section in the application makefiles ...
Dean
2009-06-15
Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...
Dean
2009-06-14
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean
2009-06-09
Copy over schedulerless host demos to ClassDrivers directory, for later modif...
Dean
2009-06-09
Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...
Dean
2009-06-05
Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
Dean