aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-03-281-16/+0
|
* Add BIN build system target information to the documentation.Dean Camera2013-03-281-2/+6
|
* Add troubleshooting page to the build system section of the documentation.Dean Camera2012-10-281-20/+141
|
* Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.Dean Camera2012-09-301-0/+7
|
* Minor documentation improvements. Remove AS4 project generator script as it ↵Dean Camera2012-09-231-1/+1
| | | | is buggy; replace with a better system in the future for both AS4 and AS6.
* Remove unused check-source rule from the BUILD build system module.Dean Camera2012-08-291-4/+0
|
* Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build ↵Dean Camera2012-08-181-3/+11
| | | | system module. Clean up CORE build system module.
* Fix broken Doxygen documentation due to lack of HTML encoding.Dean Camera2012-08-181-1/+1
|
* Document build system targets. Add a rule to the BUILD module that is run if ↵Dean Camera2012-08-181-0/+4
| | | | a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).
* Minor documentation and formatting updates.Dean Camera2012-08-151-7/+8
|
* Minor documentation fixes.Dean Camera2012-08-081-3/+3
|
* Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean Camera2012-07-151-1/+9
| | | | Turn off generation of debug information when performing a validation build, and when running the build tests.
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-141-10/+10
| | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
* Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ↵Dean Camera2012-07-141-2/+2
| | | | line with the DFU module target names.
* Update BUILD build system module with OBJECT_FILES variable, for additional ↵Dean Camera2012-07-081-0/+16
| | | | user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target.
* Minor documentation improvements.Dean Camera2012-07-061-10/+10
|
* Add "mostlyclean" makefile target to the BUILD build system module.Dean Camera2012-06-261-0/+7
|
* Clean up BUILD build system module, expose "check-source" target for use in ↵Dean Camera2012-06-231-0/+4
| | | | user applications.
* Add ability to archive build object files into a .a library file to the ↵Dean Camera2012-06-231-0/+4
| | | | BUILD build system module.
* Oops - fix HID build system module documentation error.Dean Camera2012-06-211-2/+2
|
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-2/+73
|
* Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean Camera2012-06-101-0/+5
| | | | the user project to relocate the output object and dependency files to a different directory.
* Add a list of module provided make variables and macros to the build system ↵Dean Camera2012-06-101-0/+731
modules.