aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
Commit message (Expand)AuthorAgeFilesLines
* Update makefile template with the new build module filenames.Dean Camera2012-07-141-9/+9
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean Camera2012-07-111-2/+2
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+1
* Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.Dean Camera2012-06-101-0/+1
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-35/+35
* Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3...Dean Camera2012-06-051-1/+1
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ...Dean Camera2012-06-041-0/+2
* Replace architecture specific makefiles in the BuildTests with the new common...Dean Camera2012-06-023-1911/+0
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-0/+33
* Merge in latest trunk.Dean Camera2012-05-203-6/+7
|\
| * Update project Doxygen and makefiles so that the resulting project documentat...Dean Camera2012-05-173-3/+3
| * Clean up and speed up build tests by turning off expensive and slow size opti...Dean Camera2012-05-131-3/+4
* | Add branch for the conversion of demos to use standard C header files for con...Dean Camera2012-05-101-0/+4
|/
* Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ar...Dean Camera2012-04-091-3/+3
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-093-3/+3
* Doxygen documentation style changes. Minor documentation corrections.Dean Camera2012-04-085-48/+58
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-093-3/+3
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-093-3/+9
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8...Dean Camera2012-02-121-3/+3
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-061-2/+2
* Update LUFAConfig.h with the new compile time options, re-format Doxygen docu...Dean Camera2012-02-051-0/+4
* Update file contributor copyrights for 2012.Dean Camera2012-02-045-5/+5
* Update file header copyrights for 2012.Dean Camera2012-02-045-5/+5
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ...Dean Camera2012-01-293-0/+15
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-3/+3
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-0/+32
* Fix typos in makefile templates.Dean Camera2011-11-093-3/+3
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...Dean Camera2011-11-011-0/+32
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-213-3/+3
* Update LUFAConfig.h with missing options for the AVR32 target.Dean Camera2011-08-041-1/+3
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-154-2026/+2026
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-142-9/+4
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+707
* 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 f...Dean Camera2011-06-202-2/+20
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-2/+2
* Spell check library source code files.Dean Camera2011-06-011-1/+1
* Add skeleton LUFAConfig.h to the CodeTemplates directory.Dean Camera2011-05-141-0/+122
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-251-3/+1
* Slight cleanups to the architecture specific makefile templates to make the c...Dean Camera2011-04-122-15/+12
* Update architecture specific makefile templates so that they are as close to ...Dean Camera2011-04-122-38/+33
* Add makefile template for the AVR32 UC3 architecture.Dean Camera2011-04-122-1/+484
* Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8...Dean Camera2011-03-231-2/+2
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-203-4/+3
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-203-7/+0
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-0/+4
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-284-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-134-46/+50
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-2/+2