Dean Camera [Sat, 1 Mar 2014 10:27:08 +0000 (21:27 +1100)]
Update version for the 140302 release.
Dean Camera [Sat, 1 Mar 2014 10:09:00 +0000 (21:09 +1100)]
Add Atmel Studio 6.2 compatibility.
Dean Camera [Sat, 22 Feb 2014 06:11:21 +0000 (17:11 +1100)]
Minor typo corrections.
Dean Camera [Sun, 16 Feb 2014 06:21:54 +0000 (17:21 +1100)]
Merge branch 'master' of github.com:abcminiuser/lufa
Dean Camera [Sun, 16 Feb 2014 06:21:37 +0000 (17:21 +1100)]
Fix incorrect whitespace.
Dean Camera [Sun, 16 Feb 2014 06:21:14 +0000 (17:21 +1100)]
Update to latest Atmel Studio integration binary.
Dean Camera [Sat, 1 Feb 2014 22:30:29 +0000 (14:30 -0800)]
Merge pull request #21 from mondalaci/fix-ringbuffer-example
Fix ring buffer example.
László Monda [Sat, 1 Feb 2014 19:48:33 +0000 (20:48 +0100)]
Fix ring buffer example.
Dean Camera [Mon, 27 Jan 2014 11:28:53 +0000 (22:28 +1100)]
Fix incorrect descriptor length when using USB_STRING_DESCRIPTOR macros.
Dean Camera [Sun, 12 Jan 2014 23:06:27 +0000 (10:06 +1100)]
Fix documentation: jump address for bootloader should be words, not bytes.
Dean Camera [Wed, 8 Jan 2014 10:47:59 +0000 (21:47 +1100)]
Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Studio extension.
Dean Camera [Tue, 7 Jan 2014 23:51:48 +0000 (10:51 +1100)]
Fix USB_STRING_DESCRIPTOR() macro reported length to account for the null-terminator.
Dean Camera [Tue, 7 Jan 2014 23:42:06 +0000 (10:42 +1100)]
Minor documentation improvements.
Dean Camera [Tue, 7 Jan 2014 23:41:16 +0000 (10:41 +1100)]
Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.
László Monda [Sat, 4 Jan 2014 23:21:15 +0000 (00:21 +0100)]
Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.
László Monda [Fri, 3 Jan 2014 23:14:45 +0000 (00:14 +0100)]
Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.
Dean Camera [Tue, 7 Jan 2014 04:20:04 +0000 (15:20 +1100)]
Update to latest Atmel Studio integration binary.
Dean Camera [Tue, 7 Jan 2014 04:19:53 +0000 (15:19 +1100)]
Fix broken teensy-ee build rule.
Dean Camera [Mon, 6 Jan 2014 03:52:49 +0000 (14:52 +1100)]
Update to latest Atmel Studio integration binary.
Dean Camera [Mon, 6 Jan 2014 00:38:47 +0000 (11:38 +1100)]
Minor documentation improvements.
Dean Camera [Sun, 5 Jan 2014 00:38:59 +0000 (11:38 +1100)]
Minor documentation improvements.
Dean Camera [Sun, 5 Jan 2014 00:31:49 +0000 (16:31 -0800)]
Merge pull request #19 from mondalaci/attr-no-inline-cleanup
Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the...
László Monda [Sat, 4 Jan 2014 23:33:08 +0000 (00:33 +0100)]
Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same as ATTR_NO_INLINE.
Dean Camera [Fri, 3 Jan 2014 23:45:02 +0000 (10:45 +1100)]
Update copyrights for 2014.
Dean Camera [Fri, 3 Jan 2014 22:56:09 +0000 (09:56 +1100)]
Minor documentation improvements.
Dean Camera [Fri, 3 Jan 2014 22:47:00 +0000 (14:47 -0800)]
Merge pull request #17 from mondalaci/further-generichid-modemmanager-instructions
Add further instructions regarding the modemmanager suckage.
László Monda [Fri, 3 Jan 2014 22:44:26 +0000 (23:44 +0100)]
Add further instructions regarding the modemmanager suckage.
Dean Camera [Mon, 30 Dec 2013 06:09:52 +0000 (17:09 +1100)]
Minor documentation improvements.
Dean Camera [Mon, 30 Dec 2013 01:39:59 +0000 (12:39 +1100)]
Update VSIX extension manifest description.
Dean Camera [Thu, 26 Dec 2013 13:53:12 +0000 (00:53 +1100)]
Minor documentation improvements.
Dean Camera [Thu, 26 Dec 2013 04:09:58 +0000 (15:09 +1100)]
Upgrade Doxygen configuration files to the latest version.
Dean Camera [Sun, 22 Dec 2013 02:40:10 +0000 (13:40 +1100)]
Update to latest LUFA Atmel Studio integration binary.
Dean Camera [Fri, 20 Dec 2013 09:36:19 +0000 (20:36 +1100)]
Fix incorrect Dataflash header file included for the STK525 inside Atmel Studio.
Dean Camera [Fri, 20 Dec 2013 09:18:34 +0000 (01:18 -0800)]
Merge pull request #15 from mondalaci/limit-control-transfer-size
Add todo item.
Dean Camera [Fri, 20 Dec 2013 09:19:33 +0000 (20:19 +1100)]
Minor documentation improvements.
Dean Camera [Fri, 20 Dec 2013 09:11:45 +0000 (01:11 -0800)]
Merge pull request #16 from hansmi/master
AVR8: Add option to keep 3.3V regulator enabled.
Michael Hanselmann [Thu, 19 Dec 2013 22:44:23 +0000 (23:44 +0100)]
AVR8: Add option to keep 3.3V regulator enabled
The documentation contains example code[1] on how to restart into the
bootloader. In the process of preparing for the reset, USB is disabled
using “USB_Disable()”. For hardware making use of the AVR8's internal
3.3V regulator that call would also disable the regulator, resetting the
processor immediately rather than setting the boot key and letting the
watchdog reset the processor.
This patch adds a new flag to be given to “USB_Init()” or to be defined
in “USE_STATIC_OPTIONS” telling “USB_Disable()” to keep the regulator
enabled.
On November 1st, 2013 this issue was already mentioned on the mailing
list[2], but no fix came from that discussion.
[1]
<http://www.fourwalledcubicle.com/files/LUFA/Doc/130901/
html/_page__software_bootloader_start.html>
[2]
<https://groups.google.com/d/msg/lufa-support/uwrFpRQpJzU/e9I6UK5jMJQJ>
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
László Monda [Wed, 18 Dec 2013 17:55:47 +0000 (18:55 +0100)]
Add todo item.
Dean Camera [Sat, 14 Dec 2013 11:46:05 +0000 (22:46 +1100)]
Fix STK525 and STK526 device support in the Atmel Studio extension.
Dean Camera [Thu, 21 Nov 2013 18:19:45 +0000 (19:19 +0100)]
Use new VERSION_BCD() macro with explicit int arguments to fix edge cases with the previous floating point macro version.
Dean Camera [Thu, 21 Nov 2013 17:41:17 +0000 (18:41 +0100)]
Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused sporadic session issues.
Dean Camera [Wed, 20 Nov 2013 19:25:15 +0000 (20:25 +0100)]
Exclude all host application directories from the Doxygen configuration files.
Dean Camera [Wed, 20 Nov 2013 19:20:22 +0000 (20:20 +0100)]
Fix incorrect status constants in the AVRISP-MKII Clone project.
Dean Camera [Wed, 20 Nov 2013 19:18:28 +0000 (20:18 +0100)]
Add Documentation output directories to the .gitignore list.
Dean Camera [Tue, 5 Nov 2013 21:16:15 +0000 (22:16 +0100)]
Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA architecture.
Dean Camera [Mon, 4 Nov 2013 16:09:21 +0000 (17:09 +0100)]
Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets with high /RESET line capacitance.
Dean Camera [Sun, 3 Nov 2013 21:21:50 +0000 (22:21 +0100)]
Minor documentation improvements.
Dean Camera [Sun, 3 Nov 2013 21:16:28 +0000 (13:16 -0800)]
Merge pull request #12 from mondalaci/generichid-node-libusb-script
Add node.js libusb GenericHID test script.
László Monda [Sun, 3 Nov 2013 18:13:20 +0000 (19:13 +0100)]
Add node.js libusb GenericHID test script.
Dean Camera [Sun, 3 Nov 2013 14:47:58 +0000 (15:47 +0100)]
Minor documentation improvements.
Dean Camera [Sun, 3 Nov 2013 14:41:56 +0000 (06:41 -0800)]
Merge pull request #11 from mondalaci/generichid-libusb-scripts
Add libusb GenericHID Python test script.
Dean Camera [Sun, 3 Nov 2013 14:44:55 +0000 (15:44 +0100)]
Fix signature bytes in the DFU class bootloader.
László Monda [Sat, 2 Nov 2013 17:56:37 +0000 (18:56 +0100)]
Add libusb GenericHID Python test script.
Dean Camera [Sat, 2 Nov 2013 11:17:31 +0000 (12:17 +0100)]
AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable.
Dean Camera [Wed, 30 Oct 2013 18:36:55 +0000 (19:36 +0100)]
Minor documentation improvements.
Dean Camera [Wed, 30 Oct 2013 18:34:31 +0000 (19:34 +0100)]
Add new Bulk Vendor device demo application.
Dean Camera [Wed, 30 Oct 2013 17:56:02 +0000 (18:56 +0100)]
Add Python host test application for the low level GenericHID demo.
Dean Camera [Sun, 27 Oct 2013 22:15:20 +0000 (23:15 +0100)]
Minor documentation fixes.
Dean Camera [Sun, 27 Oct 2013 21:36:02 +0000 (22:36 +0100)]
Use non-abbreviated XPROG/PDI/TPI constant names.
Dean Camera [Sun, 27 Oct 2013 20:34:44 +0000 (21:34 +0100)]
Refactor AVRISP MKII Clone PDI/TPI command constants to simplify the driver code.
Dean Camera [Sun, 27 Oct 2013 17:26:11 +0000 (18:26 +0100)]
More minor speedups to the AVRISP-MKII clone programmer PDI memory reading code.
Dean Camera [Sun, 27 Oct 2013 17:25:30 +0000 (18:25 +0100)]
Merge branch 'master' of github.com:abcminiuser/lufa
Dean Camera [Sun, 27 Oct 2013 17:16:07 +0000 (18:16 +0100)]
Minor documentation improvements.
Dean Camera [Sun, 27 Oct 2013 17:15:03 +0000 (18:15 +0100)]
Only issue the REPEAT instruction in the clone programmer if needed to reduce protocol overhead.
Dean Camera [Sat, 12 Oct 2013 09:15:50 +0000 (02:15 -0700)]
Merge pull request #10 from mondalaci/replace-audio-interface-numbers-with-enums
Replace remaining MIDI interface numbers with enums.
László Monda [Fri, 11 Oct 2013 22:44:50 +0000 (00:44 +0200)]
Replace remaining MIDI interface numbers with enums.
Dean Camera [Fri, 11 Oct 2013 19:50:01 +0000 (12:50 -0700)]
Merge pull request #9 from mondalaci/replace-remaining-interface-numbers-with-enums
Replace CDC interface numbers with enums.
László Monda [Wed, 9 Oct 2013 22:32:35 +0000 (00:32 +0200)]
Replace CDC interface numbers with enums.
Dean Camera [Sun, 6 Oct 2013 20:33:32 +0000 (22:33 +0200)]
Minor documentation corrections.
Dean Camera [Sun, 6 Oct 2013 20:22:23 +0000 (13:22 -0700)]
Merge pull request #8 from mondalaci/extract-interface-numbers
Extract interface numbers into enums.
László Monda [Sun, 6 Oct 2013 20:16:20 +0000 (22:16 +0200)]
Extract interface numbers into enums.
Dean Camera [Fri, 27 Sep 2013 16:48:42 +0000 (09:48 -0700)]
Merge pull request #7 from mondalaci/hidclassdevice_whitespaces
Use spaces instead of tabs where necessary to fix indentation.
Dean Camera [Fri, 27 Sep 2013 16:51:41 +0000 (18:51 +0200)]
Merge branch 'mondalaci-avr910_typos'
Dean Camera [Fri, 27 Sep 2013 16:50:34 +0000 (18:50 +0200)]
Minor formatting fixes.
László Monda [Tue, 24 Sep 2013 09:19:42 +0000 (11:19 +0200)]
Use spaces instead of tabs wherever necessary to fix indentation.
László Monda [Tue, 24 Sep 2013 09:09:36 +0000 (11:09 +0200)]
Use spaces instead of tabs where necessary to fix indentation.
László Monda [Tue, 24 Sep 2013 00:16:04 +0000 (02:16 +0200)]
Fix "AVR910" typos to "AVR109".
Dean Camera [Mon, 16 Sep 2013 16:45:32 +0000 (18:45 +0200)]
Add missing AppConfig.h reference in the Mass Storage class bootloader when used in Atmel Studio.
Dean Camera [Thu, 5 Sep 2013 15:55:48 +0000 (17:55 +0200)]
Remove style override that conflicts with the latest MSHelp branding package from Atmel.
Dean Camera [Thu, 5 Sep 2013 15:44:57 +0000 (17:44 +0200)]
Minor code style fix.
Dean Camera [Sun, 1 Sep 2013 12:12:29 +0000 (14:12 +0200)]
Reset version information following the 130901 release.
Dean Camera [Sun, 1 Sep 2013 12:09:21 +0000 (14:09 +0200)]
Version for the 130901 release.
Dean Camera [Sun, 1 Sep 2013 11:25:43 +0000 (13:25 +0200)]
Minor documentation improvements.
Dean Camera [Sun, 1 Sep 2013 10:05:47 +0000 (12:05 +0200)]
Minor documentation improvements.
Dean Camera [Sun, 1 Sep 2013 10:03:55 +0000 (12:03 +0200)]
Oops - use unique section names for the board driver stubs in the documentation.
Dean Camera [Sun, 1 Sep 2013 10:02:13 +0000 (12:02 +0200)]
Add user board driver stub code to the documentation.
Dean Camera [Sun, 1 Sep 2013 09:34:38 +0000 (11:34 +0200)]
Fix outdated filename references in the LUFA documentation.
Dean Camera [Sun, 1 Sep 2013 09:14:28 +0000 (11:14 +0200)]
Add security warnings to the documentation of bootloaders without secure writes.
Dean Camera [Sat, 31 Aug 2013 10:57:47 +0000 (12:57 +0200)]
Fix outdated Benito project ASF XML.
Dean Camera [Sat, 31 Aug 2013 09:23:41 +0000 (11:23 +0200)]
Add DefaultInstall section to all INF driver files for easier installation.
Dean Camera [Fri, 30 Aug 2013 22:34:20 +0000 (00:34 +0200)]
Update Atmel Studio integration blob with better online documentation links and Getting Started graphics.
Dean Camera [Fri, 30 Aug 2013 22:31:19 +0000 (00:31 +0200)]
Add Atmel Studio integration known issues.
Dean Camera [Sat, 24 Aug 2013 22:36:09 +0000 (00:36 +0200)]
Minor documentation improvements.
Dean Camera [Sat, 24 Aug 2013 14:01:40 +0000 (16:01 +0200)]
Update Atmel Studio binary blob; update help when the extension is updated, add additional Getting Started information.
Dean Camera [Fri, 23 Aug 2013 21:27:09 +0000 (23:27 +0200)]
Fix double-spaced code samples in the Docbook transform output.
Dean Camera [Fri, 23 Aug 2013 21:04:31 +0000 (23:04 +0200)]
Update to latest Doxygen configurations, patch Doxygen->Docbook transform due to changes in the code fragment output in the Doxygen XML.
Dean Camera [Fri, 23 Aug 2013 20:59:58 +0000 (22:59 +0200)]
Fixed error receiving PIMA events via the Still Image Host class driver.
Dean Camera [Fri, 23 Aug 2013 19:42:51 +0000 (21:42 +0200)]
Fix code style in the HID parser module.
Dean Camera [Mon, 19 Aug 2013 18:23:48 +0000 (20:23 +0200)]
Add missing Known Issue entry for a previous LUFA release.
Dean Camera [Mon, 19 Aug 2013 18:22:29 +0000 (20:22 +0200)]
Remove incorrect entry from the Known Issues list.