- 02 Jun, 2012 22 commits
-
-
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
-
Dean Camera authored
-
Dean Camera authored
Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physically do not support a particular mode. Fix main LUFA library makefile default target.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Remove any variables in the optional build variable list that are marked as mandatory by one or more included build system modules in the CORE build system module. Alter DOXYGEN build system module to by default override the Doxygen configuration file stylesheet and replace it with the LUFA Doxygen stylesheet.
-
Dean Camera authored
Remove space padding on the current time when automatically generating AVR Studio 4 project creation/modification timestamps.
-
Dean Camera authored
Ensure build tests use the system provided $(MAKE) variable to determine the command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module.
-
Dean Camera authored
Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked.
-
Dean Camera authored
Strip trailing slash from the user-supplied LUFA_PATH directory, to prevent double slashes from appearing in the commands/output.
-
Dean Camera authored
Add EEPROM programming target to the AVRDUDE build system module. Correct message output test for the BUILD build system module. Clean up DOXYGEN build system module logic.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to allow for language-specific compiler/assembler flags.
-
Dean Camera authored
Oops - fix accidental negation in the BUILD module architecture detection code. Add error if an unsupported architecture is requested.
-
Dean Camera authored
Disable linker relaxations for the UC3 architecture, as this does not appear to be supported in the linker.
-
Dean Camera authored
Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.
-
- 01 Jun, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 29 May, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Make sure that LUFAConfig.h is included *after* the common submodules, so that the architecture and other defines are available to the configuration header.
-
Dean Camera authored
Ensure the DFU bootloader disables and clears the activity LED toggle timer when a soft-reset to application space is used.
-
- 27 May, 2012 12 commits
-
-
Dean Camera authored
Merge in AppConfigHeaders branch to trunk, altering all projects and demos to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Oops - shell variables can't use the += operator - must reference the existing value in the new value to append.
-
Dean Camera authored
-
Dean Camera authored
Remove legacy AS4 project files, now that they can be automatically generated by the new maintenance script.
-
Dean Camera authored
-
Dean Camera authored
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-