- 10 Jun, 2012 2 commits
-
-
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.
-
- 09 Jun, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader.
-
- 07 Jun, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 06 Jun, 2012 8 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fix BUILD module so that user flags are applied after all auto-generated flags, ensure dependency files are generated with a .d extension rather than a .o.d extension, allow use of full part names ("at32uc3a0256") instead of GCC truncted part names ("uc3a0256").
-
Dean Camera authored
Simplify AVRDUDE build module, ensure that the correct target names for FLASH and EEPROM writing are passed to the programmer tool.
-
Dean Camera authored
Add optional CPPCHECK_FLAGS parameter to the CPPCHECK build module, for miscellaneous user flags. Ensure the user flags are applied after all auto-generated flags.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 05 Jun, 2012 1 commit
-
-
Dean Camera authored
Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile.
-
- 04 Jun, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
-
Dean Camera authored
-
Dean Camera authored
Add symbol-sizes target to the BUILD build system module to print a size-sorted list of symbols from a compiled application, in decimal bytes.
-
Dean Camera authored
Add emergency aborts to the recursive makefiles to prevent system failures due to infinite recursion if something happens while building the project lists.
-
- 03 Jun, 2012 10 commits
-
-
Dean Camera authored
Don't show a list of object/dependency files in the human friendly output of the BUILD module clean command. Use a unique message prefix for assembling vs. compiling.
-
Dean Camera authored
-
Dean Camera authored
Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Disable inbuilt make rules in the LUFA build system for speedups when compiling many projects recursively.
-
Dean Camera authored
Add explicit blank checks in the build system for user-set but blank variables that must not be blank.
-
Dean Camera authored
Add .PHONY targets in all build system modules. Alter BUILD module so that the existence of source files are checked before the build is started.
-
Dean Camera authored
Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt.
-
- 02 Jun, 2012 8 commits
-
-
Dean Camera authored
-
Dean Camera authored
Rename program_ee AVRDUDE module target to program-ee. Update CORE build module to print out lists one item per line, rather than all on one line.
-
Dean Camera authored
-
Dean Camera authored
Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Clean up BUILD build system module - seperate architecture utility prefix code and sanity check from the CC_FLAGS construction code. Add target to print GCC version.
-
Dean Camera authored
-