pub/USBasp.git
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.

12 years agoWhitespace fixes in the LUFA configuration files.
Dean Camera [Tue, 29 Jan 2013 19:59:52 +0000 (19:59 +0000)]
Whitespace fixes in the LUFA configuration files.

12 years agoMinor documentation improvements.
Dean Camera [Tue, 29 Jan 2013 19:40:30 +0000 (19:40 +0000)]
Minor documentation improvements.

12 years agoSuppress unused function parameter warnings in the USB driver.
Dean Camera [Sun, 27 Jan 2013 19:48:29 +0000 (19:48 +0000)]
Suppress unused function parameter warnings in the USB driver.

12 years agoFix broken XMEGA USB support.
Dean Camera [Sun, 27 Jan 2013 19:35:40 +0000 (19:35 +0000)]
Fix broken XMEGA USB support.

12 years agoFix typos in the new board hardware information header files.
Dean Camera [Sun, 27 Jan 2013 16:09:27 +0000 (16:09 +0000)]
Fix typos in the new board hardware information header files.

12 years agoUpdate Programmers Notepad project file to ensure it is current.
Dean Camera [Sun, 27 Jan 2013 15:57:53 +0000 (15:57 +0000)]
Update Programmers Notepad project file to ensure it is current.

12 years agoUpdate Atmel Studio core board templates to use different templates for each driver...
Dean Camera [Sun, 27 Jan 2013 15:48:09 +0000 (15:48 +0000)]
Update Atmel Studio core board templates to use different templates for each driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers.

12 years agoFix typo in the board hardware info dispatch driver header file.
Dean Camera [Sun, 27 Jan 2013 15:40:07 +0000 (15:40 +0000)]
Fix typo in the board hardware info dispatch driver header file.

12 years agoAdd code template for the new board hardware information driver.
Dean Camera [Sun, 27 Jan 2013 15:28:17 +0000 (15:28 +0000)]
Add code template for the new board hardware information driver.

12 years agoAdded new Board Hardware Information board driver.
Dean Camera [Sun, 27 Jan 2013 15:27:02 +0000 (15:27 +0000)]
Added new Board Hardware Information board driver.

12 years agoFixed incorrectly issuing STALL response to unsupported control request SETUP packets...
Dean Camera [Sun, 27 Jan 2013 13:07:48 +0000 (13:07 +0000)]
Fixed incorrectly issuing STALL response to unsupported control request SETUP packets, rather than in the data/status stage.

12 years agoFix missing references to the ANSI terminal driver codes in the USART peripheral...
Dean Camera [Sun, 27 Jan 2013 12:00:04 +0000 (12:00 +0000)]
Fix missing references to the ANSI terminal driver codes in the USART peripheral driver module.

12 years agoFix device support typo preventing the XMEGA A3BU from being allowed as a device...
Dean Camera [Sat, 26 Jan 2013 14:56:41 +0000 (14:56 +0000)]
Fix device support typo preventing the XMEGA A3BU from being allowed as a device target in the Atmel Studio extension.

12 years agoUpgrade Doxygen configuration files to the latest version.
Dean Camera [Sun, 20 Jan 2013 13:58:53 +0000 (13:58 +0000)]
Upgrade Doxygen configuration files to the latest version.

12 years agoFix incorrect URLs for the Stange-ISP board.
Dean Camera [Sat, 19 Jan 2013 23:09:20 +0000 (23:09 +0000)]
Fix incorrect URLs for the Stange-ISP board.

12 years agoFix typo in the Host RNDISEthernet low level demo.
Dean Camera [Sat, 19 Jan 2013 17:05:10 +0000 (17:05 +0000)]
Fix typo in the Host RNDISEthernet low level demo.

12 years agoAdd support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).
Dean Camera [Sat, 19 Jan 2013 17:04:32 +0000 (17:04 +0000)]
Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).

12 years agoSwitch extension inner archive to store compression mode and switch outer VSIX archiv...
Dean Camera [Sat, 19 Jan 2013 10:04:10 +0000 (10:04 +0000)]
Switch extension inner archive to store compression mode and switch outer VSIX archive to maximum compression, to improve project generation speed within Atmel Studio.

12 years agoClean up VSIX generation scripts.
Dean Camera [Thu, 17 Jan 2013 20:07:19 +0000 (20:07 +0000)]
Clean up VSIX generation scripts.

12 years agoFix oops - forgot to save changelog after previous update.
Dean Camera [Tue, 15 Jan 2013 19:41:59 +0000 (19:41 +0000)]
Fix oops - forgot to save changelog after previous update.

12 years agoFixed bug in the TWI peripheral driver for the AVR8 devices causing incorrect failure...
Dean Camera [Tue, 15 Jan 2013 19:34:35 +0000 (19:34 +0000)]
Fixed bug in the TWI peripheral driver for the AVR8 devices causing incorrect failure codes to be returned in some cases (thanks to Peter K).

12 years agoCode style fixes to the AVRISP-MKII Clone programmer project.
Dean Camera [Mon, 14 Jan 2013 20:57:04 +0000 (20:57 +0000)]
Code style fixes to the AVRISP-MKII Clone programmer project.

12 years agoOffline help is currently ignored in AS6 extensions - reduce extension size by omitti...
Dean Camera [Sun, 13 Jan 2013 18:22:05 +0000 (18:22 +0000)]
Offline help is currently ignored in AS6 extensions - reduce extension size by omitting it from the generated extension VSIX.

12 years agoUpdated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved...
Dean Camera [Sun, 13 Jan 2013 12:46:23 +0000 (12:46 +0000)]
Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is saved in EEPROM (thanks to Gerhard Wesser).

12 years agoMove out dummy board module and add strong-references to it in each project, so that...
Dean Camera [Sat, 12 Jan 2013 22:23:58 +0000 (22:23 +0000)]
Move out dummy board module and add strong-references to it in each project, so that the correct project caption is generated inside Atmel Studio.

12 years agoAdd Atmel Studio keywords to all project XML files.
Dean Camera [Sat, 12 Jan 2013 16:54:26 +0000 (16:54 +0000)]
Add Atmel Studio keywords to all project XML files.

12 years agoEnsure the demo and project main text files are distributed in Atmel Studio projects.
Dean Camera [Fri, 11 Jan 2013 23:35:17 +0000 (23:35 +0000)]
Ensure the demo and project main text files are distributed in Atmel Studio projects.

12 years agoCheck referenced distribute build files in the project XML files, as well as C source...
Dean Camera [Fri, 11 Jan 2013 23:10:25 +0000 (23:10 +0000)]
Check referenced distribute build files in the project XML files, as well as C source and header files.

12 years agoAlter VSIX build script to verify all referenced filenames in all modules and project...
Dean Camera [Fri, 11 Jan 2013 22:43:17 +0000 (22:43 +0000)]
Alter VSIX build script to verify all referenced filenames in all modules and projects, rather than just the core modules. Fix discovered errors in the project XML files.

12 years agoFix mistakes in the board XML module file paths.
Dean Camera [Fri, 11 Jan 2013 22:10:59 +0000 (22:10 +0000)]
Fix mistakes in the board XML module file paths.

12 years agoAdd board definitions to the pseudo-board selector module in the Atmel Studio integra...
Dean Camera [Fri, 11 Jan 2013 22:05:12 +0000 (22:05 +0000)]
Add board definitions to the pseudo-board selector module in the Atmel Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching.

12 years agoUpdate and add missing Atmel Studio project description XML files.
Dean Camera [Thu, 10 Jan 2013 21:09:53 +0000 (21:09 +0000)]
Update and add missing Atmel Studio project description XML files.

12 years agoFix invalid module IDs and update VSIX packing script to ensure the database cache...
Dean Camera [Thu, 10 Jan 2013 20:14:38 +0000 (20:14 +0000)]
Fix invalid module IDs and update VSIX packing script to ensure the database cache files are always updated.

12 years agoAdd and update more Atmel Studio project description XML files.
Dean Camera [Thu, 10 Jan 2013 20:08:31 +0000 (20:08 +0000)]
Add and update more Atmel Studio project description XML files.

12 years agoEnsure the VSIX Python script aborts if the ASF project generator is missing.
Dean Camera [Wed, 9 Jan 2013 20:42:14 +0000 (20:42 +0000)]
Ensure the VSIX Python script aborts if the ASF project generator is missing.

12 years agoMake sure the INF driver file is distributed in Atmel Studio projects that require...
Dean Camera [Wed, 9 Jan 2013 20:26:34 +0000 (20:26 +0000)]
Make sure the INF driver file is distributed in Atmel Studio projects that require them.

12 years agoAdd class driver host mode demo ASF module XML files.
Dean Camera [Wed, 9 Jan 2013 19:46:36 +0000 (19:46 +0000)]
Add class driver host mode demo ASF module XML files.

12 years agoClean up VSIX generation scripts.
Dean Camera [Wed, 9 Jan 2013 19:01:28 +0000 (19:01 +0000)]
Clean up VSIX generation scripts.

12 years agoAdd Python script and update VSIX generator rules to pre-generate the Atmel Studio...
Dean Camera [Tue, 8 Jan 2013 20:35:27 +0000 (20:35 +0000)]
Add Python script and update VSIX generator rules to pre-generate the Atmel Studio cache files required to make the extension visible.

12 years agoFix incorrect module ID in the RNDIS device demo ASF.xml file.
Dean Camera [Tue, 8 Jan 2013 20:30:52 +0000 (20:30 +0000)]
Fix incorrect module ID in the RNDIS device demo ASF.xml file.

12 years agoAdd FDK project descriptions for the class driver Device mode examples.
Dean Camera [Tue, 8 Jan 2013 19:35:43 +0000 (19:35 +0000)]
Add FDK project descriptions for the class driver Device mode examples.

12 years agoAdd ASF provider manifest file and adjust VSIX packing to compress the library contents.
Dean Camera [Mon, 7 Jan 2013 20:39:25 +0000 (20:39 +0000)]
Add ASF provider manifest file and adjust VSIX packing to compress the library contents.

12 years agoAdd device and host mode template projects.
Dean Camera [Mon, 7 Jan 2013 16:27:33 +0000 (16:27 +0000)]
Add device and host mode template projects.

12 years agoFix up broken Studio pseudo-board configuration module, add missing USB driver files.
Dean Camera [Mon, 7 Jan 2013 16:27:17 +0000 (16:27 +0000)]
Fix up broken Studio pseudo-board configuration module, add missing USB driver files.

12 years agoNo Studio UI to switch boards yet, so make a dummy board that is used by all projects...
Dean Camera [Mon, 7 Jan 2013 16:05:21 +0000 (16:05 +0000)]
No Studio UI to switch boards yet, so make a dummy board that is used by all projects, and have a Select-By-Config module select the actual board drivers.

12 years agoMinor clean up of maintenance and integrations scripts.
Dean Camera [Sun, 6 Jan 2013 19:47:30 +0000 (19:47 +0000)]
Minor clean up of maintenance and integrations scripts.

12 years agoMinor documentation improvements.
Dean Camera [Sun, 6 Jan 2013 13:41:23 +0000 (13:41 +0000)]
Minor documentation improvements.

12 years agoUse nicer LUFA documentation links in the VSIX extension, rather than direct FourWall...
Dean Camera [Sun, 6 Jan 2013 13:41:03 +0000 (13:41 +0000)]
Use nicer LUFA documentation links in the VSIX extension, rather than direct FourWalledCubicle links.

12 years agoAdd licence to VSIX extension.
Dean Camera [Sat, 5 Jan 2013 16:07:09 +0000 (16:07 +0000)]
Add licence to VSIX extension.

12 years agoFixed incorrect ordering of the linker options in the build system causing link failu...
Dean Camera [Sat, 5 Jan 2013 15:45:27 +0000 (15:45 +0000)]
Fixed incorrect ordering of the linker options in the build system causing link failures in some cases.

12 years agoMake VSIX packing quiet, increase compression to the maximum level allowed.
Dean Camera [Sat, 5 Jan 2013 14:01:01 +0000 (14:01 +0000)]
Make VSIX packing quiet, increase compression to the maximum level allowed.

12 years agoFix up invalid device configurations in the BootloaderTest build test.
Dean Camera [Sat, 5 Jan 2013 13:55:16 +0000 (13:55 +0000)]
Fix up invalid device configurations in the BootloaderTest build test.

12 years agoMinor documentation improvements.
Dean Camera [Sat, 5 Jan 2013 13:28:14 +0000 (13:28 +0000)]
Minor documentation improvements.

12 years agoAdd transform to update the VSIX extension version automatically when built.
Dean Camera [Sat, 5 Jan 2013 13:11:49 +0000 (13:11 +0000)]
Add transform to update the VSIX extension version automatically when built.

12 years agoAdd Atmel Studio Extension (VSIX) packaging files and scripts.
Dean Camera [Sat, 5 Jan 2013 11:18:49 +0000 (11:18 +0000)]
Add Atmel Studio Extension (VSIX) packaging files and scripts.

12 years agoMove out Studio Integration XML transform files to their own directory for neatness.
Dean Camera [Thu, 3 Jan 2013 16:16:45 +0000 (16:16 +0000)]
Move out Studio Integration XML transform files to their own directory for neatness.

12 years agoUpdate Studio Integration XML transform files to add top-level descriptions for each...
Dean Camera [Thu, 3 Jan 2013 16:08:44 +0000 (16:08 +0000)]
Update Studio Integration XML transform files to add top-level descriptions for each transform. Update module transform to remove spacing between modules in the generated document and to remove the unused doxygen-entry-point nodes once they have been converted into online and offline documentation nodes.

12 years agoEnsure that the core USB driver source filenames are not duplicated in the LUFA_SRC_U...
Dean Camera [Thu, 3 Jan 2013 14:09:26 +0000 (14:09 +0000)]
Ensure that the core USB driver source filenames are not duplicated in the LUFA_SRC_USB makefile variable of the LUFA sources build module, so that parallel builds still work.

12 years agoSplit up USB source files in lufa_sources.mk build system module so that applications...
Dean Camera [Thu, 3 Jan 2013 13:44:00 +0000 (13:44 +0000)]
Split up USB source files in lufa_sources.mk build system module so that applications can pull in mode-specific USB support rather than having to compile all files even if it is known they will not be used.

12 years agoMinor documentation improvements.
Dean Camera [Thu, 3 Jan 2013 12:11:02 +0000 (12:11 +0000)]
Minor documentation improvements.

12 years agoAdd missing include to the USB driver core mode header file.
Dean Camera [Thu, 3 Jan 2013 12:07:16 +0000 (12:07 +0000)]
Add missing include to the USB driver core mode header file.

12 years agoUpdate maintenence validation target to also generate Atmel Studio integration files.
Dean Camera [Thu, 3 Jan 2013 11:42:25 +0000 (11:42 +0000)]
Update maintenence validation target to also generate Atmel Studio integration files.

12 years agoUpdate copyright year to 2013.
Dean Camera [Thu, 3 Jan 2013 11:37:33 +0000 (11:37 +0000)]
Update copyright year to 2013.

12 years agoUpgrade Doxygen configuration files to the latest Doxygen version.
Dean Camera [Thu, 3 Jan 2013 11:32:19 +0000 (11:32 +0000)]
Upgrade Doxygen configuration files to the latest Doxygen version.

12 years agoRemove unsupported devices from the BootloaderTest build test.
Dean Camera [Thu, 3 Jan 2013 11:30:57 +0000 (11:30 +0000)]
Remove unsupported devices from the BootloaderTest build test.

12 years agoFixed hardware race condition that could cause failed device enumerations for AVR8...
Dean Camera [Thu, 3 Jan 2013 10:53:47 +0000 (10:53 +0000)]
Fixed hardware race condition that could cause failed device enumerations for AVR8 and UC3 architectures (thanks to Mike Beyhs).

Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen).

Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).

12 years agoRemove support for devices that were not put into production.
Dean Camera [Thu, 3 Jan 2013 10:49:44 +0000 (10:49 +0000)]
Remove support for devices that were not put into production.

12 years agoAdd Atmel Studio integration files.
Dean Camera [Thu, 3 Jan 2013 10:40:35 +0000 (10:40 +0000)]
Add Atmel Studio integration files.

12 years agoMinor typo corrections.
Dean Camera [Wed, 2 Jan 2013 19:31:08 +0000 (19:31 +0000)]
Minor typo corrections.

12 years agoMinor documentation improvements.
Dean Camera [Mon, 12 Nov 2012 18:45:59 +0000 (18:45 +0000)]
Minor documentation improvements.

12 years agoRemove dependency on the "bc" command line calculator tool in the bootloaders to...
Dean Camera [Sat, 10 Nov 2012 16:47:04 +0000 (16:47 +0000)]
Remove dependency on the "bc" command line calculator tool in the bootloaders to make compiling on Windows easier with only MinGW.

12 years agoMake "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool to be...
Dean Camera [Sun, 28 Oct 2012 13:56:14 +0000 (13:56 +0000)]
Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool to be more semantically correct, since it is bitwise ORed to obtain a byte address in the AVR's flash memory.

12 years agoAdd troubleshooting page to the build system section of the documentation.
Dean Camera [Sun, 28 Oct 2012 13:53:55 +0000 (13:53 +0000)]
Add troubleshooting page to the build system section of the documentation.