pub/USBasp.git
13 years agoMinor documentation improvements.
Dean Camera [Sun, 8 Apr 2012 19:36:46 +0000 (19:36 +0000)]
Minor documentation improvements.

13 years agoMove out Doxygen style assets into a seperate folder.
Dean Camera [Sun, 8 Apr 2012 18:52:00 +0000 (18:52 +0000)]
Move out Doxygen style assets into a seperate folder.

13 years agoDoxygen documentation style changes. Minor documentation corrections.
Dean Camera [Sun, 8 Apr 2012 18:46:56 +0000 (18:46 +0000)]
Doxygen documentation style changes. Minor documentation corrections.

13 years agoAdd additional specific sub-family parts to the ModuleTest build test as these may...
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.

13 years agoMove documentation images into a dedicated sub-folder.
Dean Camera [Sun, 8 Apr 2012 14:21:13 +0000 (14:21 +0000)]
Move documentation images into a dedicated sub-folder.

13 years agoAdd guide for importing LUFA into an AS5/AS6 project.
Dean Camera [Sun, 8 Apr 2012 14:14:45 +0000 (14:14 +0000)]
Add guide for importing LUFA into an AS5/AS6 project.

13 years agoPull out common options in the StaticAnalysisTest build test makefile into a seperate...
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.

13 years agoOops - fix broken makefile tar rule.
Dean Camera [Sat, 7 Apr 2012 17:40:16 +0000 (17:40 +0000)]
Oops - fix broken makefile tar rule.

13 years agoFix up Doxygen documentation directives to allow for generation of documentation...
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".

13 years agoAdd architecture guards to all architecture-specific files, so that they can be bulk...
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.

13 years agoAdd extra LUFA TAR archive export exclusions.
Dean Camera [Sat, 7 Apr 2012 16:46:45 +0000 (16:46 +0000)]
Add extra LUFA TAR archive export exclusions.

13 years agoAdd main library makefile target "export_tar" to export a copy of the library codebas...
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.

13 years agoMinor documentation improvements.
Dean Camera [Thu, 5 Apr 2012 17:37:10 +0000 (17:37 +0000)]
Minor documentation improvements.

13 years agoClean up Bootloader API tables.
Dean Camera [Sun, 1 Apr 2012 13:55:49 +0000 (13:55 +0000)]
Clean up Bootloader API tables.

13 years agoReverted AVRISP-MKII clone project watchdog based command timeout patch in favour...
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.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 1 Apr 2012 13:37:08 +0000 (13:37 +0000)]
Minor documentation improvements.

13 years agoOops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().
Dean Camera [Thu, 29 Mar 2012 19:52:18 +0000 (19:52 +0000)]
Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().

13 years agoOops - fix compile errors in the AudioInput/AudioOutput class driver demos.
Dean Camera [Thu, 29 Mar 2012 19:47:37 +0000 (19:47 +0000)]
Oops - fix compile errors in the AudioInput/AudioOutput class driver demos.

13 years agoRemoved variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS...
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.

13 years agoAdded additional bootloader API data to expose the bootloader start address and class...
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.

13 years agoTweak static analysis check BuildTest makefile argument order to make the call differ...
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.

13 years agoRe-enable cppcheck static analysis unused function checks after adding in special...
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.

13 years agoAdd automated link checking script to the Maintenance script makefile.
Dean Camera [Fri, 23 Mar 2012 22:12:16 +0000 (22:12 +0000)]
Add automated link checking script to the Maintenance script makefile.

13 years agoFixed AVRISP-MKII programmer project failing to compile for the U4 chips when VTARGET...
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).

13 years agoFixed inverted LED logic in the OLIMEX162 board LED driver.
Dean Camera [Tue, 20 Mar 2012 06:18:41 +0000 (06:18 +0000)]
Fixed inverted LED logic in the OLIMEX162 board LED driver.

13 years agoFixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks...
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).

13 years agoAdd XMEGA C3 family to the ModuleTest build test.
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.

13 years agoFixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to...
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).

13 years agoFixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfaceProper...
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).

13 years agoAudio Device Class driver changed to also require the index of the Audio Control...
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.

13 years agoReorder manual documentation sections, remove useless "AboutLUFA" section.
Dean Camera [Tue, 13 Mar 2012 17:30:14 +0000 (17:30 +0000)]
Reorder manual documentation sections, remove useless "AboutLUFA" section.

13 years agoOnly abort Doxygen documentation generation if a non-unsupported tag warning is encou...
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.

13 years agoAdded Dataflash operational checks and aborts to all projects using the Dataflash...
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.

13 years agoUpdate maintenance scripts to add targets to validate the current branch for complete...
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.

13 years agoUpdate Doxygen documentation build scripts to fail if any warnings are generated.
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.

13 years agoFix corrupt Doxygen configuration files, update project names.
Dean Camera [Thu, 8 Mar 2012 19:17:11 +0000 (19:17 +0000)]
Fix corrupt Doxygen configuration files, update project names.

13 years agoUpdate Doxygen configuration files to disable Markdown support.
Dean Camera [Thu, 8 Mar 2012 16:59:55 +0000 (16:59 +0000)]
Update Doxygen configuration files to disable Markdown support.

13 years agoUpdate maintenance scripts to disable Doxygen Markdown support.
Dean Camera [Thu, 8 Mar 2012 16:59:20 +0000 (16:59 +0000)]
Update maintenance scripts to disable Doxygen Markdown support.

13 years agoPrevent the first maintenance script rule from running if no target is specified...
Dean Camera [Thu, 8 Mar 2012 06:18:54 +0000 (06:18 +0000)]
Prevent the first maintenance script rule from running if no target is specified to the maintenance script.

13 years agoUpdate maintenance scripts to abort if the check-release target fails to complete.
Dean Camera [Thu, 8 Mar 2012 06:16:02 +0000 (06:16 +0000)]
Update maintenance scripts to abort if the check-release target fails to complete.

13 years agoFix incorrect Doxygen references in the Audio Input/Output ClassDriver demos.
Dean Camera [Wed, 7 Mar 2012 19:11:24 +0000 (19:11 +0000)]
Fix incorrect Doxygen references in the Audio Input/Output ClassDriver demos.

13 years agoUpdate Doxygen configuration files for all projects.
Dean Camera [Wed, 7 Mar 2012 19:11:15 +0000 (19:11 +0000)]
Update Doxygen configuration files for all projects.

13 years agoAdd library maintenance scripts.
Dean Camera [Wed, 7 Mar 2012 19:08:12 +0000 (19:08 +0000)]
Add library maintenance scripts.

13 years agoMinor documentation improvements.
Dean Camera [Tue, 6 Mar 2012 19:34:46 +0000 (19:34 +0000)]
Minor documentation improvements.

13 years agoFixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is speci...
Dean Camera [Tue, 6 Mar 2012 14:50:59 +0000 (14:50 +0000)]
Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid).

13 years agoRaised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to 32...
Dean Camera [Mon, 5 Mar 2012 20:25:46 +0000 (20:25 +0000)]
Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to 32, to prevent communication errors on low quality connections to a target.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 4 Mar 2012 18:21:54 +0000 (18:21 +0000)]
Minor documentation improvements.

13 years agoUpdate code and StaticAnlysisTest so that missingInclude warnings do not have to...
Dean Camera [Sun, 4 Mar 2012 16:15:59 +0000 (16:15 +0000)]
Update code and StaticAnlysisTest so that missingInclude warnings do not have to be suppressed, and so that all code except for third party libraries can be checked.

Update SingleUSBModeTest makefile to separate out the messages from the test commands.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 4 Mar 2012 14:43:30 +0000 (14:43 +0000)]
Minor documentation improvements.

13 years agoUpdate ModuleTest to compile for each sub-family within each architecture, to ensure...
Dean Camera [Sun, 4 Mar 2012 14:43:14 +0000 (14:43 +0000)]
Update ModuleTest to compile for each sub-family within each architecture, to ensure that the code compiles for all devices (not just for one device in each architecture).

13 years agoUpdate StaticAnalysisTest to check for missing header files. Fix found incorrect...
Dean Camera [Wed, 29 Feb 2012 17:04:04 +0000 (17:04 +0000)]
Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.

13 years agoFix warnings and errors found by the new cppcheck provided static code analysis.
Dean Camera [Tue, 28 Feb 2012 20:40:24 +0000 (20:40 +0000)]
Fix warnings and errors found by the new cppcheck provided static code analysis.

13 years agoAdd source static analysis build test using "cppcheck".
Dean Camera [Tue, 28 Feb 2012 20:07:52 +0000 (20:07 +0000)]
Add source static analysis build test using "cppcheck".

13 years agoMinor documentation improvements.
Dean Camera [Sun, 26 Feb 2012 15:03:03 +0000 (15:03 +0000)]
Minor documentation improvements.

13 years agoFixed possible enumeration error if the user application selects the non-Control...
Dean Camera [Sun, 26 Feb 2012 15:01:36 +0000 (15:01 +0000)]
Fixed possible enumeration error if the user application selects the non-Control pipe between the Powered and Default states of the host state machine.

13 years agoRemove Library Apps overview page from the documentation.
Dean Camera [Sat, 25 Feb 2012 17:20:42 +0000 (17:20 +0000)]
Remove Library Apps overview page from the documentation.

13 years agoUpdate main library documentation organisation for Doxygen 1.8.0.
Dean Camera [Sat, 25 Feb 2012 17:07:33 +0000 (17:07 +0000)]
Update main library documentation organisation for Doxygen 1.8.0.

13 years agoUpdate author information.
Dean Camera [Sat, 25 Feb 2012 16:36:34 +0000 (16:36 +0000)]
Update author information.

13 years agoModified the CDC Host demos to set a default CDC Line Encoding on enumerated devices.
Dean Camera [Fri, 24 Feb 2012 20:28:27 +0000 (20:28 +0000)]
Modified the CDC Host demos to set a default CDC Line Encoding on enumerated devices.

13 years agoMinor documentation fixes - change \note entries to \warning where appropriate and...
Dean Camera [Fri, 24 Feb 2012 20:26:19 +0000 (20:26 +0000)]
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.

13 years agoMinor documentation fixes - change \note entries to \warning where appropriate and...
Dean Camera [Fri, 24 Feb 2012 20:25:36 +0000 (20:25 +0000)]
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.

13 years agoAdded support for the BitWizard Multio and Big-Multio boards.
Dean Camera [Wed, 22 Feb 2012 21:31:18 +0000 (21:31 +0000)]
Added support for the BitWizard Multio and Big-Multio boards.

13 years agoUpdate the Android Accessory Host ClassDriver demo to use the updated class configura...
Dean Camera [Mon, 20 Feb 2012 22:07:25 +0000 (22:07 +0000)]
Update the Android Accessory Host ClassDriver demo to use the updated class configuration API.

Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it.

Minor documentation improvements.

13 years agoRemove potentially unaligned uint32_t access in HIDParser.c, replace with standard...
Dean Camera [Mon, 20 Feb 2012 18:47:25 +0000 (18:47 +0000)]
Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts.

13 years agoUpdate trunk post-120219 release.
Dean Camera [Sun, 19 Feb 2012 17:05:10 +0000 (17:05 +0000)]
Update trunk post-120219 release.

13 years agoCommit for the 120219 release.
Dean Camera [Sun, 19 Feb 2012 17:00:46 +0000 (17:00 +0000)]
Commit for the 120219 release.

13 years agoFix errors uncovered by the new build test compile warnings; fix UC3 pipe configurati...
Dean Camera [Sun, 19 Feb 2012 15:26:42 +0000 (15:26 +0000)]
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.

13 years agoAll USB Class Driver configuration struct values are now non-const, to allow for...
Dean Camera [Sun, 19 Feb 2012 15:24:05 +0000 (15:24 +0000)]
All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance.

13 years agoUpdate ModuleTest build test to use as many compile warnings as possible. Set -Werror...
Dean Camera [Sun, 19 Feb 2012 15:02:28 +0000 (15:02 +0000)]
Update ModuleTest build test to use as many compile warnings as possible. Set -Werror so that any generated warnings produce an error.

13 years agoUpdate build test "ModuleTest" to check platform drivers where possible. Add missing...
Dean Camera [Sun, 19 Feb 2012 13:30:08 +0000 (13:30 +0000)]
Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.

13 years agoOops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous serial...
Dean Camera [Sun, 19 Feb 2012 01:30:53 +0000 (01:30 +0000)]
Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous serial and data is always received regardless of attached or non-attached target.

13 years agoAdd build test for forced single USB modes.
Dean Camera [Sun, 19 Feb 2012 01:17:54 +0000 (01:17 +0000)]
Add build test for forced single USB modes.

Fix UC3 Interrupt Management platform driver not compiling under C++.

13 years agoAdd build tests to verify correct compilation of as many modules as possible under...
Dean Camera [Sat, 18 Feb 2012 23:33:12 +0000 (23:33 +0000)]
Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible.

Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file.

Fix missing semicolon in the UC3 architecture host pipe functions.

Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.

13 years agoMinor documentation improvements.
Dean Camera [Sat, 18 Feb 2012 16:06:43 +0000 (16:06 +0000)]
Minor documentation improvements.

13 years agoAdd missing file Subversion EOL-style properties.
Dean Camera [Mon, 13 Feb 2012 20:13:35 +0000 (20:13 +0000)]
Add missing file Subversion EOL-style properties.

13 years agoFix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the...
Dean Camera [Mon, 13 Feb 2012 19:59:31 +0000 (19:59 +0000)]
Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the USART module, but requires physical port remapping.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 12 Feb 2012 20:47:57 +0000 (20:47 +0000)]
Minor documentation improvements.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 12 Feb 2012 20:39:57 +0000 (20:39 +0000)]
Minor documentation improvements.

13 years agoAdd new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 archite...
Dean Camera [Sun, 12 Feb 2012 20:34:33 +0000 (20:34 +0000)]
Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 architectures.

Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip.

Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers.

13 years agoAdded Serial USART peripheral driver for the XMEGA platform.
Dean Camera [Sun, 12 Feb 2012 11:48:24 +0000 (11:48 +0000)]
Added Serial USART peripheral driver for the XMEGA platform.

Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.

13 years agoMinor documentation improvements.
Dean Camera [Sat, 11 Feb 2012 22:35:06 +0000 (22:35 +0000)]
Minor documentation improvements.

13 years agoClean up the Audio Device class driver control request Endpoint match logic.
Dean Camera [Sat, 11 Feb 2012 20:39:33 +0000 (20:39 +0000)]
Clean up the Audio Device class driver control request Endpoint match logic.

13 years agoAltered the HID class driver to only try to construct at maximum one packet per USB...
Dean Camera [Thu, 9 Feb 2012 20:30:27 +0000 (20:30 +0000)]
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.

13 years agoFix XMEGA architecture not correctly resetting the device address and endpoints in...
Dean Camera [Thu, 9 Feb 2012 20:27:03 +0000 (20:27 +0000)]
Fix XMEGA architecture not correctly resetting the device address and endpoints in response to a USB bus reset from the host.

13 years agoUpdate XMEGA board drivers to use the port inversion feature of the XMEGA architectur...
Dean Camera [Thu, 9 Feb 2012 20:26:13 +0000 (20:26 +0000)]
Update XMEGA board drivers to use the port inversion feature of the XMEGA architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface.

13 years agoMinor documentation fixes.
Dean Camera [Wed, 8 Feb 2012 21:31:03 +0000 (21:31 +0000)]
Minor documentation fixes.

Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project.

13 years agoAllow serial strings to be generated on the older AVR8 devices which do not explicitl...
Dean Camera [Wed, 8 Feb 2012 18:35:16 +0000 (18:35 +0000)]
Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware.

13 years agoUpdated the AVRISP-MKII Clone programmer project to be compatible with the latest...
Dean Camera [Wed, 8 Feb 2012 18:29:17 +0000 (18:29 +0000)]
Updated the AVRISP-MKII Clone programmer project to be compatible with the latest version of AVR Studio (version 5.1).

Changed the AVRISP-MKII Clone programmer project to report a fixed 3.3V VTARGET voltage on USB AVRs lacking an ADC instead of 5V to prevent warnings in AVR Studio 5.1 when programming XMEGA devices.

13 years agoOops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.
Dean Camera [Mon, 6 Feb 2012 17:10:42 +0000 (17:10 +0000)]
Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.

13 years agoAdd board driver support for the Atmel XMEGA-B1 Xplained board.
Dean Camera [Mon, 6 Feb 2012 17:05:33 +0000 (17:05 +0000)]
Add board driver support for the Atmel XMEGA-B1 Xplained board.

Fix Dataflash driver for the A3BU-Xplained board.

Minor documentation improvements.

13 years agoAdd (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error...
Dean Camera [Sun, 5 Feb 2012 21:59:35 +0000 (21:59 +0000)]
Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors.

13 years agoRevert changed version files in /trunk/ now that the LUFA-120219-BETA version has...
Dean Camera [Sun, 5 Feb 2012 16:02:14 +0000 (16:02 +0000)]
Revert changed version files in /trunk/ now that the LUFA-120219-BETA version has been released.

13 years agoCommit for the 120219-BETA release.
Dean Camera [Sun, 5 Feb 2012 15:53:31 +0000 (15:53 +0000)]
Commit for the 120219-BETA release.

13 years agoAdd support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
Dean Camera [Sun, 5 Feb 2012 15:50:09 +0000 (15:50 +0000)]
Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).

13 years agoUpdate LUFAConfig.h with the new compile time options, re-format Doxygen documentatio...
Dean Camera [Sun, 5 Feb 2012 15:28:41 +0000 (15:28 +0000)]
Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.

13 years agoAdded INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options...
Dean Camera [Sun, 5 Feb 2012 15:19:01 +0000 (15:19 +0000)]
Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.).

13 years agoFixed invalid PID value used in the TempDataLogger project host application (thanks...
Dean Camera [Sun, 5 Feb 2012 13:16:08 +0000 (13:16 +0000)]
Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak).

13 years agoAdd missing svn:eol-style properties to /trunk/.
Dean Camera [Sat, 4 Feb 2012 23:00:22 +0000 (23:00 +0000)]
Add missing svn:eol-style properties to /trunk/.

13 years agoUpdate file contributor copyrights for 2012.
Dean Camera [Sat, 4 Feb 2012 22:38:44 +0000 (22:38 +0000)]
Update file contributor copyrights for 2012.

13 years agoUpdate file header copyrights for 2012.
Dean Camera [Sat, 4 Feb 2012 22:32:30 +0000 (22:32 +0000)]
Update file header copyrights for 2012.