aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/Attributes.h
AgeCommit message (Expand)Author
2012-06-09Spell check source code, fix mistakes.Dean
2012-05-29Minor cleanup to Attributes.h spacing and rename old multiple-inclusion macro...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-24Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-07-06Split out compiler specific helper macros into a new CompilerSpecific.h heade...Dean
2011-06-01Spell check library source code files.Dean
2011-03-13Move out endianness management macros into a new common Endianness.h header.Dean
2011-03-05Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...Dean
2011-02-20More Doxygen updates for multiple architecture support.Dean
2011-02-20Start update of documentation to support possible multiple architectures in t...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-15Minor documentation improvements.Dean
2010-04-15Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean