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

13 years agoUpdate project Doxygen and makefiles so that the resulting project documentation...
Dean Camera [Thu, 17 May 2012 21:08:53 +0000 (21:08 +0000)]
Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.

13 years agoUpdate CDC and DFU class bootloader documentation with a device memory map illustration.
Dean Camera [Thu, 17 May 2012 20:07:16 +0000 (20:07 +0000)]
Update CDC and DFU class bootloader documentation with a device memory map illustration.

13 years agoAppConfigHeaders: Fix branch validation error.
Dean Camera [Tue, 15 May 2012 21:01:40 +0000 (21:01 +0000)]
AppConfigHeaders: Fix branch validation error.

13 years agoAppConfigHeaders: Make sure that in applications using an AppConfig.h configuration...
Dean Camera [Tue, 15 May 2012 19:51:41 +0000 (19:51 +0000)]
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.

13 years agoAppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig...
Dean Camera [Sun, 13 May 2012 21:01:23 +0000 (21:01 +0000)]
AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files.

13 years agoClean up and speed up build tests by turning off expensive and slow size optimization...
Dean Camera [Sun, 13 May 2012 19:10:46 +0000 (19:10 +0000)]
Clean up and speed up build tests by turning off expensive and slow size optimizations, and generation of assembly listings (*.lst) for each compiled source file.

13 years agoAppConfigHeaders: Fix branch validation errors.
Dean Camera [Sun, 13 May 2012 18:42:12 +0000 (18:42 +0000)]
AppConfigHeaders: Fix branch validation errors.

13 years agoAppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configura...
Dean Camera [Sun, 13 May 2012 17:17:45 +0000 (17:17 +0000)]
AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configuration header files.

13 years agoAppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput and AudioIn...
Dean Camera [Sun, 13 May 2012 15:11:57 +0000 (15:11 +0000)]
AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput and AudioInput demos.

13 years agoAppConfigHeaders: Merge in latest main.
Dean Camera [Sun, 13 May 2012 15:04:50 +0000 (15:04 +0000)]
AppConfigHeaders: Merge in latest main.

13 years agoMinor tweaks to the build tests to ensure that they will operate properly on all...
Dean Camera [Sun, 13 May 2012 15:03:56 +0000 (15:03 +0000)]
Minor tweaks to the build tests to ensure that they will operate properly on all systems.

13 years agoAppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuratio...
Dean Camera [Sun, 13 May 2012 15:03:17 +0000 (15:03 +0000)]
AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.

13 years agoAppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h configurati...
Dean Camera [Sun, 13 May 2012 14:19:52 +0000 (14:19 +0000)]
AppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h configuration header files.

13 years agoAppConfigHeaders: Switch DualRole and low level Host mode demos to use LUFAConfig...
Dean Camera [Sun, 13 May 2012 14:07:00 +0000 (14:07 +0000)]
AppConfigHeaders: Switch DualRole and low level Host mode demos to use LUFAConfig.h configuration header files.

13 years agoAppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Bluetooth...
Dean Camera [Sun, 13 May 2012 14:04:29 +0000 (14:04 +0000)]
AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Bluetooth stack code is in the ExplorerBot project (fourwalledcubicle.com/ExplorerBot.php).

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

13 years agoFix incorrectly names build test directory references.
Dean Camera [Sun, 13 May 2012 13:11:04 +0000 (13:11 +0000)]
Fix incorrectly names build test directory references.

13 years agoAdded build test to verify correct compilation of all bootloaders using all supported...
Dean Camera [Sun, 13 May 2012 13:06:11 +0000 (13:06 +0000)]
Added build test to verify correct compilation of all bootloaders using all supported devices.

Fixed compile error with the unreleased ATMEGA32U6 device.

13 years agoFixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks...
Dean Camera [Sun, 13 May 2012 10:13:24 +0000 (10:13 +0000)]
Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).

13 years agoAppConfigHeaders: Fix broken documentation in the HID class bootloader.
Dean Camera [Sat, 12 May 2012 16:21:17 +0000 (16:21 +0000)]
AppConfigHeaders: Fix broken documentation in the HID class bootloader.

13 years agoFix broken documentation in the HID class bootloader.
Dean Camera [Sat, 12 May 2012 16:20:21 +0000 (16:20 +0000)]
Fix broken documentation in the HID class bootloader.

13 years agoAppConfigHeaders: Merge in minor changes from trunk.
Dean Camera [Sat, 12 May 2012 16:13:16 +0000 (16:13 +0000)]
AppConfigHeaders: Merge in minor changes from trunk.

13 years agoAppConfigHeaders: Update project file for Programmers Notepad.
Dean Camera [Sat, 12 May 2012 15:44:50 +0000 (15:44 +0000)]
AppConfigHeaders: Update project file for Programmers Notepad.

13 years agoAppConfigHeaders: Update several additional user projects to use configuration header...
Dean Camera [Sat, 12 May 2012 15:32:53 +0000 (15:32 +0000)]
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.

13 years agoMinor documentation improvements.
Dean Camera [Sat, 12 May 2012 15:07:31 +0000 (15:07 +0000)]
Minor documentation improvements.

13 years agoAppConfigHeaders: Update several additional user projects to use configuration header...
Dean Camera [Thu, 10 May 2012 20:28:39 +0000 (20:28 +0000)]
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.

13 years agoAppConfigHeaders: Update several user projects to use configuration header files...
Dean Camera [Thu, 10 May 2012 20:11:47 +0000 (20:11 +0000)]
AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.

13 years agoAppConfigHeaders: Update bootloaders to use configuration header files, rather than...
Dean Camera [Thu, 10 May 2012 19:42:42 +0000 (19:42 +0000)]
AppConfigHeaders: Update bootloaders to use configuration header files, rather than makefile defines.

13 years agoFix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confus...
Dean Camera [Thu, 10 May 2012 19:33:38 +0000 (19:33 +0000)]
Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confusion over the ATTR_NO_INIT attribute macro.

13 years agoAdd branch for the conversion of demos to use standard C header files for configurati...
Dean Camera [Thu, 10 May 2012 19:24:58 +0000 (19:24 +0000)]
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.

13 years agoSpeed up build tests by only building each test to the ELF output stage (when all...
Dean Camera [Mon, 7 May 2012 17:42:49 +0000 (17:42 +0000)]
Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.

13 years agoAdd support for the ATXMEGA384C3.
Dean Camera [Mon, 7 May 2012 17:40:52 +0000 (17:40 +0000)]
Add support for the ATXMEGA384C3.

13 years agoImprove BoardDriverTest build test so that it will work regardless of native line...
Dean Camera [Sun, 6 May 2012 16:02:45 +0000 (16:02 +0000)]
Improve BoardDriverTest build test so that it will work regardless of native line endings.

13 years agoComplete BoardDriverTest build test.
Dean Camera [Sun, 6 May 2012 15:01:40 +0000 (15:01 +0000)]
Complete BoardDriverTest build test.

13 years agoAdd partially complete BoardDriverTest build test.
Dean Camera [Sun, 6 May 2012 14:26:18 +0000 (14:26 +0000)]
Add partially complete BoardDriverTest build test.

13 years agoChanged board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architectu...
Dean Camera [Sun, 6 May 2012 12:19:03 +0000 (12:19 +0000)]
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.

13 years agoAdded support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
Dean Camera [Sun, 6 May 2012 12:10:30 +0000 (12:10 +0000)]
Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.

13 years agoFixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not...
Dean Camera [Sun, 6 May 2012 11:11:33 +0000 (11:11 +0000)]
Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).

13 years agoIncreased endpoint polling interval for all demos and projects to 5ms, as 1ms was...
Dean Camera [Sun, 6 May 2012 11:10:25 +0000 (11:10 +0000)]
Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).

13 years agoFix bootloaders to make the StaticAnalysis build test happy.
Dean Camera [Sat, 5 May 2012 21:27:07 +0000 (21:27 +0000)]
Fix bootloaders to make the StaticAnalysis build test happy.

13 years agoAdd additional preprocessor sanity checks for the XMEGA platform based on the USB...
Dean Camera [Sat, 5 May 2012 19:46:20 +0000 (19:46 +0000)]
Add additional preprocessor sanity checks for the XMEGA platform based on the USB controller input clock speed.

13 years agoFixed possible deadlock in the CDC device driver if the USB connection is dropped...
Dean Camera [Sat, 5 May 2012 19:43:06 +0000 (19:43 +0000)]
Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).

13 years agoFixed incorrect DFU version number reported to the host in the DFU bootloader descri...
Dean Camera [Sat, 5 May 2012 15:25:27 +0000 (15:25 +0000)]
Fixed incorrect DFU version number reported to the host in the  DFU bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock).

13 years agoThe library bootloaders will now correctly start the user application after a watchdo...
Dean Camera [Sun, 29 Apr 2012 17:15:06 +0000 (17:15 +0000)]
The library bootloaders will now correctly start the user application after a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.