- 18 Aug, 2012 1 commit
-
-
Dean Camera authored
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).
-
- 16 Aug, 2012 1 commit
-
-
Dean Camera authored
Clean up BUILD module info output formatting, remove explicit gcc-version target and add ability to generate assembly listings of compiled source files for debug purposes.
-
- 15 Aug, 2012 2 commits
-
-
Dean Camera authored
Update the BUILD build system module to early abort and display an error if needed before trying to create the OBJDIR output object file directory.
-
Dean Camera authored
-
- 13 Aug, 2012 1 commit
-
-
Dean Camera authored
Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for the latest Doxygen release.
-
- 11 Aug, 2012 2 commits
-
-
Dean Camera authored
Add help text to the project makefiles to help new users get information on the improved build system.
-
Dean Camera authored
-
- 01 Aug, 2012 1 commit
-
-
Dean Camera authored
Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr.
-
- 15 Jul, 2012 1 commit
-
-
Dean Camera authored
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.
-
- 14 Jul, 2012 2 commits
-
-
Dean Camera authored
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.
-
Dean Camera authored
Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names.
-
- 11 Jul, 2012 1 commit
-
-
Dean Camera authored
Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.
-
- 10 Jul, 2012 2 commits
-
-
Dean Camera authored
Fix up makefile .NOTPARALLEL heuristics so that linear building is only enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique.
-
Dean Camera authored
Add check and error to the BUILD module if OBJDIR option is set but object filenames are not unique.
-
- 09 Jul, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 08 Jul, 2012 2 commits
-
-
Dean Camera authored
Clean up HID EEPROM loader shim application code, simplify project makefile. Ensure shim application is properly rebuild by explicitly cleaning it before requesting a rebuild.
-
Dean Camera authored
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.
-
- 05 Jul, 2012 1 commit
-
-
Dean Camera authored
Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_PATH rather than LUFA_PATH.
-
- 26 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 24 Jun, 2012 2 commits
-
-
Dean Camera authored
Make sure dependency files are generated for assembly files too in the BUILD build system module. Minor code cleanups.
-
Dean Camera authored
-
- 23 Jun, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Move out BUILD build system module start and end messages to the respective targets, as they are only used once.
-
Dean Camera authored
-
- 21 Jun, 2012 3 commits
-
-
Dean Camera authored
Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.
-
Dean Camera authored
-
Dean Camera authored
-
- 19 Jun, 2012 1 commit
-
-
Dean Camera authored
Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.
-
- 17 Jun, 2012 1 commit
-
-
Dean Camera authored
Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.
-
- 11 Jun, 2012 1 commit
-
-
Dean Camera authored
Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable.
-
- 10 Jun, 2012 7 commits
-
-
Dean Camera authored
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.
-
Dean Camera authored
Update CORE build system module to convert the sorted module data lists into printable lists, substituting in a "(None)" entry when no data is available.
-
Dean Camera authored
-
Dean Camera authored
Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Change the build system build module makefiles to have a set of sanity check macros they can call to verify user data. Add additional sanity checks.
-
- 07 Jun, 2012 1 commit
-
-
Dean Camera authored
-