- 14 Jul, 2012 1 commit
-
-
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).
-
- 26 Jun, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 24 Jun, 2012 3 commits
-
-
Dean Camera authored
-
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 5 commits
-
-
Dean Camera authored
-
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 5 commits
-
-
Dean Camera authored
-
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
Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions.
-
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.
-