pub/USBasp.git
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.

13 years agoQuiet initial recursive makefile invocation for all projects.
Dean Camera [Sun, 3 Jun 2012 15:20:51 +0000 (15:20 +0000)]
Quiet initial recursive makefile invocation for all projects.

13 years agoUse auto-detection of project directories for the demo, project and bootloader makefiles.
Dean Camera [Sun, 3 Jun 2012 15:04:10 +0000 (15:04 +0000)]
Use auto-detection of project directories for the demo, project and bootloader makefiles.

13 years agoDisable inbuilt make rules in the LUFA build system for speedups when compiling many...
Dean Camera [Sun, 3 Jun 2012 14:32:29 +0000 (14:32 +0000)]
Disable inbuilt make rules in the LUFA build system for speedups when compiling many projects recursively.

13 years agoAdd explicit blank checks in the build system for user-set but blank variables that...
Dean Camera [Sun, 3 Jun 2012 12:39:53 +0000 (12:39 +0000)]
Add explicit blank checks in the build system for user-set but blank variables that must not be blank.

13 years agoAdd .PHONY targets in all build system modules. Alter BUILD module so that the existe...
Dean Camera [Sun, 3 Jun 2012 12:17:37 +0000 (12:17 +0000)]
Add .PHONY targets in all build system modules. Alter BUILD module so that the existence of source files are checked before the build is started.

13 years agoAdd $(MAKEFILE_LIST) as a dependency on build rules that could be altered by changes...
Dean Camera [Sun, 3 Jun 2012 11:00:38 +0000 (11:00 +0000)]
Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt.

13 years agoUpdate CORE build module to print out additional help information.
Dean Camera [Sat, 2 Jun 2012 22:14:24 +0000 (22:14 +0000)]
Update CORE build module to print out additional help information.

13 years agoRename program_ee AVRDUDE module target to program-ee. Update CORE build module to...
Dean Camera [Sat, 2 Jun 2012 21:58:24 +0000 (21:58 +0000)]
Rename program_ee AVRDUDE module target to program-ee. Update CORE build module to print out lists one item per line, rather than all on one line.

13 years agoFix AVRDUDE and BUILD build system module comments.
Dean Camera [Sat, 2 Jun 2012 21:47:16 +0000 (21:47 +0000)]
Fix AVRDUDE and BUILD build system module comments.

13 years agoClean up CORE build system module, use simple rather than recursive make variables...
Dean Camera [Sat, 2 Jun 2012 21:45:51 +0000 (21:45 +0000)]
Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.

13 years agoAdd platform driver dispatch header and makefile module source variable.
Dean Camera [Sat, 2 Jun 2012 19:56:50 +0000 (19:56 +0000)]
Add platform driver dispatch header and makefile module source variable.

13 years agoFix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.
Dean Camera [Sat, 2 Jun 2012 19:34:10 +0000 (19:34 +0000)]
Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.

13 years agoClean up BUILD build system module - seperate architecture utility prefix code and...
Dean Camera [Sat, 2 Jun 2012 19:24:02 +0000 (19:24 +0000)]
Clean up BUILD build system module - seperate architecture utility prefix code and sanity check from the CC_FLAGS construction code. Add target to print GCC version.

13 years agoAdd dependency file tracking to the BUILD build system module.
Dean Camera [Sat, 2 Jun 2012 16:49:28 +0000 (16:49 +0000)]
Add dependency file tracking to the BUILD build system module.

13 years agoFix UC3 support in the BUILD build system module. Fix bug in the EVK1101 board button...
Dean Camera [Sat, 2 Jun 2012 16:35:29 +0000 (16:35 +0000)]
Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 board buttons driver.

13 years agoEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physica...
Dean Camera [Sat, 2 Jun 2012 15:50:10 +0000 (15:50 +0000)]
Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physically do not support a particular mode. Fix main LUFA library makefile default target.

13 years agoMinor documentation improvements.
Dean Camera [Sat, 2 Jun 2012 14:14:56 +0000 (14:14 +0000)]
Minor documentation improvements.

13 years agoUpdate library documentation on the standard LUFA makefile template configuration.
Dean Camera [Sat, 2 Jun 2012 14:10:02 +0000 (14:10 +0000)]
Update library documentation on the standard LUFA makefile template configuration.

13 years agoRemove any variables in the optional build variable list that are marked as mandatory...
Dean Camera [Sat, 2 Jun 2012 13:14:31 +0000 (13:14 +0000)]
Remove any variables in the optional build variable list that are marked as mandatory by one or more included build system modules in the CORE build system module. Alter DOXYGEN build system module to by default override the Doxygen configuration file stylesheet and replace it with the LUFA Doxygen stylesheet.

13 years agoRemove space padding on the current time when automatically generating AVR Studio...
Dean Camera [Sat, 2 Jun 2012 13:00:55 +0000 (13:00 +0000)]
Remove space padding on the current time when automatically generating AVR Studio 4 project creation/modification timestamps.

13 years agoEnsure build tests use the system provided $(MAKE) variable to determine the command...
Dean Camera [Sat, 2 Jun 2012 13:00:22 +0000 (13:00 +0000)]
Ensure build tests use the system provided $(MAKE) variable to determine the command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module.

13 years agoEnsure the BULD build system module produces a LSS listing file output when the ...
Dean Camera [Sat, 2 Jun 2012 12:38:36 +0000 (12:38 +0000)]
Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked.

13 years agoStrip trailing slash from the user-supplied LUFA_PATH directory, to prevent double...
Dean Camera [Sat, 2 Jun 2012 12:29:36 +0000 (12:29 +0000)]
Strip trailing slash from the user-supplied LUFA_PATH directory, to prevent double slashes from appearing in the commands/output.

13 years agoAdd EEPROM programming target to the AVRDUDE build system module. Correct message...
Dean Camera [Sat, 2 Jun 2012 12:21:14 +0000 (12:21 +0000)]
Add EEPROM programming target to the AVRDUDE build system module. Correct message output test for the BUILD build system module. Clean up DOXYGEN build system module logic.

13 years agoClean up ordering of build system module sanity checks.
Dean Camera [Sat, 2 Jun 2012 12:04:34 +0000 (12:04 +0000)]
Clean up ordering of build system module sanity checks.

13 years agoSimplify build system mandatory parameter/variable sanity checks.
Dean Camera [Sat, 2 Jun 2012 12:00:51 +0000 (12:00 +0000)]
Simplify build system mandatory parameter/variable sanity checks.

13 years agoDon't print out full object file paths in the build system when cleaning object files.
Dean Camera [Sat, 2 Jun 2012 11:41:25 +0000 (11:41 +0000)]
Don't print out full object file paths in the build system when cleaning object files.

13 years agoAdd build system targets for lists of mandatory and optional parameters/variables.
Dean Camera [Sat, 2 Jun 2012 11:38:12 +0000 (11:38 +0000)]
Add build system targets for lists of mandatory and optional parameters/variables.

13 years agoAdd C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to...
Dean Camera [Sat, 2 Jun 2012 11:18:28 +0000 (11:18 +0000)]
Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to allow for language-specific compiler/assembler flags.

13 years agoOops - fix accidental negation in the BUILD module architecture detection code. Add...
Dean Camera [Sat, 2 Jun 2012 10:53:35 +0000 (10:53 +0000)]
Oops - fix accidental negation in the BUILD module architecture detection code. Add error if an unsupported architecture is requested.

13 years agoDisable linker relaxations for the UC3 architecture, as this does not appear to be...
Dean Camera [Sat, 2 Jun 2012 10:50:38 +0000 (10:50 +0000)]
Disable linker relaxations for the UC3 architecture, as this does not appear to be supported in the linker.

13 years agoReplace architecture specific makefiles in the BuildTests with the new common build...
Dean Camera [Sat, 2 Jun 2012 10:46:25 +0000 (10:46 +0000)]
Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.

13 years agoMake BUILD build system module not destroy C++ source files, and support multiple...
Dean Camera [Fri, 1 Jun 2012 23:23:18 +0000 (23:23 +0000)]
Make BUILD build system module not destroy C++ source files, and support multiple architectures.

13 years agoSwitch over Demos, Bootloaders and Projects to the new and improved build system.
Dean Camera [Fri, 1 Jun 2012 22:32:43 +0000 (22:32 +0000)]
Switch over Demos, Bootloaders and Projects to the new and improved build system.

13 years agoMinor documentation improvements.
Dean Camera [Tue, 29 May 2012 20:03:43 +0000 (20:03 +0000)]
Minor documentation improvements.

13 years agoMinor cleanup to Attributes.h spacing and rename old multiple-inclusion macro guard.
Dean Camera [Tue, 29 May 2012 20:03:21 +0000 (20:03 +0000)]
Minor cleanup to Attributes.h spacing and rename old multiple-inclusion macro guard.

13 years agoMake sure that LUFAConfig.h is included *after* the common submodules, so that the...
Dean Camera [Tue, 29 May 2012 20:01:04 +0000 (20:01 +0000)]
Make sure that LUFAConfig.h is included *after* the common submodules, so that the architecture and other defines are available to the configuration header.

13 years agoEnsure the DFU bootloader disables and clears the activity LED toggle timer when...
Dean Camera [Tue, 29 May 2012 19:40:05 +0000 (19:40 +0000)]
Ensure the DFU bootloader disables and clears the activity LED toggle timer when a soft-reset to application space is used.

13 years agoMerge in AppConfigHeaders branch to trunk, altering all projects and demos to use...
Dean Camera [Sun, 27 May 2012 19:12:07 +0000 (19:12 +0000)]
Merge in AppConfigHeaders branch to trunk, altering all projects and demos to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.

13 years agoAppConfigHeaders: Add missing AppConfig.h file includes.
Dean Camera [Sun, 27 May 2012 18:31:53 +0000 (18:31 +0000)]
AppConfigHeaders: Add missing AppConfig.h file includes.

13 years agoAppConfigHeaders: Merge in latest trunk.
Dean Camera [Sun, 27 May 2012 17:24:09 +0000 (17:24 +0000)]
AppConfigHeaders: Merge in latest trunk.

13 years agoDon't generate dependency files or a MAP file when running BuildTests where possible.
Dean Camera [Sun, 27 May 2012 17:23:41 +0000 (17:23 +0000)]
Don't generate dependency files or a MAP file when running BuildTests where possible.

13 years agoOops - shell variables can't use the += operator - must reference the existing value...
Dean Camera [Sun, 27 May 2012 17:11:43 +0000 (17:11 +0000)]
Oops - shell variables can't use the += operator - must reference the existing value in the new value to append.

13 years agoAppConfigHeaders: Merge in latest trunk.
Dean Camera [Sun, 27 May 2012 16:48:19 +0000 (16:48 +0000)]
AppConfigHeaders: Merge in latest trunk.

13 years agoRemove legacy AS4 project files, now that they can be automatically generated by...
Dean Camera [Sun, 27 May 2012 16:36:37 +0000 (16:36 +0000)]
Remove legacy AS4 project files, now that they can be automatically generated by the new maintenance script.

13 years agoAdd maintenance script to automatically generate legacy AS4 project files.
Dean Camera [Sun, 27 May 2012 16:30:40 +0000 (16:30 +0000)]
Add maintenance script to automatically generate legacy AS4 project files.

13 years agoAdd missing documentation to custom BuiltTest hardware mapping files. Fix up old...
Dean Camera [Sun, 27 May 2012 14:42:30 +0000 (14:42 +0000)]
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 27 May 2012 14:30:46 +0000 (14:30 +0000)]
Minor documentation improvements.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 27 May 2012 14:28:07 +0000 (14:28 +0000)]
Minor documentation improvements.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 27 May 2012 11:17:38 +0000 (11:17 +0000)]
Minor documentation improvements.

13 years agoAppConfigHeaders: Merge in latest trunk.
Dean Camera [Sat, 26 May 2012 16:03:05 +0000 (16:03 +0000)]
AppConfigHeaders: Merge in latest trunk.

13 years agoFixed swapped Little Endian/Big Endian endpoint and pipe write code for the UC3 devic...
Dean Camera [Sat, 26 May 2012 16:02:20 +0000 (16:02 +0000)]
Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the UC3 devices (thanks to Andrew Chu).

13 years agoFix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function when used...
Dean Camera [Sat, 26 May 2012 15:06:00 +0000 (15:06 +0000)]
Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function when used on OUT endpoints.

13 years agoAppConfigHeaders: Merge in latest trunk.
Dean Camera [Mon, 21 May 2012 20:48:57 +0000 (20:48 +0000)]
AppConfigHeaders: Merge in latest trunk.

13 years agoOops - mask out the endpoint address direction when comparing the IN and OUT endpoint...
Dean Camera [Mon, 21 May 2012 20:45:16 +0000 (20:45 +0000)]
Oops - mask out the endpoint address direction when comparing the IN and OUT endpoint indexes in the AVRISP-MKII clone and XPLAINBridge projects.

13 years agoFix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the AVRISP...
Dean Camera [Mon, 21 May 2012 20:42:56 +0000 (20:42 +0000)]
Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the AVRISP IN endpoint when needed if RESET_TOGGLES_LIBUSB_COMPAT compile time option is used.

13 years agoTurn off watchdog before jumping to the user application in the DFU and CDC based...
Dean Camera [Mon, 21 May 2012 16:37:34 +0000 (16:37 +0000)]
Turn off watchdog before jumping to the user application in the DFU and CDC based bootloaders, for the specific case of /HWB being low during reset (where the bootloader will re-enter).

13 years agoMerge in latest trunk.
Dean Camera [Sun, 20 May 2012 17:16:21 +0000 (17:16 +0000)]
Merge in latest trunk.

13 years agoAlter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors from...
Dean Camera [Sun, 20 May 2012 17:09:39 +0000 (17:09 +0000)]
Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors from the AVRISP-MKII clone project can be directly used in the XPLAINBridge project. Add support for RESET_TOGGLES_LIBUSB_COMPAT option in the XPLAINBridge project.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 20 May 2012 15:48:18 +0000 (15:48 +0000)]
Minor documentation improvements.

13 years agoAdd missing AppConfig.h includes to project Descriptors.h files.
Dean Camera [Sun, 20 May 2012 15:45:53 +0000 (15:45 +0000)]
Add missing AppConfig.h includes to project Descriptors.h files.

13 years agoMerge in latest trunk.
Dean Camera [Sun, 20 May 2012 15:43:51 +0000 (15:43 +0000)]
Merge in latest trunk.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 20 May 2012 15:35:01 +0000 (15:35 +0000)]
Minor documentation improvements.

13 years agoAdded new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII clone...
Dean Camera [Sun, 20 May 2012 15:34:47 +0000 (15:34 +0000)]
Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII clone programmer project (thanks to Robert Spitzenpfeil).

13 years agoAdditional fixes to the MIDI host driver due to not unfreezing/re-freezing pipes...
Dean Camera [Sun, 20 May 2012 13:04:26 +0000 (13:04 +0000)]
Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pipes correctly (thanks to Michael Brown).

13 years agoUpgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and...
Dean Camera [Sun, 20 May 2012 10:55:59 +0000 (10:55 +0000)]
Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.

13 years agoAdd missing CPPCheck unusedFunction check suppressions on the USB template functions.
Dean Camera [Sat, 19 May 2012 22:14:06 +0000 (22:14 +0000)]
Add missing CPPCheck unusedFunction check suppressions on the USB template functions.

13 years agoMinor documentation adjustments to the demos, projects and bootloaders to ensure...
Dean Camera [Fri, 18 May 2012 18:39:35 +0000 (18:39 +0000)]
Minor documentation adjustments to the demos, projects and bootloaders to ensure correct formatting of application device support.