Dean Camera
4641acc691
Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.
12 years ago
Dean Camera
4cd80263ff
Minor documentation improvements. Remove AS4 project generator script as it is buggy; replace with a better system in the future for both AS4 and AS6.
12 years ago
Dean Camera
43658f336e
Remove unused check-source rule from the BUILD build system module.
12 years ago
Dean Camera
8d8e5c06b9
Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system module. Clean up CORE build system module.
12 years ago
Dean Camera
0598d622d8
Fix broken Doxygen documentation due to lack of HTML encoding.
12 years ago
Dean Camera
7375c789e1
Document build system targets. Add a rule to the BUILD module that is run if 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).
12 years ago
Dean Camera
1f1bd69b85
Minor documentation and formatting updates.
12 years ago
Dean Camera
a148d63e8b
Minor documentation fixes.
12 years ago
Dean Camera
3ca025f214
Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
12 years ago
Dean Camera
b7e3c86e4e
Rename build system module makefiles from "lufa.MODULE.in" to "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.
13 years ago
Dean Camera
d4980e58d4
Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names.
13 years ago
Dean Camera
c4da1929cd
Update BUILD build system module with OBJECT_FILES variable, for additional user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target.
13 years ago
Dean Camera
8881e5a52d
Minor documentation improvements.
13 years ago
Dean Camera
80fab49e1d
Add "mostlyclean" makefile target to the BUILD build system module.
13 years ago
Dean Camera
90b6bf9e25
Clean up BUILD build system module, expose "check-source" target for use in user applications.
13 years ago
Dean Camera
bf5b49ecf5
Add ability to archive build object files into a .a library file to the BUILD build system module.
13 years ago
Dean Camera
924edb2f9a
Oops - fix HID build system module documentation error.
13 years ago
Dean Camera
393fc71d8e
Add HID bootloader build module (thanks to Stefan Hellermann).
13 years ago
Dean Camera
9ab445518a
Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.
13 years ago
Dean Camera
44ff0af68c
Add a list of module provided make variables and macros to the build system modules.
13 years ago