aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Version.h
AgeCommit message (Collapse)Author
2012-07-30Reset to placeholder version values in the library after the 120730 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2429 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-16Commit for the LUFA-120730-BETA release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2406 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Update trunk post-120219 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2062 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Commit for the 120219 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2060 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-05Revert changed version files in /trunk/ now that the LUFA-120219-BETA ↵Dean
version has been released. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2034 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-05Commit for the 120219-BETA release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2032 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-11Added User Application APIs to the CDC and DFU class bootloaders.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1943 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Commit for the 111009 BETA release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1928 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-08-09Add notification endpoint to the incomplete TMC demo.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1437 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-08-09Commit for the 100807 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1436 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-29Add file-level brief documentation.Dean
Remove accidentally duplicated model-specific peripheral driver files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1180 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Update copyright year to 2010.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1032 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-28Fix MIT license language to make its intent clearer.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1019 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-09-29Add information on the new MouseHostDevice dual role demo to the library ↵Dean
documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@848 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-11Fix issue in CDC device class driver where received data the size of the ↵Dean
data endpoint could lock up the driver. Further work on the new CDC and HID host mode class drivers. Reset changelog et. al. to reset development information for the new version currently under development. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@730 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-05Commit for 090810rc1 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@720 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-04-01Added new GenericHIDHost demo.Dean
Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@489 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-04-01Fixed incorrect defined in Version.h.Dean
Fixed Still Image Host SImage_SendData() function not clearing the pipe bank after sending data. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@488 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations ↵Dean
(supplied by Opendous, Inc.). Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names. Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances. Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@450 d5102386-fcda-11dd-9fdb-3debd5008f28