- 10 Jul, 2012 3 commits
-
-
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 3 commits
-
-
Dean Camera authored
Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.
-
Dean Camera authored
-
Dean Camera authored
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.
-
- 18 Jun, 2012 1 commit
-
-
Dean Camera authored
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
-
- 17 Jun, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present.
-
Dean Camera authored
Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.
-