summaryrefslogtreecommitdiff
path: root/LUFA/CodeTemplates
AgeCommit message (Expand)Author
2012-02-05Add new tag for the LUFA-120219-BETA release.LUFA-120219-BETADean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-23Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean
2011-11-09Fix typos in makefile templates.Dean
2011-11-01Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...Dean
2011-09-21Add project name to the Doxygen makefile target output.Dean
2011-08-04Update LUFAConfig.h with missing options for the AVR32 target.Dean
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
2011-07-14Complete initial revision of the XMEGA Clock Management platform driver.Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean
2011-06-29Merge over core library changes from the MultiArchDemos branch.Dean
2011-06-20Add new "checksource" target to the library makefiles, for automated source f...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-01Spell check library source code files.Dean
2011-05-14Add skeleton LUFAConfig.h to the CodeTemplates directory.Dean
2011-04-25Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean
2011-04-12Slight cleanups to the architecture specific makefile templates to make the c...Dean
2011-04-12Update architecture specific makefile templates so that they are as close to ...Dean
2011-04-12Add makefile template for the AVR32 UC3 architecture.Dean
2011-03-23Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8...Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...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-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-09-24Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean
2010-09-24Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean
2010-09-15Make project makefiles correctly clean intermeditary build files from assembl...Dean
2010-09-14Added board hardware driver support for the BUI development board.Dean
2010-09-11Added new project makefile template to the library and moved board driver stu...Dean