aboutsummaryrefslogtreecommitdiff
path: root/LUFA/DriverStubs
AgeCommit message (Expand)Author
2010-09-11Added new project makefile template to the library and moved board driver stu...Dean
2010-08-18Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-07-22Convert over internal pseudo-function macros to true inline functions for add...Dean
2010-07-04Improve commenting of the Dataflash stub board driver file, to prevent confus...Dean
2010-06-03Minor documentation cleanups.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-22Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-13Use -pedantic compile time option to find and correct several minor code errors.Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-08-05Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean
2009-07-24Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-05-06Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean
2009-04-19Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean
2009-04-01All comments in the library, bootloaders, demos and projects have now been sp...Dean
2009-03-17Board Dataflash driver now allows for dataflash ICs which use different shift...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean