pub/USBasp.git
13 years agoAdd missing INTC_GetInterruptHandler() function prototype.
Dean Camera [Sun, 22 Jul 2012 14:00:58 +0000 (14:00 +0000)]
Add missing INTC_GetInterruptHandler() function prototype.

13 years agoFixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to...
Dean Camera [Sun, 22 Jul 2012 13:32:39 +0000 (13:32 +0000)]
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.

13 years agoCommit for the LUFA-120730-BETA release.
Dean Camera [Mon, 16 Jul 2012 17:07:47 +0000 (17:07 +0000)]
Commit for the LUFA-120730-BETA release.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 15 Jul 2012 18:49:42 +0000 (18:49 +0000)]
Minor documentation improvements.

13 years agoAdd DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off...
Dean Camera [Sun, 15 Jul 2012 09:59:35 +0000 (09:59 +0000)]
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.

13 years agoUse immediate variable expansion in the second-deepest level makefile scripts to...
Dean Camera [Sat, 14 Jul 2012 23:04:37 +0000 (23:04 +0000)]
Use immediate variable expansion in the second-deepest level makefile scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.

13 years agoUpdate makefile template with the new build module filenames.
Dean Camera [Sat, 14 Jul 2012 16:14:17 +0000 (16:14 +0000)]
Update makefile template with the new build module filenames.

13 years agoFix up main library core makefile include paths.
Dean Camera [Sat, 14 Jul 2012 13:24:59 +0000 (13:24 +0000)]
Fix up main library core makefile include paths.

13 years agoRename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to...
Dean Camera [Sat, 14 Jul 2012 13:18:13 +0000 (13:18 +0000)]
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.

13 years agoRename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line...
Dean Camera [Sat, 14 Jul 2012 12:59:53 +0000 (12:59 +0000)]
Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names.

13 years agoFix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBr...
Dean Camera [Wed, 11 Jul 2012 19:57:19 +0000 (19:57 +0000)]
Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.

13 years agoOops - override OBJDIR with "." not blank for the XPLAINBridge project.
Dean Camera [Tue, 10 Jul 2012 21:16:17 +0000 (21:16 +0000)]
Oops - override OBJDIR with "." not blank for the XPLAINBridge project.

13 years agoOverride the OBJDIR setting for the XPLAINBridge project, as this currently doesn...
Dean Camera [Tue, 10 Jul 2012 21:13:09 +0000 (21:13 +0000)]
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.

13 years agoMark build test makefiles as being incompatible with parallel make builds, as they...
Dean Camera [Tue, 10 Jul 2012 20:49:03 +0000 (20:49 +0000)]
Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.

13 years agoFix Maintenance makefile calling "make" directly rather than using $(MAKE).
Dean Camera [Tue, 10 Jul 2012 20:15:48 +0000 (20:15 +0000)]
Fix Maintenance makefile calling "make" directly rather than using $(MAKE).

13 years agoFix up makefile .NOTPARALLEL heuristics so that linear building is only enforced...
Dean Camera [Tue, 10 Jul 2012 19:33:39 +0000 (19:33 +0000)]
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.

13 years agoAdd check and error to the BUILD module if OBJDIR option is set but object filenames...
Dean Camera [Tue, 10 Jul 2012 18:51:21 +0000 (18:51 +0000)]
Add check and error to the BUILD module if OBJDIR option is set but object filenames are not unique.

13 years agoSlightly better method of recursive make - use proper make dependencies to allow...
Dean Camera [Tue, 10 Jul 2012 18:30:41 +0000 (18:30 +0000)]
Slightly better method of recursive make - use proper make dependencies to allow for parallel builds.

13 years agoFix broken builds when OBJDIR is specified in the BUILD build system module.
Dean Camera [Mon, 9 Jul 2012 16:17:57 +0000 (16:17 +0000)]
Fix broken builds when OBJDIR is specified in the BUILD build system module.

13 years agoRemove unnecessary build system modules from the HID EEPROM Loader shim application...
Dean Camera [Mon, 9 Jul 2012 16:17:20 +0000 (16:17 +0000)]
Remove unnecessary build system modules from the HID EEPROM Loader shim application makefile.

13 years agoClean up HID EEPROM loader shim application code, simplify project makefile. Ensure...
Dean Camera [Sun, 8 Jul 2012 19:38:38 +0000 (19:38 +0000)]
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.

13 years agoUpdate BUILD build system module with OBJECT_FILES variable, for additional user...
Dean Camera [Sun, 8 Jul 2012 10:24:39 +0000 (10:24 +0000)]
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.

13 years agoReduce bootloader magic key to 16 bits to save FLASH space.
Dean Camera [Sat, 7 Jul 2012 15:30:35 +0000 (15:30 +0000)]
Reduce bootloader magic key to 16 bits to save FLASH space.

13 years agoUpdate CDC driver INF files so that they should work even on systems without usbser...
Dean Camera [Sat, 7 Jul 2012 13:43:15 +0000 (13:43 +0000)]
Update CDC driver INF files so that they should work even on systems without usbser.sys extracted by default (see MS KB entry 837637).

13 years agoMinor documentation improvements.
Dean Camera [Fri, 6 Jul 2012 20:16:22 +0000 (20:16 +0000)]
Minor documentation improvements.

13 years agoFix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_...
Dean Camera [Thu, 5 Jul 2012 18:32:50 +0000 (18:32 +0000)]
Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_PATH rather than LUFA_PATH.

13 years agoMinor documentation improvements.
Dean Camera [Tue, 3 Jul 2012 16:00:31 +0000 (16:00 +0000)]
Minor documentation improvements.

13 years agoFixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs...
Dean Camera [Tue, 3 Jul 2012 15:54:17 +0000 (15:54 +0000)]
Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs() function implementations (thanks to MitchJS).

13 years agoMinor documentation improvements.
Dean Camera [Tue, 3 Jul 2012 15:53:44 +0000 (15:53 +0000)]
Minor documentation improvements.

13 years agoFix up non-relative header file include paths (thanks to Kim Blomqvist).
Dean Camera [Sun, 1 Jul 2012 13:20:16 +0000 (13:20 +0000)]
Fix up non-relative header file include paths (thanks to Kim Blomqvist).

13 years agoFixed CDC and DFU bootloaders API page erase and write function failures (thanks...
Dean Camera [Fri, 29 Jun 2012 04:55:44 +0000 (04:55 +0000)]
Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert).

13 years agoFixed invalid configuration descriptor in the low level KeyboardMouse device demo...
Dean Camera [Wed, 27 Jun 2012 19:41:30 +0000 (19:41 +0000)]
Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).

13 years agoFix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.
Dean Camera [Tue, 26 Jun 2012 18:53:30 +0000 (18:53 +0000)]
Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.

13 years agoClean up bootloader makefiles to make them a bit more readable.
Dean Camera [Tue, 26 Jun 2012 17:54:04 +0000 (17:54 +0000)]
Clean up bootloader makefiles to make them a bit more readable.

13 years agoAdd "mostlyclean" makefile target to the BUILD build system module.
Dean Camera [Tue, 26 Jun 2012 17:37:25 +0000 (17:37 +0000)]
Add "mostlyclean" makefile target to the BUILD build system module.

13 years agoDon't enforce silent output on submake - pass down the value set by the user implicit...
Dean Camera [Sun, 24 Jun 2012 19:38:37 +0000 (19:38 +0000)]
Don't enforce silent output on submake - pass down the value set by the user implicitly instead.

13 years agoMake sure dependency files are generated for assembly files too in the BUILD build...
Dean Camera [Sun, 24 Jun 2012 15:48:30 +0000 (15:48 +0000)]
Make sure dependency files are generated for assembly files too in the BUILD build system module. Minor code cleanups.

13 years agoFix hard-coded cross-arch utility name in the BUILD build system module.
Dean Camera [Sun, 24 Jun 2012 13:32:39 +0000 (13:32 +0000)]
Fix hard-coded cross-arch utility name in the BUILD build system module.

13 years agoClean up DOXYGEN and SOURCES build system modules - use non-recursively evaluated...
Dean Camera [Sat, 23 Jun 2012 17:03:01 +0000 (17:03 +0000)]
Clean up DOXYGEN and SOURCES build system modules - use non-recursively evaluated make variables.

13 years agoClean up BuildTest and Maintenance makefiles - use non-recursively evaluated make...
Dean Camera [Sat, 23 Jun 2012 17:02:15 +0000 (17:02 +0000)]
Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.

13 years agoClean up BUILD build system module, expose "check-source" target for use in user...
Dean Camera [Sat, 23 Jun 2012 17:01:08 +0000 (17:01 +0000)]
Clean up BUILD build system module, expose "check-source" target for use in user applications.

13 years agoMove out BUILD build system module start and end messages to the respective targets...
Dean Camera [Sat, 23 Jun 2012 15:18:16 +0000 (15:18 +0000)]
Move out BUILD build system module start and end messages to the respective targets, as they are only used once.

13 years agoAdd ability to archive build object files into a .a library file to the BUILD build...
Dean Camera [Sat, 23 Jun 2012 15:15:52 +0000 (15:15 +0000)]
Add ability to archive build object files into a .a library file to the BUILD build system module.

13 years agoOops - fix HID build system module documentation error.
Dean Camera [Thu, 21 Jun 2012 21:22:05 +0000 (21:22 +0000)]
Oops - fix HID build system module documentation error.

13 years agoAdd svn:eol-style property on all source files where it was missing. Fix line endings...
Dean Camera [Thu, 21 Jun 2012 20:27:00 +0000 (20:27 +0000)]
Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.

13 years agoAdd HID bootloader build module (thanks to Stefan Hellermann).
Dean Camera [Thu, 21 Jun 2012 20:24:29 +0000 (20:24 +0000)]
Add HID bootloader build module (thanks to Stefan Hellermann).

13 years agoAdd additional sanity checks to the inputs of several AVR32 platform clock management...
Dean Camera [Thu, 21 Jun 2012 20:21:06 +0000 (20:21 +0000)]
Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions.

13 years agoMinor build system improvements - force default shell.
Dean Camera [Thu, 21 Jun 2012 20:06:10 +0000 (20:06 +0000)]
Minor build system improvements - force default shell.

13 years agoEnable GCC's -pipe option by default, to build projects using intermediary logical...
Dean Camera [Tue, 19 Jun 2012 19:36:03 +0000 (19:36 +0000)]
Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.

13 years agoAdd extra human readable output to the build test makefile scripts.
Dean Camera [Tue, 19 Jun 2012 19:35:12 +0000 (19:35 +0000)]
Add extra human readable output to the build test makefile scripts.

13 years agoRevert change to assembly file comment syntax; this apparently breaks on the current...
Dean Camera [Tue, 19 Jun 2012 19:31:01 +0000 (19:31 +0000)]
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.

13 years agoMinor makefile fixes - add phony targets, remove silence switch from the root makefil...
Dean Camera [Mon, 18 Jun 2012 20:36:51 +0000 (20:36 +0000)]
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.

13 years agoOops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone progr...
Dean Camera [Sun, 17 Jun 2012 15:35:17 +0000 (15:35 +0000)]
Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone programmer.

13 years agoRe-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks...
Dean Camera [Sun, 17 Jun 2012 12:55:50 +0000 (12:55 +0000)]
Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present.

13 years agoMinor build system improvements - move out AVRDUDE base flags into a makefile variabl...
Dean Camera [Sun, 17 Jun 2012 11:40:50 +0000 (11:40 +0000)]
Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.

13 years agoReplace C style comments in assembly code with true assembly comments for consistency...
Dean Camera [Sun, 17 Jun 2012 10:59:49 +0000 (10:59 +0000)]
Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.

13 years agoModify CDC and DFU bootloaders so that the various BootloaderAPI components are in...
Dean Camera [Fri, 15 Jun 2012 16:02:19 +0000 (16:02 +0000)]
Modify CDC and DFU bootloaders so that the various BootloaderAPI components are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address.

13 years agoAdd missing <math.h> include for the UC3 devices, hide CDC class driver stream functi...
Dean Camera [Tue, 12 Jun 2012 19:49:15 +0000 (19:49 +0000)]
Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.

13 years agoRemove unused makefile macro from the DFU bootloader.
Dean Camera [Tue, 12 Jun 2012 17:10:24 +0000 (17:10 +0000)]
Remove unused makefile macro from the DFU bootloader.

13 years agoAdd ability to generate SYM files in the BUILD module. Clean up build system output...
Dean Camera [Mon, 11 Jun 2012 18:58:14 +0000 (18:58 +0000)]
Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable.

13 years agoFix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build...
Dean Camera [Sun, 10 Jun 2012 20:08:02 +0000 (20:08 +0000)]
Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 10 Jun 2012 20:02:52 +0000 (20:02 +0000)]
Minor documentation improvements.

13 years agoAdd checks to the endpoint and pipe configure functions and fail if the requested...
Dean Camera [Sun, 10 Jun 2012 19:53:20 +0000 (19:53 +0000)]
Add checks to the endpoint and pipe configure functions and fail if the requested endpoint or pipe number is above the maximum for that device.

13 years agoAdd OBJDIR optional build variable to the BULD build system module, to allow the...
Dean Camera [Sun, 10 Jun 2012 19:39:40 +0000 (19:39 +0000)]
Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.

13 years agoFix up core library makefile clean target to properly remove dependency files.
Dean Camera [Sun, 10 Jun 2012 18:40:39 +0000 (18:40 +0000)]
Fix up core library makefile clean target to properly remove dependency files.

13 years agoMake sure the main library core makefile does not interfere with the Doxygen module...
Dean Camera [Sun, 10 Jun 2012 18:35:57 +0000 (18:35 +0000)]
Make sure the main library core makefile does not interfere with the Doxygen module configuration if included in a legacy makefile.

13 years agoMinor correction to the UC3 USB clock division formula (thanks to Kim Blomqvist).
Dean Camera [Sun, 10 Jun 2012 15:59:09 +0000 (15:59 +0000)]
Minor correction to the UC3 USB clock division formula (thanks to Kim Blomqvist).

13 years agoUpdate CORE build system module to convert the sorted module data lists into printabl...
Dean Camera [Sun, 10 Jun 2012 15:37:49 +0000 (15:37 +0000)]
Update CORE build system module to convert the sorted module data lists into printable lists, substituting in a "(None)" entry when no data is available.

13 years agoAdd a list of module provided make variables and macros to the build system modules.
Dean Camera [Sun, 10 Jun 2012 15:31:03 +0000 (15:31 +0000)]
Add a list of module provided make variables and macros to the build system modules.

13 years agoAdd Build System documentation to the library manual. Update CPPCHECK build system...
Dean Camera [Sun, 10 Jun 2012 14:59:13 +0000 (14:59 +0000)]
Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.

13 years agoMinor tweak to the BuildTest master makefile for better console output.
Dean Camera [Sun, 10 Jun 2012 13:10:07 +0000 (13:10 +0000)]
Minor tweak to the BuildTest master makefile for better console output.

13 years agoAdd MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.
Dean Camera [Sun, 10 Jun 2012 13:09:39 +0000 (13:09 +0000)]
Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.

13 years agoFix BoardDriverTest build test clean target.
Dean Camera [Sun, 10 Jun 2012 11:42:11 +0000 (11:42 +0000)]
Fix BoardDriverTest build test clean target.

13 years agoAdd compile time warnings for experimental architectures, for those that don't read...
Dean Camera [Sun, 10 Jun 2012 10:59:13 +0000 (10:59 +0000)]
Add compile time warnings for experimental architectures, for those that don't read the manual.

13 years agoMinor build system sanity check fixes.
Dean Camera [Sun, 10 Jun 2012 10:31:38 +0000 (10:31 +0000)]
Minor build system sanity check fixes.

13 years agoChange the build system build module makefiles to have a set of sanity check macros...
Dean Camera [Sun, 10 Jun 2012 08:06:13 +0000 (08:06 +0000)]
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.

13 years agoSpell check source code, fix mistakes.
Dean Camera [Sat, 9 Jun 2012 20:33:56 +0000 (20:33 +0000)]
Spell check source code, fix mistakes.

13 years agoFix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII descriptors.
Dean Camera [Sat, 9 Jun 2012 19:47:14 +0000 (19:47 +0000)]
Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII descriptors.

13 years agoClean up bootloader makefile comments.
Dean Camera [Sat, 9 Jun 2012 13:39:56 +0000 (13:39 +0000)]
Clean up bootloader makefile comments.

13 years agoAdded new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE(...
Dean Camera [Sat, 9 Jun 2012 13:00:56 +0000 (13:00 +0000)]
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.

13 years agoMinor documentation changes.
Dean Camera [Thu, 7 Jun 2012 20:50:03 +0000 (20:50 +0000)]
Minor documentation changes.

13 years agoUpdate SVN line endings property on newer source files to native.
Dean Camera [Thu, 7 Jun 2012 20:49:47 +0000 (20:49 +0000)]
Update SVN line endings property on newer source files to native.

13 years agoOops - really fix logic errors in USBMode.h.
Dean Camera [Wed, 6 Jun 2012 19:58:51 +0000 (19:58 +0000)]
Oops - really fix logic errors in USBMode.h.

13 years agoFix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.
Dean Camera [Wed, 6 Jun 2012 19:39:38 +0000 (19:39 +0000)]
Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.

13 years agoFix BUILD module so that user flags are applied after all auto-generated flags, ensur...
Dean Camera [Wed, 6 Jun 2012 19:24:22 +0000 (19:24 +0000)]
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").

13 years agoSimplify AVRDUDE build module, ensure that the correct target names for FLASH and...
Dean Camera [Wed, 6 Jun 2012 19:22:20 +0000 (19:22 +0000)]
Simplify AVRDUDE build module, ensure that the correct target names for FLASH and EEPROM writing are passed to the programmer tool.

13 years agoAdd optional CPPCHECK_FLAGS parameter to the CPPCHECK build module, for miscellaneous...
Dean Camera [Wed, 6 Jun 2012 19:21:40 +0000 (19:21 +0000)]
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.

13 years agoImprove DFU build module to use symbolic names for the target HEX and EEP filenames.
Dean Camera [Wed, 6 Jun 2012 19:12:21 +0000 (19:12 +0000)]
Improve DFU build module to use symbolic names for the target HEX and EEP filenames.

13 years agoImprove ATPROGRAM build module to support UC3 devices and use intelligent erase for...
Dean Camera [Wed, 6 Jun 2012 19:10:52 +0000 (19:10 +0000)]
Improve ATPROGRAM build module to support UC3 devices and use intelligent erase for XMEGA and UC3.

13 years agoFix typo in the UC3 host pipe driver. Improve library TAR export exclusion filetype...
Dean Camera [Wed, 6 Jun 2012 19:09:06 +0000 (19:09 +0000)]
Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion filetype filter.

13 years agoStrip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build...
Dean Camera [Tue, 5 Jun 2012 18:35:05 +0000 (18:35 +0000)]
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.

13 years agoFix typos in recursive make rules.
Dean Camera [Mon, 4 Jun 2012 17:09:44 +0000 (17:09 +0000)]
Fix typos in recursive make rules.

13 years agoAdd new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all...
Dean Camera [Mon, 4 Jun 2012 16:31:50 +0000 (16:31 +0000)]
Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.

13 years agoAdd default project template to the Doxygen manual of the library.
Dean Camera [Mon, 4 Jun 2012 15:39:06 +0000 (15:39 +0000)]
Add default project template to the Doxygen manual of the library.

13 years agoAdd symbol-sizes target to the BUILD build system module to print a size-sorted list...
Dean Camera [Mon, 4 Jun 2012 15:38:45 +0000 (15:38 +0000)]
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.

13 years agoAdd emergency aborts to the recursive makefiles to prevent system failures due to...
Dean Camera [Mon, 4 Jun 2012 15:38:05 +0000 (15:38 +0000)]
Add emergency aborts to the recursive makefiles to prevent system failures due to infinite recursion if something happens while building the project lists.

13 years agoDon't show a list of object/dependency files in the human friendly output of the...
Dean Camera [Sun, 3 Jun 2012 20:34:46 +0000 (20:34 +0000)]
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.

13 years agoCorrect BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
Dean Camera [Sun, 3 Jun 2012 20:06:21 +0000 (20:06 +0000)]
Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.

13 years agoSwitch StaticAnalysisTest build test to use the new build system CPPCHECK module...
Dean Camera [Sun, 3 Jun 2012 19:44:15 +0000 (19:44 +0000)]
Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.

13 years agoAdd new CPPCHECK build system module for static code analysis of projects.
Dean Camera [Sun, 3 Jun 2012 19:43:36 +0000 (19:43 +0000)]
Add new CPPCHECK build system module for static code analysis of projects.