aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
AgeCommit message (Collapse)Author
2012-04-07Add architecture guards to all architecture-specific files, so that they can ↵Dean
be bulk-added to existing IDE projects without having to exclude unused architecture files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2136 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-18Add build tests to verify correct compilation of as many modules as possible ↵Dean
under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2053 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Added Serial USART peripheral driver for the XMEGA platform.Dean
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2046 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-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-02-20Make sure the peripheral driver .c files include the driver dispatch header, ↵Dean
rather than the architecture specific header files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1678 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ↵Dean
identifying filenames in the documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1677 d5102386-fcda-11dd-9fdb-3debd5008f28