aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/CompilerSpecific.h
AgeCommit message (Collapse)Author
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
2012-02-03Minor documentation fixes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2019 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-16Pull out architecture specific macros and other definitions into a new ↵Dean
common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1906 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-16Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to ↵Dean
improve optimization if called with constant inputs. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1905 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-07Add missing doxygen group terminator to the new CompilerSpecific.h header file.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1849 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-06Split out compiler specific helper macros into a new CompilerSpecific.h ↵Dean
header file inside the library, for future expansion. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1846 d5102386-fcda-11dd-9fdb-3debd5008f28