Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up core build system DMBS subclass module. | Dean Camera | 2015-12-22 | 1 | -4/+17 |
| | |||||
* | Add COMPILER_PATH optional variable to the BUILD build system module. | Dean Camera | 2014-06-08 | 1 | -0/+4 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-09-01 | 1 | -4/+4 |
| | |||||
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 1 | -4/+4 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-28 | 1 | -16/+0 |
| | |||||
* | Add BIN build system target information to the documentation. | Dean Camera | 2013-03-28 | 1 | -2/+6 |
| | |||||
* | Add troubleshooting page to the build system section of the documentation. | Dean Camera | 2012-10-28 | 1 | -20/+141 |
| | |||||
* | Add LINKER_RELAXATIONS option to the LUFA BUILD build system module. | Dean Camera | 2012-09-30 | 1 | -0/+7 |
| | |||||
* | Minor documentation improvements. Remove AS4 project generator script as it ↵ | Dean Camera | 2012-09-23 | 1 | -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 Camera | 2012-08-29 | 1 | -4/+0 |
| | |||||
* | Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build ↵ | Dean Camera | 2012-08-18 | 1 | -3/+11 |
| | | | | system module. Clean up CORE build system module. | ||||
* | Fix broken Doxygen documentation due to lack of HTML encoding. | Dean Camera | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | Document build system targets. Add a rule to the BUILD module that is run if ↵ | Dean Camera | 2012-08-18 | 1 | -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 Camera | 2012-08-15 | 1 | -7/+8 |
| | |||||
* | Minor documentation fixes. | Dean Camera | 2012-08-08 | 1 | -3/+3 |
| | |||||
* | Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵ | Dean Camera | 2012-07-15 | 1 | -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 Camera | 2012-07-14 | 1 | -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 Camera | 2012-07-14 | 1 | -2/+2 |
| | | | | line with the DFU module target names. | ||||
* | Update BUILD build system module with OBJECT_FILES variable, for additional ↵ | Dean Camera | 2012-07-08 | 1 | -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 Camera | 2012-07-06 | 1 | -10/+10 |
| | |||||
* | Add "mostlyclean" makefile target to the BUILD build system module. | Dean Camera | 2012-06-26 | 1 | -0/+7 |
| | |||||
* | Clean up BUILD build system module, expose "check-source" target for use in ↵ | Dean Camera | 2012-06-23 | 1 | -0/+4 |
| | | | | user applications. | ||||
* | Add ability to archive build object files into a .a library file to the ↵ | Dean Camera | 2012-06-23 | 1 | -0/+4 |
| | | | | BUILD build system module. | ||||
* | Oops - fix HID build system module documentation error. | Dean Camera | 2012-06-21 | 1 | -2/+2 |
| | |||||
* | Add HID bootloader build module (thanks to Stefan Hellermann). | Dean Camera | 2012-06-21 | 1 | -2/+73 |
| | |||||
* | Add OBJDIR optional build variable to the BULD build system module, to allow ↵ | Dean Camera | 2012-06-10 | 1 | -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 Camera | 2012-06-10 | 1 | -0/+731 |
modules. |