aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build
Commit message (Expand)AuthorAgeFilesLines
* Add new Printer Device Class driver.Dean Camera2013-05-051-0/+1
* Add BIN build system target information to the documentation.Dean Camera2013-03-281-4/+5
* Fix corrupted disassembly listing (LSS) files due to linker relaxations; pass...Dean Camera2013-03-201-0/+3
* Remove compiled BIN files when running "make clean" with the BUILD build syst...Dean Camera2013-03-101-1/+1
* Update BUILD build system module to produce BIN files as well as HEX.Dean Camera2013-03-091-1/+7
* Fixed incorrect ordering of the linker options in the build system causing li...Dean Camera2013-01-051-1/+1
* Ensure that the core USB driver source filenames are not duplicated in the LU...Dean Camera2013-01-031-1/+1
* Split up USB source files in lufa_sources.mk build system module so that appl...Dean Camera2013-01-031-41/+68
* Update copyright year to 2013.Dean Camera2013-01-0311-13/+13
* Add troubleshooting page to the build system section of the documentation.Dean Camera2012-10-281-7/+7
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.Dean Camera2012-09-301-15/+23
* Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.Dean Camera2012-09-221-3/+1
* Add architecture test for the non-standard avr-size patch, so that it is not ...Dean Camera2012-09-181-0/+3
* Fix up some missing target dependencies and output messages in the LUFA build...Dean Camera2012-09-173-7/+7
* Minor build system tweaks for platform compatibility.Dean Camera2012-09-112-1/+3
* Remove unused check-source rule from the BUILD build system module.Dean Camera2012-08-291-15/+4
* Remove broken settings info output from the AVRDUDE build module.Dean Camera2012-08-201-2/+2
* Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build sys...Dean Camera2012-08-182-9/+33
* Document build system targets. Add a rule to the BUILD module that is run if ...Dean Camera2012-08-188-2/+51
* Clean up BUILD module info output formatting, remove explicit gcc-version tar...Dean Camera2012-08-161-10/+14
* Update the BUILD build system module to early abort and display an error if n...Dean Camera2012-08-151-2/+7
* Minor documentation and formatting updates.Dean Camera2012-08-151-1/+1
* Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build modul...Dean Camera2012-08-131-1/+1
* Add help text to the project makefiles to help new users get information on t...Dean Camera2012-08-111-0/+2
* Clean up CORE build system mode makefile.Dean Camera2012-08-111-14/+22
* Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently cau...Dean Camera2012-08-011-1/+1
* Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Tur...Dean Camera2012-07-151-11/+21
* Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean Camera2012-07-1410-8/+8
* Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ...Dean Camera2012-07-141-6/+6
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean Camera2012-07-111-1/+1
* Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor...Dean Camera2012-07-101-1/+1
* Add check and error to the BUILD module if OBJDIR option is set but object fi...Dean Camera2012-07-101-0/+5
* Fix broken builds when OBJDIR is specified in the BUILD build system module.Dean Camera2012-07-091-2/+2
* Remove unnecessary build system modules from the HID EEPROM Loader shim appli...Dean Camera2012-07-091-4/+0
* Clean up HID EEPROM loader shim application code, simplify project makefile. ...Dean Camera2012-07-083-13/+25
* Update BUILD build system module with OBJECT_FILES variable, for additional u...Dean Camera2012-07-084-4/+117
* Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LU...Dean Camera2012-07-051-1/+2
* Add "mostlyclean" makefile target to the BUILD build system module.Dean Camera2012-06-261-4/+9
* Make sure dependency files are generated for assembly files too in the BUILD ...Dean Camera2012-06-241-3/+3
* Fix hard-coded cross-arch utility name in the BUILD build system module.Dean Camera2012-06-241-1/+1
* Clean up DOXYGEN and SOURCES build system modules - use non-recursively evalu...Dean Camera2012-06-232-43/+43
* Clean up BUILD build system module, expose "check-source" target for use in u...Dean Camera2012-06-231-12/+14
* Move out BUILD build system module start and end messages to the respective t...Dean Camera2012-06-231-4/+2
* Add ability to archive build object files into a .a library file to the BUILD...Dean Camera2012-06-231-5/+14
* Add svn:eol-style property on all source files where it was missing. Fix line...Dean Camera2012-06-211-70/+70
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+70
* Minor build system improvements - force default shell.Dean Camera2012-06-218-21/+37
* Enable GCC's -pipe option by default, to build projects using intermediary lo...Dean Camera2012-06-191-1/+1
* Minor build system improvements - move out AVRDUDE base flags into a makefile...Dean Camera2012-06-172-19/+22