aboutsummaryrefslogtreecommitdiff
path: root/LUFA/CodeTemplates/makefile_template.uc3
AgeCommit message (Collapse)Author
2012-06-02Replace architecture specific makefiles in the BuildTests with the new ↵Dean
common build system makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2267 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-17Update project Doxygen and makefiles so that the resulting project ↵Dean
documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Clean up and speed up build tests by turning off expensive and slow size ↵Dean
optimizations, and generation of assembly listings (*.lst) for each compiled source file. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2216 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean
these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2150 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean
is encountered. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are ↵Dean
generated. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Fix typos in makefile templates.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1970 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add project name to the Doxygen makefile target output.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1930 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-14Complete initial revision of the XMEGA Clock Management platform driver.Dean
Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1884 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-29Merge over core library changes from the MultiArchDemos branch.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1831 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20Add new "checksource" target to the library makefiles, for automated source ↵Dean
file existance checking. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1821 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-04-25Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result ↵Dean
typecasting to the SWAPENDIAN_* macros. Switch to using -1 on the UC3 target to obtain a register mask with all bits set (for clearing interrupts and status flags). Fix incorrect USB controller mode on the UC3 when a fixed mode is specified as a compile time option due to AVR32_USBB.USBCON.uide being set by default. Make USB_Descriptor_String_t use a uint16_t for Unicode strings on all targets except the AVR8 (retained for backwards compatibility). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1747 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-04-12Slight cleanups to the architecture specific makefile templates to make the ↵Dean
common configuration sections as identical as possible. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1737 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-04-12Update architecture specific makefile templates so that they are as close to ↵Dean
one-another as possible. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1736 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-04-12Add makefile template for the AVR32 UC3 architecture.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1735 d5102386-fcda-11dd-9fdb-3debd5008f28