aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates/makefile_template.uc3
Commit message (Collapse)AuthorAgeFilesLines
* Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean Camera2012-03-091-1/+1
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-091-1/+3
| | | | generated.
* Fix typos in makefile templates.Dean Camera2011-11-091-1/+1
|
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-486/+486
|
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-141-4/+1
| | | | Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices.
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+1
|
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-201-1/+10
| | | | file existance checking.
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result ↵Dean Camera2011-04-251-3/+1
| | | | | | | | | | 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).
* Slight cleanups to the architecture specific makefile templates to make the ↵Dean Camera2011-04-121-5/+4
| | | | common configuration sections as identical as possible.
* Update architecture specific makefile templates so that they are as close to ↵Dean Camera2011-04-121-23/+23
| | | | one-another as possible.
* Add makefile template for the AVR32 UC3 architecture.Dean Camera2011-04-121-0/+483