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