| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu... | Dean Camera | 2014-01-08 | 1 | -1/+1 |
* | Fix broken teensy-ee build rule. | Dean Camera | 2014-01-07 | 1 | -4/+6 |
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 11 | -28/+28 |
* | Minor documentation improvements. | Dean Camera | 2013-10-27 | 1 | -6/+6 |
* | Minor formatting fixes. | Dean Camera | 2013-09-27 | 2 | -6/+7 |
* | Add automatic application start on virtual disk ejection to the Mass Storage ... | Dean Camera | 2013-07-06 | 1 | -1/+1 |
* | Force-disable the inbuilt makefile rules as well as suffixes in the core buil... | Dean Camera | 2013-06-03 | 1 | -7/+10 |
* | Add new Printer Device Class driver. | Dean Camera | 2013-05-05 | 1 | -0/+1 |
* | Add BIN build system target information to the documentation. | Dean Camera | 2013-03-28 | 1 | -4/+5 |
* | Fix corrupted disassembly listing (LSS) files due to linker relaxations; pass... | Dean Camera | 2013-03-20 | 1 | -0/+3 |
* | Remove compiled BIN files when running "make clean" with the BUILD build syst... | Dean Camera | 2013-03-10 | 1 | -1/+1 |
* | Update BUILD build system module to produce BIN files as well as HEX. | Dean Camera | 2013-03-09 | 1 | -1/+7 |
* | Fixed incorrect ordering of the linker options in the build system causing li... | Dean Camera | 2013-01-05 | 1 | -1/+1 |
* | Ensure that the core USB driver source filenames are not duplicated in the LU... | Dean Camera | 2013-01-03 | 1 | -1/+1 |
* | Split up USB source files in lufa_sources.mk build system module so that appl... | Dean Camera | 2013-01-03 | 1 | -41/+68 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 11 | -13/+13 |
* | Add troubleshooting page to the build system section of the documentation. | Dean Camera | 2012-10-28 | 1 | -7/+7 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
* | Add LINKER_RELAXATIONS option to the LUFA BUILD build system module. | Dean Camera | 2012-09-30 | 1 | -15/+23 |
* | Fix flip-ee DFU build target accidentally erasing the target FLASH memory space. | Dean Camera | 2012-09-22 | 1 | -3/+1 |
* | Add architecture test for the non-standard avr-size patch, so that it is not ... | Dean Camera | 2012-09-18 | 1 | -0/+3 |
* | Fix up some missing target dependencies and output messages in the LUFA build... | Dean Camera | 2012-09-17 | 3 | -7/+7 |
* | Minor build system tweaks for platform compatibility. | Dean Camera | 2012-09-11 | 2 | -1/+3 |
* | Remove unused check-source rule from the BUILD build system module. | Dean Camera | 2012-08-29 | 1 | -15/+4 |
* | Remove broken settings info output from the AVRDUDE build module. | Dean Camera | 2012-08-20 | 1 | -2/+2 |
* | Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build sys... | Dean Camera | 2012-08-18 | 2 | -9/+33 |
* | Document build system targets. Add a rule to the BUILD module that is run if ... | Dean Camera | 2012-08-18 | 8 | -2/+51 |
* | Clean up BUILD module info output formatting, remove explicit gcc-version tar... | Dean Camera | 2012-08-16 | 1 | -10/+14 |
* | Update the BUILD build system module to early abort and display an error if n... | Dean Camera | 2012-08-15 | 1 | -2/+7 |
* | Minor documentation and formatting updates. | Dean Camera | 2012-08-15 | 1 | -1/+1 |
* | Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build modul... | Dean Camera | 2012-08-13 | 1 | -1/+1 |
* | Add help text to the project makefiles to help new users get information on t... | Dean Camera | 2012-08-11 | 1 | -0/+2 |
* | Clean up CORE build system mode makefile. | Dean Camera | 2012-08-11 | 1 | -14/+22 |
* | Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently cau... | Dean Camera | 2012-08-01 | 1 | -1/+1 |
* | Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Tur... | Dean Camera | 2012-07-15 | 1 | -11/+21 |
* | Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk... | Dean Camera | 2012-07-14 | 10 | -8/+8 |
* | Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ... | Dean Camera | 2012-07-14 | 1 | -6/+6 |
* | Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ... | Dean Camera | 2012-07-11 | 1 | -1/+1 |
* | Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor... | Dean Camera | 2012-07-10 | 1 | -1/+1 |
* | Add check and error to the BUILD module if OBJDIR option is set but object fi... | Dean Camera | 2012-07-10 | 1 | -0/+5 |
* | Fix broken builds when OBJDIR is specified in the BUILD build system module. | Dean Camera | 2012-07-09 | 1 | -2/+2 |
* | Remove unnecessary build system modules from the HID EEPROM Loader shim appli... | Dean Camera | 2012-07-09 | 1 | -4/+0 |
* | Clean up HID EEPROM loader shim application code, simplify project makefile. ... | Dean Camera | 2012-07-08 | 3 | -13/+25 |
* | Update BUILD build system module with OBJECT_FILES variable, for additional u... | Dean Camera | 2012-07-08 | 4 | -4/+117 |
* | Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LU... | Dean Camera | 2012-07-05 | 1 | -1/+2 |
* | Add "mostlyclean" makefile target to the BUILD build system module. | Dean Camera | 2012-06-26 | 1 | -4/+9 |
* | Make sure dependency files are generated for assembly files too in the BUILD ... | Dean Camera | 2012-06-24 | 1 | -3/+3 |
* | Fix hard-coded cross-arch utility name in the BUILD build system module. | Dean Camera | 2012-06-24 | 1 | -1/+1 |
* | Clean up DOXYGEN and SOURCES build system modules - use non-recursively evalu... | Dean Camera | 2012-06-23 | 2 | -43/+43 |
* | Clean up BUILD build system module, expose "check-source" target for use in u... | Dean Camera | 2012-06-23 | 1 | -12/+14 |