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
/
Device
/
ClassDriver
Age
Commit message (
Expand
)
Author
2009-07-20
Change Doxygen configuration files to not produce 4096 directories for the do...
Dean
2009-07-16
Minor updates to the Magstripe and MissileLauncher projects to fix bugs and i...
Dean
2009-07-16
Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...
Dean
2009-07-14
Added better module summaries.
Dean
2009-07-13
Added compatibility list to the documentation of each individual demo.
Dean
2009-07-11
Added incomplete PrinterHost demo application.
Dean
2009-06-29
Minor correction to MagStripe demo to fix build problems.
Dean
2009-06-29
Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-26
Reduce struct name pollution - group typedef struct names by class driver nam...
Dean
2009-06-21
Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...
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-18
Break device mode class driver interfaces into seperate config and state stru...
Dean
2009-06-16
Remove hardcoded DOT path from all Doxygen config files.
Dean
2009-06-16
Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...
Dean
2009-06-16
Added USB Missle Launcher project, submitted by Dave Fletcher.
Dean
2009-06-15
More Doxygen fixes - ensure no undocumented function parameters.
Dean
2009-06-15
Doxygen corrections to fix Doxygen warnings in some demos.
Dean
2009-06-14
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean
2009-06-14
Changed per-device controller preprocessor checks over to per-device series f...
Dean
2009-06-11
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean
2009-06-11
Some minor whitespace corrections.
Dean
2009-06-10
Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-i...
Dean
2009-06-05
Add master device Host demo makefile.
Dean
2009-06-05
Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi...
Dean
2009-06-05
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean