pub/USBasp.git
12 years agoUpdate AS integration scripts and transforms - extract out the module description...
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.

12 years agoClean repository before packaging into VSIX extensions.
Dean Camera [Mon, 8 Apr 2013 18:15:09 +0000 (18:15 +0000)]
Clean repository before packaging into VSIX extensions.

12 years agoTweak the VSIX output names to indicate if it is a release or testing version.
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.

12 years agoAdded new CONCAT() and CONCAT_EXPANDED() convenience macros.
Dean Camera [Sat, 6 Apr 2013 22:07:54 +0000 (22:07 +0000)]
Added new CONCAT() and CONCAT_EXPANDED() convenience macros.

12 years agoUpdate VSIX package generator; allow all newer test builds to be installed over the...
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.

12 years agoClean up bootloader project ASF integration code.
Dean Camera [Sat, 6 Apr 2013 19:42:46 +0000 (19:42 +0000)]
Clean up bootloader project ASF integration code.

12 years agoAdd bootloader projects for Atmel Studio 6.1 (requires latest AS6.1 trunk).
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).

12 years agoAdd checks to the bootloaders so that they will give a user-friendly compile error...
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.

12 years agoMinor documentation improvements.
Dean Camera [Thu, 4 Apr 2013 20:29:40 +0000 (20:29 +0000)]
Minor documentation improvements.

12 years agoAutomatically exit the printer class bootloader and start the application when the...
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).

12 years agoAdd explicit requirements for the AppConfig.h headers in the various project asf...
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.

12 years agoMinor clean up of the Mass Storage bootloader.
Dean Camera [Sun, 31 Mar 2013 14:15:03 +0000 (14:15 +0000)]
Minor clean up of the Mass Storage bootloader.

12 years agoAdd experimental warnings to the XMEGA and UC3 architectures when used in Atmel Studi...
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.

12 years agoAdd ATTR_NEVER_INLINE attribute. Add EEPROM byte read/write proxy functions to the...
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.

12 years agoAdd EEPROM read/write support to the Mass Storage class bootloader.
Dean Camera [Sat, 30 Mar 2013 17:16:29 +0000 (17:16 +0000)]
Add EEPROM read/write support to the Mass Storage class bootloader.

12 years agoClean up the VirtualFAT implementation.
Dean Camera [Sat, 30 Mar 2013 15:13:42 +0000 (15:13 +0000)]
Clean up the VirtualFAT implementation.

12 years agoMinor cleanup of the Mass Storage bootloader VirtualFAT code.
Dean Camera [Fri, 29 Mar 2013 13:14:07 +0000 (13:14 +0000)]
Minor cleanup of the Mass Storage bootloader VirtualFAT code.

12 years agoOops - ensure the SCSI transfer length is correct in the Mass Storage bootloader.
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.

12 years agoMinor documentation improvements.
Dean Camera [Fri, 29 Mar 2013 10:29:11 +0000 (10:29 +0000)]
Minor documentation improvements.

12 years agoUpdate Mass Storage bootloader for Linux compatibility, and to reduce the compiled...
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.

12 years agoMinor documentation improvements.
Dean Camera [Thu, 28 Mar 2013 14:59:32 +0000 (14:59 +0000)]
Minor documentation improvements.

12 years agoAdded additional MIDI command definitions to the MIDI class driver (thanks to Daniel...
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).

12 years agoAdd BIN build system target information to the documentation.
Dean Camera [Thu, 28 Mar 2013 09:30:37 +0000 (09:30 +0000)]
Add BIN build system target information to the documentation.

12 years agoFixed race condition in the DFU class bootloader causing failed device reprogramming...
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).

12 years agoMinor documentation improvements.
Dean Camera [Tue, 26 Mar 2013 18:59:45 +0000 (18:59 +0000)]
Minor documentation improvements.

12 years agoClean up the Mass Storage bootloader virtual FAT directory entry definitions.
Dean Camera [Mon, 25 Mar 2013 21:09:55 +0000 (21:09 +0000)]
Clean up the Mass Storage bootloader virtual FAT directory entry definitions.

12 years agoAdd Long File Name (VFAT) entry to the Mass Storage class bootloader, so that systems...
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.

12 years agoFix incorrect Interrupt disable function for the XMEGA architecture (thanks to Simon...
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).

12 years agoFixed Low Speed USB devices broken when using the library HID Class driver (thanks...
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).

12 years agoAdd known-issues documentation section to the various LUFA bootloaders.
Dean Camera [Fri, 22 Mar 2013 23:24:02 +0000 (23:24 +0000)]
Add known-issues documentation section to the various LUFA bootloaders.

12 years agoAdd smaller AVR8 targets to the Mass Storage bootloader target list in the Bootloader...
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.

12 years agoFix broken core library Doxygen version number makefile macro.
Dean Camera [Wed, 20 Mar 2013 19:56:35 +0000 (19:56 +0000)]
Fix broken core library Doxygen version number makefile macro.

12 years agoMake the Mass Storage bootloader compatible with the original (green) XPLAIN boards.
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.

12 years agoSignificantly reduce the size of the Mass Storage class bootloader, by removing depen...
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.

12 years agoFix corrupted disassembly listing (LSS) files due to linker relaxations; pass -mrelax...
Dean Camera [Wed, 20 Mar 2013 17:50:56 +0000 (17:50 +0000)]
Fix corrupted disassembly listing (LSS) files due to linker relaxations; pass -mrelax to the compiler to make it aware of, and able to compensate for, linker relaxations.

12 years agoMinor documentation improvements.
Dean Camera [Tue, 19 Mar 2013 17:03:31 +0000 (17:03 +0000)]
Minor documentation improvements.

12 years agoMake Mass Storage bootloader makefile variable naming consistent.
Dean Camera [Mon, 18 Mar 2013 19:25:36 +0000 (19:25 +0000)]
Make Mass Storage bootloader makefile variable naming consistent.

12 years agoMinor documentation improvements.
Dean Camera [Mon, 18 Mar 2013 19:24:55 +0000 (19:24 +0000)]
Minor documentation improvements.

12 years agoSpeed up Mass Storage bootloader by turning off the internal clock divider, as there...
Dean Camera [Mon, 18 Mar 2013 17:27:18 +0000 (17:27 +0000)]
Speed up Mass Storage bootloader by turning off the internal clock divider, as there is enough FLASH space to do so.

12 years agoEnsure bootloader makefile calculation functions are uniform across all bootloaders.
Dean Camera [Mon, 18 Mar 2013 17:21:02 +0000 (17:21 +0000)]
Ensure bootloader makefile calculation functions are uniform across all bootloaders.

12 years agoUpdate Mass Storage bootloader so that it can support devices with only 4KB bootloade...
Dean Camera [Mon, 18 Mar 2013 17:18:11 +0000 (17:18 +0000)]
Update Mass Storage bootloader so that it can support devices with only 4KB bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code.

12 years agoMinor documentation improvements.
Dean Camera [Mon, 18 Mar 2013 17:04:33 +0000 (17:04 +0000)]
Minor documentation improvements.

12 years agoTweak the LUFA config for the Mass Storage class bootloader to reduce the compiled...
Dean Camera [Sun, 17 Mar 2013 16:37:00 +0000 (16:37 +0000)]
Tweak the LUFA config for the Mass Storage class bootloader to reduce the compiled size slightly by removing unused features.

12 years agoMinor documentation improvements.
Dean Camera [Sun, 17 Mar 2013 16:34:33 +0000 (16:34 +0000)]
Minor documentation improvements.

12 years agoFixed incorrect HID report descriptor generated for 16-bit axis ranges by the HID_DES...
Dean Camera [Sun, 17 Mar 2013 13:52:12 +0000 (13:52 +0000)]
Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() macros (thanks to Guillaume Germaine)

12 years agoEnable C++ compatibility check warnings in the ModuleTest build test.
Dean Camera [Thu, 14 Mar 2013 21:09:14 +0000 (21:09 +0000)]
Enable C++ compatibility check warnings in the ModuleTest build test.

12 years agoMinor documentation improvements.
Dean Camera [Thu, 14 Mar 2013 21:08:53 +0000 (21:08 +0000)]
Minor documentation improvements.

12 years agoSmall size improvement in the Printer and Mass Storage class bootloaders.
Dean Camera [Wed, 13 Mar 2013 21:19:31 +0000 (21:19 +0000)]
Small size improvement in the Printer and Mass Storage class bootloaders.

12 years agoFix invalid definition of STDOUT_ASSERT().
Dean Camera [Wed, 13 Mar 2013 21:18:53 +0000 (21:18 +0000)]
Fix invalid definition of STDOUT_ASSERT().

12 years agoFix "grep: Version.h: No such file or directory" error when including the core LUFA...
Dean Camera [Tue, 12 Mar 2013 16:53:16 +0000 (16:53 +0000)]
Fix "grep: Version.h: No such file or directory" error when including the core LUFA library makefile in a legacy makefile.

12 years agoAdd missing module dependency to the USBtoSerial project. Minor documentation correct...
Dean Camera [Tue, 12 Mar 2013 15:17:53 +0000 (15:17 +0000)]
Add missing module dependency to the USBtoSerial project. Minor documentation corrections.

12 years agoMinor documentation improvements.
Dean Camera [Sun, 10 Mar 2013 20:25:26 +0000 (20:25 +0000)]
Minor documentation improvements.

12 years agoFix off-by-one error in the Mass Storage bootloader file size, add missing Volume...
Dean Camera [Sun, 10 Mar 2013 19:53:48 +0000 (19:53 +0000)]
Fix off-by-one error in the Mass Storage bootloader file size, add missing Volume Label directory entry. Remove incorrect reference to "printer" in the bootloader documentation.

12 years agoEnable Mass Storage bootloader builds in the BootloaderTest build test.
Dean Camera [Sun, 10 Mar 2013 09:42:12 +0000 (09:42 +0000)]
Enable Mass Storage bootloader builds in the BootloaderTest build test.

12 years agoMove out the Mass Storage class bootloader to the main Bootloader directory now that...
Dean Camera [Sun, 10 Mar 2013 09:35:43 +0000 (09:35 +0000)]
Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.

12 years agoFix Printer bootloader top level documentation.
Dean Camera [Sun, 10 Mar 2013 09:34:28 +0000 (09:34 +0000)]
Fix Printer bootloader top level documentation.

12 years agoRemove compiled BIN files when running "make clean" with the BUILD build system module.
Dean Camera [Sun, 10 Mar 2013 09:34:13 +0000 (09:34 +0000)]
Remove compiled BIN files when running "make clean" with the BUILD build system module.

12 years agoAdd top level documentation to the Mass Storage class bootloader.
Dean Camera [Sun, 10 Mar 2013 09:32:03 +0000 (09:32 +0000)]
Add top level documentation to the Mass Storage class bootloader.

12 years agoOops - fix broken FAT_DATE() and FAT_TIME() macros.
Dean Camera [Sun, 10 Mar 2013 09:21:57 +0000 (09:21 +0000)]
Oops - fix broken FAT_DATE() and FAT_TIME() macros.

12 years agoAdd documentation to the incomplete Mass Storage class bootloader, update the virtual...
Dean Camera [Sun, 10 Mar 2013 09:20:55 +0000 (09:20 +0000)]
Add documentation to the incomplete Mass Storage class bootloader, update the virtual FAT file entry so that the bootloader section is omitted (not user readable/writable). Fix some minor documentation errors in the Printer class bootloader.

12 years agoMinor optimizations and corrections to the incomplete Mass Storage class bootloader.
Dean Camera [Sun, 10 Mar 2013 08:38:47 +0000 (08:38 +0000)]
Minor optimizations and corrections to the incomplete Mass Storage class bootloader.

12 years agoUpdate Bootloader buld test to generate bootloaders using the new Printer class bootl...
Dean Camera [Sat, 9 Mar 2013 11:11:05 +0000 (11:11 +0000)]
Update Bootloader buld test to generate bootloaders using the new Printer class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration.

12 years agoAdd dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling routines...
Dean Camera [Sat, 9 Mar 2013 10:59:53 +0000 (10:59 +0000)]
Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.

12 years agoAdd LED flashing to the incomplete Mass Storage class bootloader. Clean up virtual...
Dean Camera [Sat, 9 Mar 2013 10:51:19 +0000 (10:51 +0000)]
Add LED flashing to the incomplete Mass Storage class bootloader. Clean up virtual FAT implementation.

12 years agoUpdate BUILD build system module to produce BIN files as well as HEX.
Dean Camera [Sat, 9 Mar 2013 10:37:12 +0000 (10:37 +0000)]
Update BUILD build system module to produce BIN files as well as HEX.

12 years agoAdd FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage...
Dean Camera [Sat, 9 Mar 2013 10:32:17 +0000 (10:32 +0000)]
Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage class bootloader.

12 years agoMake the VirtualFAT firmware file read from device flash when opened by the host...
Dean Camera [Sat, 9 Mar 2013 09:24:26 +0000 (09:24 +0000)]
Make the VirtualFAT firmware file read from device flash when opened by the host in the incomplete Mass Storage class bootloader.

12 years agoRemove debug code from the incomplete Mass Storage class bootloader, rename main...
Dean Camera [Sat, 9 Mar 2013 09:17:42 +0000 (09:17 +0000)]
Remove debug code from the incomplete Mass Storage class bootloader, rename main source files.

12 years agoUse real firmware file size in the VirtualFAT layer, clean up FAT12 chain update...
Dean Camera [Sat, 9 Mar 2013 09:13:44 +0000 (09:13 +0000)]
Use real firmware file size in the VirtualFAT layer, clean up FAT12 chain update function.

12 years agoFAT heuristics mean a disk as small as the one emulated in the incomplete Mass Storag...
Dean Camera [Sat, 9 Mar 2013 08:48:00 +0000 (08:48 +0000)]
FAT heuristics mean a disk as small as the one emulated in the incomplete Mass Storage bootloader *must* be FAT12, not FAT16. Update to use a FAT12 cluster chain.

12 years agoFix off-by-one in the VirtualFAT cluster chain generator.
Dean Camera [Sat, 9 Mar 2013 08:08:31 +0000 (08:08 +0000)]
Fix off-by-one in the VirtualFAT cluster chain generator.

12 years agoRefactor macros in the VirtualFAT implementation of the incomplete Mass Storage bootl...
Dean Camera [Sat, 9 Mar 2013 08:00:22 +0000 (08:00 +0000)]
Refactor macros in the VirtualFAT implementation of the incomplete Mass Storage bootloader.

12 years agoCorrections and debug channel in the Incomplete Mass Storage class bootloader.
Dean Camera [Sat, 9 Mar 2013 07:49:46 +0000 (07:49 +0000)]
Corrections and debug channel in the Incomplete Mass Storage class bootloader.

12 years agoAdd APIs to the incomplete Mass Storage bootloader.
Dean Camera [Fri, 8 Mar 2013 15:52:05 +0000 (15:52 +0000)]
Add APIs to the incomplete Mass Storage bootloader.

12 years agoAdd the start of a new Mass Storage class bootloader.
Dean Camera [Fri, 8 Mar 2013 15:50:12 +0000 (15:50 +0000)]
Add the start of a new Mass Storage class bootloader.

12 years agoMinor documentation fixes.
Dean Camera [Thu, 7 Mar 2013 17:55:59 +0000 (17:55 +0000)]
Minor documentation fixes.

12 years agoUse a temporary variable for the Printer bootloader HEX parser when combining the...
Dean Camera [Wed, 6 Mar 2013 19:48:27 +0000 (19:48 +0000)]
Use a temporary variable for the Printer bootloader HEX parser when combining the current and previous data tokens to form a data word, to simplify the code.

12 years agoFix incorrect HEX extended address parsing in the Printer class bootloader.
Dean Camera [Mon, 4 Mar 2013 17:44:41 +0000 (17:44 +0000)]
Fix incorrect HEX extended address parsing in the Printer class bootloader.

12 years agoFix incorrect Bootloader documentation.
Dean Camera [Mon, 4 Mar 2013 16:43:32 +0000 (16:43 +0000)]
Fix incorrect Bootloader documentation.

12 years agoAdd documentation to the Printer class bootloader, add LED flash when the bootloader...
Dean Camera [Sun, 3 Mar 2013 14:34:07 +0000 (14:34 +0000)]
Add documentation to the Printer class bootloader, add LED flash when the bootloader is active.

12 years agoAdd bootloader API functions to the Printer class bootloader.
Dean Camera [Sun, 3 Mar 2013 14:14:45 +0000 (14:14 +0000)]
Add bootloader API functions to the Printer class bootloader.

12 years agoAdd additional comments to the Printer class bootloader, fix incorrect VID/PID values.
Dean Camera [Sun, 3 Mar 2013 14:10:13 +0000 (14:10 +0000)]
Add additional comments to the Printer class bootloader, fix incorrect VID/PID values.

12 years agoAdd new Printer class USB bootloader.
Dean Camera [Sun, 3 Mar 2013 13:35:46 +0000 (13:35 +0000)]
Add new Printer class USB bootloader.

12 years agoReset version information now that the LUFA-130303 release has been tagged.
Dean Camera [Sun, 3 Mar 2013 10:57:45 +0000 (10:57 +0000)]
Reset version information now that the LUFA-130303 release has been tagged.

12 years agoCommit for the LUFA-130303 release.
Dean Camera [Sun, 3 Mar 2013 10:33:49 +0000 (10:33 +0000)]
Commit for the LUFA-130303 release.

12 years agoMinor documentation updates.
Dean Camera [Sun, 3 Mar 2013 10:27:35 +0000 (10:27 +0000)]
Minor documentation updates.

12 years agoClean up Studio Integration cache generation script. Re-indent integration VSIX XML...
Dean Camera [Fri, 1 Mar 2013 21:48:18 +0000 (21:48 +0000)]
Clean up Studio Integration cache generation script. Re-indent integration VSIX XML files.

12 years agoUse dedicated -mrelax linker option in the Atmel Studio integration toolchain configu...
Dean Camera [Fri, 1 Mar 2013 21:44:38 +0000 (21:44 +0000)]
Use dedicated -mrelax linker option in the Atmel Studio integration toolchain configurations, rather than a freeform linker switch.

12 years agoFixed incorrect output in the HIDReportViewer project when no device is connected...
Dean Camera [Thu, 28 Feb 2013 15:29:05 +0000 (15:29 +0000)]
Fixed incorrect output in the HIDReportViewer project when no device is connected (thanks to Pavel Kuzmin).

12 years agoUse a slightly less insane/redundant toolchain configuration from within Atmel Studio.
Dean Camera [Wed, 27 Feb 2013 22:10:22 +0000 (22:10 +0000)]
Use a slightly less insane/redundant toolchain configuration from within Atmel Studio.

12 years agoFixed potential NULL pointer dereference in the HID Host mode Class Driver (thanks...
Dean Camera [Wed, 27 Feb 2013 19:57:28 +0000 (19:57 +0000)]
Fixed potential NULL pointer dereference in the HID Host mode Class Driver (thanks to Pavel Kuzmin).

12 years agoFix incorrect memory space usage on the Device Descriptor in the device mode project...
Dean Camera [Tue, 26 Feb 2013 16:51:46 +0000 (16:51 +0000)]
Fix incorrect memory space usage on the Device Descriptor in the device mode project template.

12 years agoChanged all *_SendByte() function prototypes to accept a void pointer for the input...
Dean Camera [Sun, 24 Feb 2013 15:46:58 +0000 (15:46 +0000)]
Changed all *_SendByte() function prototypes to accept a void pointer for the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.

12 years agoFix swapped product IDs for the ATMEGA8U2 and AT90USB82 in the DFU class bootloader.
Dean Camera [Sun, 24 Feb 2013 14:17:46 +0000 (14:17 +0000)]
Fix swapped product IDs for the ATMEGA8U2 and AT90USB82 in the DFU class bootloader.

12 years agoFixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver.
Dean Camera [Tue, 19 Feb 2013 21:07:55 +0000 (21:07 +0000)]
Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver.

12 years agoUpdate author information.
Dean Camera [Sun, 17 Feb 2013 19:06:08 +0000 (19:06 +0000)]
Update author information.

12 years agoReset XMEGA NVM read command to the symbolic NO_OPERATION constant rather than a...
Dean Camera [Wed, 13 Feb 2013 19:50:30 +0000 (19:50 +0000)]
Reset XMEGA NVM read command to the symbolic NO_OPERATION constant rather than a hard-coded zero.

12 years agoRemove CPPCheck suppressions for unused functions, disable checking for them in the...
Dean Camera [Tue, 5 Feb 2013 20:57:49 +0000 (20:57 +0000)]
Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.

12 years agoUpdate extension XML format to match latest XDK schema.
Dean Camera [Sat, 2 Feb 2013 08:53:39 +0000 (08:53 +0000)]
Update extension XML format to match latest XDK schema.

12 years agoTweak Atmel Studio VSIX extension script output filename to contain the release version.
Dean Camera [Tue, 29 Jan 2013 21:20:12 +0000 (21:20 +0000)]
Tweak Atmel Studio VSIX extension script output filename to contain the release version.