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).
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.
Dean Camera [Sun, 20 May 2012 15:48:18 +0000 (15:48 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 20 May 2012 15:35:01 +0000 (15:35 +0000)]
Minor documentation improvements.
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).
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).
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.
Dean Camera [Sat, 19 May 2012 22:14:06 +0000 (22:14 +0000)]
Add missing CPPCheck unusedFunction check suppressions on the USB template functions.
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.
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.
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.
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.
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.
Dean Camera [Sun, 13 May 2012 13:11:04 +0000 (13:11 +0000)]
Fix incorrectly names build test directory references.
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.
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).
Dean Camera [Sat, 12 May 2012 16:20:21 +0000 (16:20 +0000)]
Fix broken documentation in the HID class bootloader.
Dean Camera [Sat, 12 May 2012 15:07:31 +0000 (15:07 +0000)]
Minor documentation improvements.
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.
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.
Dean Camera [Mon, 7 May 2012 17:40:52 +0000 (17:40 +0000)]
Add support for the ATXMEGA384C3.
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.
Dean Camera [Sun, 6 May 2012 15:01:40 +0000 (15:01 +0000)]
Complete BoardDriverTest build test.
Dean Camera [Sun, 6 May 2012 14:26:18 +0000 (14:26 +0000)]
Add partially complete BoardDriverTest build test.
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.
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.
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).
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).
Dean Camera [Sat, 5 May 2012 21:27:07 +0000 (21:27 +0000)]
Fix bootloaders to make the StaticAnalysis build test happy.
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.
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).
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).
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.
Dean Camera [Wed, 25 Apr 2012 18:50:00 +0000 (18:50 +0000)]
Oops - fix broken MIDIToneGenerator project due to MIDI class API changes.
Dean Camera [Wed, 25 Apr 2012 18:42:33 +0000 (18:42 +0000)]
Added support for the DorkbotPDX Duce board.
Dean Camera [Wed, 25 Apr 2012 18:32:55 +0000 (18:32 +0000)]
Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Saugnier).
Dean Camera [Wed, 25 Apr 2012 18:28:56 +0000 (18:28 +0000)]
Changed MIDI event structure MIDI_EventPacket_t to use a single field for the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
Dean Camera [Wed, 25 Apr 2012 18:27:27 +0000 (18:27 +0000)]
Add basic hardware mapping information for all supported boards.
Dean Camera [Mon, 23 Apr 2012 17:39:53 +0000 (17:39 +0000)]
Fix documentation of the board LED driver (thanks to Karl Lunt).
Dean Camera [Thu, 19 Apr 2012 19:55:16 +0000 (19:55 +0000)]
Remove an unused variable in the HID loader CLI application. Update known issues list.
Dean Camera [Wed, 18 Apr 2012 20:06:18 +0000 (20:06 +0000)]
Add known issues to the documentation.
Dean Camera [Wed, 18 Apr 2012 18:59:40 +0000 (18:59 +0000)]
Alter the bootloader section sizes to all be 8KB, to be in line with the default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).
Dean Camera [Mon, 16 Apr 2012 20:43:30 +0000 (20:43 +0000)]
Fix up static analysis build test so that inline suppressions for missing header files are not required in the XPLAINBridge project.
Dean Camera [Mon, 16 Apr 2012 17:03:07 +0000 (17:03 +0000)]
Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
Dean Camera [Mon, 16 Apr 2012 17:01:08 +0000 (17:01 +0000)]
Remove non-functional maintenance link check.
Dean Camera [Sun, 15 Apr 2012 19:23:00 +0000 (19:23 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 15 Apr 2012 19:15:35 +0000 (19:15 +0000)]
Make sure CRC value is pre-zeroed before reading from the XMEGA target device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project.
Dean Camera [Sun, 15 Apr 2012 19:06:04 +0000 (19:06 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 15 Apr 2012 13:51:11 +0000 (13:51 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 15 Apr 2012 13:34:11 +0000 (13:34 +0000)]
Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock).
Dean Camera [Sun, 15 Apr 2012 10:00:14 +0000 (10:00 +0000)]
Minor formatting updates to the SerialToLCD project - remove unused variable.
Dean Camera [Sat, 14 Apr 2012 21:47:02 +0000 (21:47 +0000)]
Minor formatting updates to the SerialToLCD project.
Dean Camera [Sat, 14 Apr 2012 21:35:25 +0000 (21:35 +0000)]
Added new SerialToLCD user project contributed by Simon Foster.
Dean Camera [Sat, 14 Apr 2012 14:41:17 +0000 (14:41 +0000)]
Reintegrate the FullEPAddresses development branch into trunk.
Dean Camera [Sat, 14 Apr 2012 10:09:45 +0000 (10:09 +0000)]
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
Dean Camera [Mon, 9 Apr 2012 13:20:40 +0000 (13:20 +0000)]
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.
Dean Camera [Mon, 9 Apr 2012 12:45:49 +0000 (12:45 +0000)]
Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects with non-supported hardware - produce errors only if the user application includes the module header files.
Dean Camera [Mon, 9 Apr 2012 10:32:59 +0000 (10:32 +0000)]
Remove outdated documentation from the library, minor documentation improvements.
Dean Camera [Mon, 9 Apr 2012 10:04:40 +0000 (10:04 +0000)]
Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign).
Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
Dean Camera [Sun, 8 Apr 2012 21:48:46 +0000 (21:48 +0000)]
Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
Dean Camera [Sun, 8 Apr 2012 21:43:36 +0000 (21:43 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 8 Apr 2012 21:38:07 +0000 (21:38 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 8 Apr 2012 19:36:46 +0000 (19:36 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 8 Apr 2012 18:52:00 +0000 (18:52 +0000)]
Move out Doxygen style assets into a seperate folder.
Dean Camera [Sun, 8 Apr 2012 18:46:56 +0000 (18:46 +0000)]
Doxygen documentation style changes. Minor documentation corrections.
Dean Camera [Sun, 8 Apr 2012 14:22:47 +0000 (14:22 +0000)]
Add additional specific sub-family parts to the ModuleTest build test as these may have minor header file differences to their standard family cousins.
Clean up of main library Makefile to extract out the library version once into a make variable for easy reference.
Dean Camera [Sun, 8 Apr 2012 14:21:13 +0000 (14:21 +0000)]
Move documentation images into a dedicated sub-folder.
Dean Camera [Sun, 8 Apr 2012 14:14:45 +0000 (14:14 +0000)]
Add guide for importing LUFA into an AS5/AS6 project.
Dean Camera [Sun, 8 Apr 2012 11:30:28 +0000 (11:30 +0000)]
Pull out common options in the StaticAnalysisTest build test makefile into a seperate make variable for clarity.
Add missing cppcheck inline suppression comment.
Dean Camera [Sat, 7 Apr 2012 17:40:16 +0000 (17:40 +0000)]
Oops - fix broken makefile tar rule.
Dean Camera [Sat, 7 Apr 2012 17:38:30 +0000 (17:38 +0000)]
Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".
Dean Camera [Sat, 7 Apr 2012 17:01:46 +0000 (17:01 +0000)]
Add architecture guards to all architecture-specific files, so that they can be bulk-added to existing IDE projects without having to exclude unused architecture files.
Dean Camera [Sat, 7 Apr 2012 16:46:45 +0000 (16:46 +0000)]
Add extra LUFA TAR archive export exclusions.
Dean Camera [Sat, 7 Apr 2012 16:40:20 +0000 (16:40 +0000)]
Add main library makefile target "export_tar" to export a copy of the library codebase in TAR format, for each integration into user applications.
Dean Camera [Thu, 5 Apr 2012 17:37:10 +0000 (17:37 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 1 Apr 2012 13:55:49 +0000 (13:55 +0000)]
Clean up Bootloader API tables.
Dean Camera [Sun, 1 Apr 2012 13:39:04 +0000 (13:39 +0000)]
Reverted AVRISP-MKII clone project watchdog based command timeout patch in favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed.
Dean Camera [Sun, 1 Apr 2012 13:37:08 +0000 (13:37 +0000)]
Minor documentation improvements.
Dean Camera [Thu, 29 Mar 2012 19:52:18 +0000 (19:52 +0000)]
Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().
Dean Camera [Thu, 29 Mar 2012 19:47:37 +0000 (19:47 +0000)]
Oops - fix compile errors in the AudioInput/AudioOutput class driver demos.
Dean Camera [Thu, 29 Mar 2012 19:41:05 +0000 (19:41 +0000)]
Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
Dean Camera [Thu, 29 Mar 2012 19:35:40 +0000 (19:35 +0000)]
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
Dean Camera [Sun, 25 Mar 2012 12:29:15 +0000 (12:29 +0000)]
Tweak static analysis check BuildTest makefile argument order to make the call differences easier to determine.
Dean Camera [Sun, 25 Mar 2012 12:12:08 +0000 (12:12 +0000)]
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
Dean Camera [Fri, 23 Mar 2012 22:12:16 +0000 (22:12 +0000)]
Add automated link checking script to the Maintenance script makefile.
Dean Camera [Tue, 20 Mar 2012 20:44:01 +0000 (20:44 +0000)]
Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse).
Dean Camera [Tue, 20 Mar 2012 06:18:41 +0000 (06:18 +0000)]
Fixed inverted LED logic in the OLIMEX162 board LED driver.
Dean Camera [Sun, 18 Mar 2012 16:51:52 +0000 (16:51 +0000)]
Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter).
Dean Camera [Sat, 17 Mar 2012 10:22:58 +0000 (10:22 +0000)]
Add XMEGA C3 family to the ModuleTest build test.
Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask().
Minor documentation improvements.
Dean Camera [Sat, 17 Mar 2012 10:21:40 +0000 (10:21 +0000)]
Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin).
Dean Camera [Thu, 15 Mar 2012 19:11:26 +0000 (19:11 +0000)]
Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep).
Dean Camera [Wed, 14 Mar 2012 22:12:40 +0000 (22:12 +0000)]
Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
Dean Camera [Tue, 13 Mar 2012 17:30:14 +0000 (17:30 +0000)]
Reorder manual documentation sections, remove useless "AboutLUFA" section.
Dean Camera [Fri, 9 Mar 2012 22:36:56 +0000 (22:36 +0000)]
Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
Dean Camera [Fri, 9 Mar 2012 22:02:29 +0000 (22:02 +0000)]
Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use.
Dean Camera [Fri, 9 Mar 2012 21:30:01 +0000 (21:30 +0000)]
Update maintenance scripts to add targets to validate the current branch for complete correctness. Add maintenance script target for checking for release suitability.
Dean Camera [Fri, 9 Mar 2012 21:28:44 +0000 (21:28 +0000)]
Update Doxygen documentation build scripts to fail if any warnings are generated.
Dean Camera [Thu, 8 Mar 2012 19:17:11 +0000 (19:17 +0000)]
Fix corrupt Doxygen configuration files, update project names.
Dean Camera [Thu, 8 Mar 2012 16:59:55 +0000 (16:59 +0000)]
Update Doxygen configuration files to disable Markdown support.
Dean Camera [Thu, 8 Mar 2012 16:59:20 +0000 (16:59 +0000)]
Update maintenance scripts to disable Doxygen Markdown support.