Dean Camera [Fri, 10 May 2013 14:59:03 +0000 (16:59 +0200)]
Fix typos in the bootloader API table entry names.
Dean Camera [Thu, 9 May 2013 09:44:47 +0000 (11:44 +0200)]
Add LUFA .gitignore file.
Dean Camera [Thu, 9 May 2013 09:36:58 +0000 (11:36 +0200)]
Remove legacy Programmers Notepad project file.
Dean Camera [Thu, 9 May 2013 09:13:55 +0000 (11:13 +0200)]
Remove old information about the SVN repository from the documentation.
Dean Camera [Mon, 6 May 2013 19:35:49 +0000 (19:35 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 5 May 2013 21:05:30 +0000 (21:05 +0000)]
Add Printer Device Class source files to the Atmel Studio integration XML.
Dean Camera [Sun, 5 May 2013 19:34:20 +0000 (19:34 +0000)]
Tighten up Printer bootloader implementation; fold the IsHEX() function logic into HexToDecimal() and remove redundant state machine state logic to save space in the compiled binary.
Dean Camera [Sun, 5 May 2013 19:32:07 +0000 (19:32 +0000)]
Add proper reset handling to the USB Printer Device Class driver.
Dean Camera [Sun, 5 May 2013 19:13:56 +0000 (19:13 +0000)]
Add missing EVENT_PRNT_Device_SoftReset() public function prototype.
Dean Camera [Sun, 5 May 2013 19:08:15 +0000 (19:08 +0000)]
Update the Printer class bootloader to use the new Printer Device Class driver, rather than implementing the Printer USB class manually.
Dean Camera [Sun, 5 May 2013 19:07:20 +0000 (19:07 +0000)]
Add new Printer Device Class driver.
Dean Camera [Sun, 5 May 2013 14:09:26 +0000 (14:09 +0000)]
Revert incorrect XMEGA interrupt disable patch; all flags *except* the interrupt level should be cleared, and not the interrupt level itself.
Dean Camera [Sat, 4 May 2013 20:54:32 +0000 (20:54 +0000)]
Minor documentation improvements.
Dean Camera [Sat, 4 May 2013 14:38:11 +0000 (14:38 +0000)]
Add check to the Doxygen->Docbook transform to warning on untemplated items. Add additional templates to ensure the output documentation does not have unescaped or unformatted entries.
Dean Camera [Fri, 3 May 2013 19:09:10 +0000 (19:09 +0000)]
Implement integration binary blob suggestions from AVRFreaks members.
Dean Camera [Wed, 1 May 2013 18:47:54 +0000 (18:47 +0000)]
Oops - ensure the Atmel Studio extension package has the same GUID as the one used in the VSIX manifest, to prevent Studio from re-running the pre-/post-install actions every time.
Dean Camera [Wed, 1 May 2013 11:36:55 +0000 (11:36 +0000)]
Minor documentation improvements.
Dean Camera [Mon, 29 Apr 2013 18:35:19 +0000 (18:35 +0000)]
Fix Serial peripheral driver compile error for XMEGA devices.
Dean Camera [Mon, 29 Apr 2013 15:03:09 +0000 (15:03 +0000)]
Use previous Atmel Studio VSIX identifier so that it can upgrade existing installations.
Dean Camera [Sun, 28 Apr 2013 17:24:37 +0000 (17:24 +0000)]
Fix board driver hardware capability definition macro documentation. Fix Doxygen-to-Docbook transform eating the contents of generated tables.
Dean Camera [Sun, 28 Apr 2013 16:08:33 +0000 (16:08 +0000)]
Centre images in the Atmel Studio help, apply text formatting styles recursively.
Dean Camera [Sun, 28 Apr 2013 12:14:37 +0000 (12:14 +0000)]
Add more information on the integrated Help package to the Atmel Studio Getting Started first-run page.
Dean Camera [Sun, 28 Apr 2013 11:31:28 +0000 (11:31 +0000)]
Move USB mode enum into the top level USB controller header, as it is common to all architectures (even if not all modes are supported).
Dean Camera [Sun, 28 Apr 2013 11:29:23 +0000 (11:29 +0000)]
Allow the title of top level pages to be overridden in the Atmel Studio help.
Dean Camera [Sat, 27 Apr 2013 10:30:09 +0000 (10:30 +0000)]
Update AVRISP-MKII Clone programmer project default firmware minor revision number to make it compatible with the Atmel Studio 6.1 public release.
Dean Camera [Sat, 27 Apr 2013 10:03:02 +0000 (10:03 +0000)]
Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help output.
Dean Camera [Thu, 25 Apr 2013 19:46:03 +0000 (19:46 +0000)]
Speed up Doxygen-to-Docbook conversion, enable partial syntax highlighting in the MS HV1 output.
Dean Camera [Wed, 24 Apr 2013 18:52:08 +0000 (18:52 +0000)]
Add partially complete syntax highlighting to the HV1 transform.
Dean Camera [Tue, 23 Apr 2013 20:40:56 +0000 (20:40 +0000)]
Add move-to-root directives to all ASF XML application modules, to make the code easier to find in the release version of Atmel Studio 6.1.
Dean Camera [Tue, 23 Apr 2013 20:02:41 +0000 (20:02 +0000)]
Fix typo in the XMEGA SerialSPI peripheral driver.
Dean Camera [Tue, 23 Apr 2013 17:54:17 +0000 (17:54 +0000)]
Tweak HV1 help styling and image elements.
Dean Camera [Tue, 23 Apr 2013 15:08:32 +0000 (15:08 +0000)]
Move all Doxygen-to-Docbook rules into a single transform, remove redundant rules/transforms and add support for verbatim and linebreak elements.
Dean Camera [Mon, 22 Apr 2013 19:22:27 +0000 (19:22 +0000)]
Update Doxygen-to-Docbook transform with the latest transform rules for functions, enums, structs, type definitions and variables.
Dean Camera [Mon, 22 Apr 2013 18:32:26 +0000 (18:32 +0000)]
Add basic CSS styling to the Atmel Studio integrated help.
Dean Camera [Mon, 22 Apr 2013 17:02:30 +0000 (17:02 +0000)]
Use the localized Microsoft Help Viewer path if available when installing help into Atmel Studio.
Dean Camera [Mon, 22 Apr 2013 16:35:18 +0000 (16:35 +0000)]
Fix Atmel Studio integrated help generation and branding.
Dean Camera [Mon, 22 Apr 2013 14:54:49 +0000 (14:54 +0000)]
Restrict the Doxygen to Docbook transform to only the relevant items.
Dean Camera [Sun, 21 Apr 2013 19:06:34 +0000 (19:06 +0000)]
Fixed possible register corruption in USB Host mode on AVR8 devices when ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg).
Dean Camera [Sun, 21 Apr 2013 17:10:06 +0000 (17:10 +0000)]
Add first-run Unsigned Help install information prompt, ensure installed help package is removed correctly when the extension is uninstalled.
Dean Camera [Sun, 21 Apr 2013 16:05:11 +0000 (16:05 +0000)]
Add missing indexterm entries to the Atmel Studio help transform.
Dean Camera [Sun, 21 Apr 2013 15:16:34 +0000 (15:16 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 21 Apr 2013 15:15:47 +0000 (15:15 +0000)]
Finish initial Doxygen-to-Docbook transform.
Dean Camera [Sun, 21 Apr 2013 14:18:12 +0000 (14:18 +0000)]
Add partially complete Doxygen-to-Docbook transform.
Dean Camera [Sun, 21 Apr 2013 12:15:57 +0000 (12:15 +0000)]
Add HV1 integration into Atmel Studio (native Help).
Dean Camera [Sat, 20 Apr 2013 14:43:18 +0000 (14:43 +0000)]
Fix invalid Getting Started page HTML.
Dean Camera [Sat, 20 Apr 2013 11:24:12 +0000 (11:24 +0000)]
Update Getting Started Atmel Studio start page to make it XHTML compliant.
Dean Camera [Thu, 18 Apr 2013 20:14:53 +0000 (20:14 +0000)]
Minor documentation improvements.
Dean Camera [Thu, 18 Apr 2013 15:58:13 +0000 (15:58 +0000)]
Simplify Atmel Studio integration scripts.
Dean Camera [Thu, 18 Apr 2013 14:53:54 +0000 (14:53 +0000)]
Add finished initial LUFA Atmel Studio binary blob and supporting files.
Dean Camera [Wed, 17 Apr 2013 21:06:57 +0000 (21:06 +0000)]
Update Atmel Studio blob - use sane method to extract the extension's bundled Getting Started path, use VSCT to generate the menu items.
Dean Camera [Tue, 16 Apr 2013 18:39:27 +0000 (18:39 +0000)]
Refactor Atmel Studio binary blob internals to be more OO-like.
Dean Camera [Tue, 16 Apr 2013 17:03:18 +0000 (17:03 +0000)]
Fix broken Atmel Studio blob - ensure Help menu items are correctly generated.
Dean Camera [Mon, 15 Apr 2013 20:23:19 +0000 (20:23 +0000)]
Update Atmel Studio blob DLL; add links to LUFA related pages in the Help menu.
Dean Camera [Mon, 15 Apr 2013 17:55:15 +0000 (17:55 +0000)]
Add first-run information page to the Atmel Studio 6.1 extension.
Dean Camera [Sun, 14 Apr 2013 14:37:44 +0000 (14:37 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 14 Apr 2013 10:31:43 +0000 (10:31 +0000)]
Move XDK cache generation Python script into the VSIX related packing directory.
Dean Camera [Sun, 14 Apr 2013 10:23:59 +0000 (10:23 +0000)]
Restructure Atmel Studio integration files and transforms.
Dean Camera [Sun, 14 Apr 2013 08:48:55 +0000 (08:48 +0000)]
Reduce the amount of inlining of core Endpoint functions for XMEGA, to reduce the compiled code size (size/speed tradeoff).
Dean Camera [Sat, 13 Apr 2013 15:21:14 +0000 (15:21 +0000)]
Add Atmel Studio 6.1 binary blob.
Dean Camera [Thu, 11 Apr 2013 17:54:41 +0000 (17:54 +0000)]
Oops - fix function prototype attribute.
Dean Camera [Thu, 11 Apr 2013 17:39:00 +0000 (17:39 +0000)]
Add some missing function attributes.
Dean Camera [Thu, 11 Apr 2013 17:30:14 +0000 (17:30 +0000)]
Don't generate the full HTML documentation when only needing the XML version for post-processing.
Dean Camera [Wed, 10 Apr 2013 20:31:32 +0000 (20:31 +0000)]
Add maintenance makefile rule and XSLT transform to generate a unified header of all library functions for analysis purposes.
Dean Camera [Mon, 8 Apr 2013 19:35:00 +0000 (19:35 +0000)]
Improve bootloader compile error message text when building without the correct optimization level.
Dean Camera [Mon, 8 Apr 2013 19:31:13 +0000 (19:31 +0000)]
Add module help links and descriptions for boards inside Atmel Studio.
Dean Camera [Mon, 8 Apr 2013 19:29:26 +0000 (19:29 +0000)]
Fix typos in the Arduino Leonardo board drivers.
Dean Camera [Mon, 8 Apr 2013 18:59:25 +0000 (18:59 +0000)]
Update AS integration scripts and transforms - extract out the module description from the Doxygen XML output for the GUI.
Dean Camera [Mon, 8 Apr 2013 18:15:09 +0000 (18:15 +0000)]
Clean repository before packaging into VSIX extensions.
Dean Camera [Sat, 6 Apr 2013 22:08:52 +0000 (22:08 +0000)]
Tweak the VSIX output names to indicate if it is a release or testing version.
Dean Camera [Sat, 6 Apr 2013 22:07:54 +0000 (22:07 +0000)]
Added new CONCAT() and CONCAT_EXPANDED() convenience macros.
Dean Camera [Sat, 6 Apr 2013 21:21:13 +0000 (21:21 +0000)]
Update VSIX package generator; allow all newer test builds to be installed over the top of each other without first uninstalling the existing one, but allow all releases to supersede test builds.
Dean Camera [Sat, 6 Apr 2013 19:42:46 +0000 (19:42 +0000)]
Clean up bootloader project ASF integration code.
Dean Camera [Sat, 6 Apr 2013 14:41:40 +0000 (14:41 +0000)]
Add bootloader projects for Atmel Studio 6.1 (requires latest AS6.1 trunk).
Dean Camera [Sat, 6 Apr 2013 14:34:57 +0000 (14:34 +0000)]
Add checks to the bootloaders so that they will give a user-friendly compile error if not compiled with size optimizations.
Dean Camera [Thu, 4 Apr 2013 20:29:40 +0000 (20:29 +0000)]
Minor documentation improvements.
Dean Camera [Thu, 4 Apr 2013 20:02:52 +0000 (20:02 +0000)]
Automatically exit the printer class bootloader and start the application when the end of the HEX file is reached (thanks to Hans Schou).
Dean Camera [Mon, 1 Apr 2013 07:39:53 +0000 (07:39 +0000)]
Add explicit requirements for the AppConfig.h headers in the various project asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
Dean Camera [Sun, 31 Mar 2013 14:15:03 +0000 (14:15 +0000)]
Minor clean up of the Mass Storage bootloader.
Dean Camera [Sun, 31 Mar 2013 10:28:51 +0000 (10:28 +0000)]
Add experimental warnings to the XMEGA and UC3 architectures when used in Atmel Studio 6.1.
Dean Camera [Sun, 31 Mar 2013 09:37:30 +0000 (09:37 +0000)]
Add ATTR_NEVER_INLINE attribute. Add EEPROM byte read/write proxy functions to the Mass Storage bootloader to prevent link errors due to linker relaxations.
Dean Camera [Sat, 30 Mar 2013 17:16:29 +0000 (17:16 +0000)]
Add EEPROM read/write support to the Mass Storage class bootloader.
Dean Camera [Sat, 30 Mar 2013 15:13:42 +0000 (15:13 +0000)]
Clean up the VirtualFAT implementation.
Dean Camera [Fri, 29 Mar 2013 13:14:07 +0000 (13:14 +0000)]
Minor cleanup of the Mass Storage bootloader VirtualFAT code.
Dean Camera [Fri, 29 Mar 2013 10:40:40 +0000 (10:40 +0000)]
Oops - ensure the SCSI transfer length is correct in the Mass Storage bootloader.
Dean Camera [Fri, 29 Mar 2013 10:29:11 +0000 (10:29 +0000)]
Minor documentation improvements.
Dean Camera [Fri, 29 Mar 2013 10:23:09 +0000 (10:23 +0000)]
Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled bootloader size. Linux appears to replace files with a cluster offset on the disk rather than re-using the same disk clusters (unlike Windows) so the file offset needs to be tracked and compensated for.
Dean Camera [Thu, 28 Mar 2013 14:59:32 +0000 (14:59 +0000)]
Minor documentation improvements.
Dean Camera [Thu, 28 Mar 2013 14:59:19 +0000 (14:59 +0000)]
Added additional MIDI command definitions to the MIDI class driver (thanks to Daniel Dreibrodt).
Dean Camera [Thu, 28 Mar 2013 09:30:37 +0000 (09:30 +0000)]
Add BIN build system target information to the documentation.
Dean Camera [Wed, 27 Mar 2013 18:55:30 +0000 (18:55 +0000)]
Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes).
Dean Camera [Tue, 26 Mar 2013 18:59:45 +0000 (18:59 +0000)]
Minor documentation improvements.
Dean Camera [Mon, 25 Mar 2013 21:09:55 +0000 (21:09 +0000)]
Clean up the Mass Storage bootloader virtual FAT directory entry definitions.
Dean Camera [Mon, 25 Mar 2013 20:58:33 +0000 (20:58 +0000)]
Add Long File Name (VFAT) entry to the Mass Storage class bootloader, so that systems such as Linux that load a VFAT filesystem driver instead of the legacy MSDOS filesystem do not corrupt the volume by trying to write a LFN entry.
Dean Camera [Sat, 23 Mar 2013 21:53:56 +0000 (21:53 +0000)]
Fix incorrect Interrupt disable function for the XMEGA architecture (thanks to Simon Küppers).
Dean Camera [Sat, 23 Mar 2013 12:01:25 +0000 (12:01 +0000)]
Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael).
Dean Camera [Fri, 22 Mar 2013 23:24:02 +0000 (23:24 +0000)]
Add known-issues documentation section to the various LUFA bootloaders.
Dean Camera [Wed, 20 Mar 2013 20:03:00 +0000 (20:03 +0000)]
Add smaller AVR8 targets to the Mass Storage bootloader target list in the Bootloader build test.
Dean Camera [Wed, 20 Mar 2013 19:56:35 +0000 (19:56 +0000)]
Fix broken core library Doxygen version number makefile macro.
Dean Camera [Wed, 20 Mar 2013 19:08:54 +0000 (19:08 +0000)]
Make the Mass Storage bootloader compatible with the original (green) XPLAIN boards.
Dean Camera [Wed, 20 Mar 2013 19:02:29 +0000 (19:02 +0000)]
Significantly reduce the size of the Mass Storage class bootloader, by removing dependencies on large LUFA internal functions.