- 25 Jul, 2012 1 commit
-
-
Dean Camera authored
Split out bootloader HEX generation into separate directories for each bootloader in the maintenance script.
-
- 24 Jul, 2012 3 commits
-
-
Dean Camera authored
Extend bootloader build test to include all supported configurations including the special XPLAIN board configuration and possible F_USB values.
-
Dean Camera authored
Force the maintenance script to built bootloaders with F_USB values of 8MHz and 16Mhz - fix when additional architecture bootloaders are available.
-
Dean Camera authored
-
- 23 Jul, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
Make the bootloader generation maintenance script copy over the project license text when generation is complete.
-
Dean Camera authored
-
Dean Camera authored
Add a "make_bootloaders" target to the Maintenance makefile, to generate all possible bootloaders and archive them for separate distribution.
-
- 22 Jul, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.
-
- 16 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 15 Jul, 2012 2 commits
-
-
Dean Camera authored
-
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 5 commits
-
-
Dean Camera authored
Use immediate variable expansion in the second-deepest level makefile scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.
-
Dean Camera authored
-
Dean Camera authored
-
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 7 commits
-
-
Dean Camera authored
-
Dean Camera authored
Override the OBJDIR setting for the XPLAINBridge project, as this currently doesn't work. Turn off check-config test in the StaticAnalysisTest build test to save time - if the standard build fails this can be run manually to determine the problem cause.
-
Dean Camera authored
Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.
-
Dean Camera authored
-
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.
-
Dean Camera authored
Slightly better method of recursive make - use proper make dependencies to allow for parallel builds.
-
- 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.
-
- 07 Jul, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Update CDC driver INF files so that they should work even on systems without usbser.sys extracted by default (see MS KB entry 837637).
-
- 06 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 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.
-
- 03 Jul, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs() function implementations (thanks to MitchJS).
-
Dean Camera authored
-
- 01 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 29 Jun, 2012 1 commit
-
-
Dean Camera authored
Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert).
-
- 27 Jun, 2012 1 commit
-
-
Dean Camera authored
Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).
-