Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add BIN build system target information to the documentation. | Dean Camera | 2013-03-28 | 1 | -4/+5 |
| | |||||
* | Fix corrupted disassembly listing (LSS) files due to linker relaxations; ↵ | Dean Camera | 2013-03-20 | 1 | -0/+3 |
| | | | | pass -mrelax to the compiler to make it aware of, and able to compensate for, linker relaxations. | ||||
* | Remove compiled BIN files when running "make clean" with the BUILD build ↵ | Dean Camera | 2013-03-10 | 1 | -1/+1 |
| | | | | system module. | ||||
* | Update BUILD build system module to produce BIN files as well as HEX. | Dean Camera | 2013-03-09 | 1 | -1/+7 |
| | |||||
* | Fixed incorrect ordering of the linker options in the build system causing ↵ | Dean Camera | 2013-01-05 | 1 | -1/+1 |
| | | | | link failures in some cases. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Add troubleshooting page to the build system section of the documentation. | Dean Camera | 2012-10-28 | 1 | -7/+7 |
| | |||||
* | Add LINKER_RELAXATIONS option to the LUFA BUILD build system module. | Dean Camera | 2012-09-30 | 1 | -15/+23 |
| | |||||
* | Add architecture test for the non-standard avr-size patch, so that it is not ↵ | Dean Camera | 2012-09-18 | 1 | -0/+3 |
| | | | | tested on architectures where the patch isn't available. | ||||
* | Minor build system tweaks for platform compatibility. | Dean Camera | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Remove unused check-source rule from the BUILD build system module. | Dean Camera | 2012-08-29 | 1 | -15/+4 |
| | |||||
* | Document build system targets. Add a rule to the BUILD module that is run if ↵ | Dean Camera | 2012-08-18 | 1 | -1/+29 |
| | | | | 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). | ||||
* | Clean up BUILD module info output formatting, remove explicit gcc-version ↵ | Dean Camera | 2012-08-16 | 1 | -10/+14 |
| | | | | target and add ability to generate assembly listings of compiled source files for debug purposes. | ||||
* | Update the BUILD build system module to early abort and display an error if ↵ | Dean Camera | 2012-08-15 | 1 | -2/+7 |
| | | | | needed before trying to create the OBJDIR output object file directory. | ||||
* | Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently ↵ | Dean Camera | 2012-08-01 | 1 | -1/+1 |
| | | | | causing segfaults on some builds of binutils-avr. | ||||
* | Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵ | Dean Camera | 2012-07-15 | 1 | -11/+21 |
| | | | | 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 | -0/+286 |
"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. |