pub/USBasp.git
12 years agoAdd help text to the project makefiles to help new users get information on the impro...
Dean Camera [Sat, 11 Aug 2012 11:51:43 +0000 (11:51 +0000)]
Add help text to the project makefiles to help new users get information on the improved build system.

12 years agoClean up CORE build system mode makefile.
Dean Camera [Sat, 11 Aug 2012 11:45:02 +0000 (11:45 +0000)]
Clean up CORE build system mode makefile.

12 years agoMinor documentation improvements.
Dean Camera [Sat, 11 Aug 2012 11:35:47 +0000 (11:35 +0000)]
Minor documentation improvements.

12 years agoMinor documentation fixes.
Dean Camera [Wed, 8 Aug 2012 18:35:05 +0000 (18:35 +0000)]
Minor documentation fixes.

13 years agoRevert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing...
Dean Camera [Wed, 1 Aug 2012 20:01:56 +0000 (20:01 +0000)]
Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr.

13 years agoMinor code style and documentation changes.
Dean Camera [Tue, 31 Jul 2012 17:13:43 +0000 (17:13 +0000)]
Minor code style and documentation changes.

13 years agoReset to placeholder version values in the library after the 120730 release.
Dean Camera [Mon, 30 Jul 2012 17:52:34 +0000 (17:52 +0000)]
Reset to placeholder version values in the library after the 120730 release.

13 years agoCommit for the 120730 release.
Dean Camera [Mon, 30 Jul 2012 16:59:38 +0000 (16:59 +0000)]
Commit for the 120730 release.

13 years agoFix broken code sample section spacing in the Doxygen documentation due to a missing...
Dean Camera [Sun, 29 Jul 2012 15:28:54 +0000 (15:28 +0000)]
Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property.

13 years agoUpgrade Doxygen configuration files to 1.8.1.2.
Dean Camera [Sun, 29 Jul 2012 15:18:21 +0000 (15:18 +0000)]
Upgrade Doxygen configuration files to 1.8.1.2.

13 years agoEnhance bootloader descriptor strings in the CDC and DFU bootloaders.
Dean Camera [Sun, 29 Jul 2012 15:14:56 +0000 (15:14 +0000)]
Enhance bootloader descriptor strings in the CDC and DFU bootloaders.

13 years agoAdd missing source URL for the HID DLL library use in the TempDataLogger application.
Dean Camera [Sat, 28 Jul 2012 12:43:31 +0000 (12:43 +0000)]
Add missing source URL for the HID DLL library use in the TempDataLogger application.

13 years agoAdd OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.
Dean Camera [Thu, 26 Jul 2012 20:00:06 +0000 (20:00 +0000)]
Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.

13 years agoAdd hack to the XPLAINBridge project to allow it to compile even if an identical...
Dean Camera [Thu, 26 Jul 2012 19:57:02 +0000 (19:57 +0000)]
Add hack to the XPLAINBridge project to allow it to compile even if an identical OBJDIR directory exists in the dependant AVRISP-MKII clone project folder.

13 years agoAdd support for the Olimex AVR-ISP-MK2 board.
Dean Camera [Thu, 26 Jul 2012 19:23:15 +0000 (19:23 +0000)]
Add support for the Olimex AVR-ISP-MK2 board.

13 years agoFix errors in some board driver LED_Disable() functions.
Dean Camera [Thu, 26 Jul 2012 19:16:58 +0000 (19:16 +0000)]
Fix errors in some board driver LED_Disable() functions.

13 years agoMinor documentation fixes.
Dean Camera [Thu, 26 Jul 2012 14:59:29 +0000 (14:59 +0000)]
Minor documentation fixes.

13 years agoSplit out bootloader HEX generation into separate directories for each bootloader...
Dean Camera [Wed, 25 Jul 2012 15:47:24 +0000 (15:47 +0000)]
Split out bootloader HEX generation into separate directories for each bootloader in the maintenance script.

13 years agoExtend bootloader build test to include all supported configurations including the...
Dean Camera [Tue, 24 Jul 2012 15:43:39 +0000 (15:43 +0000)]
Extend bootloader build test to include all supported configurations including the special XPLAIN board configuration and possible F_USB values.

13 years agoForce the maintenance script to built bootloaders with F_USB values of 8MHz and 16Mhz...
Dean Camera [Tue, 24 Jul 2012 05:13:06 +0000 (05:13 +0000)]
Force the maintenance script to built bootloaders with F_USB values of 8MHz and 16Mhz - fix when additional architecture bootloaders are available.

13 years agoAdd missing UC3 architecture F_USB configuration checks.
Dean Camera [Tue, 24 Jul 2012 05:03:11 +0000 (05:03 +0000)]
Add missing UC3 architecture F_USB configuration checks.

13 years agoAdd missing supported bootloader configurations to the BootloaderTest build test.
Dean Camera [Mon, 23 Jul 2012 20:00:32 +0000 (20:00 +0000)]
Add missing supported bootloader configurations to the BootloaderTest build test.

13 years agoMake the bootloader generation maintenance script copy over the project license text...
Dean Camera [Mon, 23 Jul 2012 19:19:34 +0000 (19:19 +0000)]
Make the bootloader generation maintenance script copy over the project license text when generation is complete.

13 years agoUpdate bootloader build test with bootloader target board information.
Dean Camera [Mon, 23 Jul 2012 19:13:52 +0000 (19:13 +0000)]
Update bootloader build test with bootloader target board information.

13 years agoAdd a "make_bootloaders" target to the Maintenance makefile, to generate all possible...
Dean Camera [Mon, 23 Jul 2012 19:04:01 +0000 (19:04 +0000)]
Add a "make_bootloaders" target to the Maintenance makefile, to generate all possible bootloaders and archive them for separate distribution.

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.