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.
Dean Camera [Mon, 4 Mar 2013 17:44:41 +0000 (17:44 +0000)]
Fix incorrect HEX extended address parsing in the Printer class bootloader.
Dean Camera [Mon, 4 Mar 2013 16:43:32 +0000 (16:43 +0000)]
Fix incorrect Bootloader documentation.
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.
Dean Camera [Sun, 3 Mar 2013 14:14:45 +0000 (14:14 +0000)]
Add bootloader API functions to the Printer class bootloader.
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.
Dean Camera [Sun, 3 Mar 2013 13:35:46 +0000 (13:35 +0000)]
Add new Printer class USB bootloader.
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.
Dean Camera [Sun, 3 Mar 2013 10:33:49 +0000 (10:33 +0000)]
Commit for the LUFA-130303 release.
Dean Camera [Sun, 3 Mar 2013 10:27:35 +0000 (10:27 +0000)]
Minor documentation updates.
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.
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.
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).
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.
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).
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.
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.
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.
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.
Dean Camera [Sun, 17 Feb 2013 19:06:08 +0000 (19:06 +0000)]
Update author information.
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.
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.
Dean Camera [Sat, 2 Feb 2013 08:53:39 +0000 (08:53 +0000)]
Update extension XML format to match latest XDK schema.
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.
Dean Camera [Tue, 29 Jan 2013 19:59:52 +0000 (19:59 +0000)]
Whitespace fixes in the LUFA configuration files.
Dean Camera [Tue, 29 Jan 2013 19:40:30 +0000 (19:40 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 27 Jan 2013 19:48:29 +0000 (19:48 +0000)]
Suppress unused function parameter warnings in the USB driver.
Dean Camera [Sun, 27 Jan 2013 19:35:40 +0000 (19:35 +0000)]
Fix broken XMEGA USB support.
Dean Camera [Sun, 27 Jan 2013 16:09:27 +0000 (16:09 +0000)]
Fix typos in the new board hardware information header files.
Dean Camera [Sun, 27 Jan 2013 15:57:53 +0000 (15:57 +0000)]
Update Programmers Notepad project file to ensure it is current.
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.
Dean Camera [Sun, 27 Jan 2013 15:40:07 +0000 (15:40 +0000)]
Fix typo in the board hardware info dispatch driver header file.
Dean Camera [Sun, 27 Jan 2013 15:28:17 +0000 (15:28 +0000)]
Add code template for the new board hardware information driver.
Dean Camera [Sun, 27 Jan 2013 15:27:02 +0000 (15:27 +0000)]
Added new Board Hardware Information board driver.
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.
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.
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.
Dean Camera [Sun, 20 Jan 2013 13:58:53 +0000 (13:58 +0000)]
Upgrade Doxygen configuration files to the latest version.
Dean Camera [Sat, 19 Jan 2013 23:09:20 +0000 (23:09 +0000)]
Fix incorrect URLs for the Stange-ISP board.
Dean Camera [Sat, 19 Jan 2013 17:05:10 +0000 (17:05 +0000)]
Fix typo in the Host RNDISEthernet low level demo.
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).
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.
Dean Camera [Thu, 17 Jan 2013 20:07:19 +0000 (20:07 +0000)]
Clean up VSIX generation scripts.
Dean Camera [Tue, 15 Jan 2013 19:41:59 +0000 (19:41 +0000)]
Fix oops - forgot to save changelog after previous update.
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).
Dean Camera [Mon, 14 Jan 2013 20:57:04 +0000 (20:57 +0000)]
Code style fixes to the AVRISP-MKII Clone programmer project.
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.
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).
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.
Dean Camera [Sat, 12 Jan 2013 16:54:26 +0000 (16:54 +0000)]
Add Atmel Studio keywords to all project XML files.
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.
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.
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.
Dean Camera [Fri, 11 Jan 2013 22:10:59 +0000 (22:10 +0000)]
Fix mistakes in the board XML module file paths.
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.
Dean Camera [Thu, 10 Jan 2013 21:09:53 +0000 (21:09 +0000)]
Update and add missing Atmel Studio project description XML files.
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.
Dean Camera [Thu, 10 Jan 2013 20:08:31 +0000 (20:08 +0000)]
Add and update more Atmel Studio project description XML files.
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.
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.
Dean Camera [Wed, 9 Jan 2013 19:46:36 +0000 (19:46 +0000)]
Add class driver host mode demo ASF module XML files.
Dean Camera [Wed, 9 Jan 2013 19:01:28 +0000 (19:01 +0000)]
Clean up VSIX generation scripts.
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.
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.
Dean Camera [Tue, 8 Jan 2013 19:35:43 +0000 (19:35 +0000)]
Add FDK project descriptions for the class driver Device mode examples.
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.
Dean Camera [Mon, 7 Jan 2013 16:27:33 +0000 (16:27 +0000)]
Add device and host mode template projects.
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.
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.
Dean Camera [Sun, 6 Jan 2013 19:47:30 +0000 (19:47 +0000)]
Minor clean up of maintenance and integrations scripts.
Dean Camera [Sun, 6 Jan 2013 13:41:23 +0000 (13:41 +0000)]
Minor documentation improvements.
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.
Dean Camera [Sat, 5 Jan 2013 16:07:09 +0000 (16:07 +0000)]
Add licence to VSIX extension.
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.
Dean Camera [Sat, 5 Jan 2013 14:01:01 +0000 (14:01 +0000)]
Make VSIX packing quiet, increase compression to the maximum level allowed.
Dean Camera [Sat, 5 Jan 2013 13:55:16 +0000 (13:55 +0000)]
Fix up invalid device configurations in the BootloaderTest build test.
Dean Camera [Sat, 5 Jan 2013 13:28:14 +0000 (13:28 +0000)]
Minor documentation improvements.
Dean Camera [Sat, 5 Jan 2013 13:11:49 +0000 (13:11 +0000)]
Add transform to update the VSIX extension version automatically when built.
Dean Camera [Sat, 5 Jan 2013 11:18:49 +0000 (11:18 +0000)]
Add Atmel Studio Extension (VSIX) packaging files and scripts.
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.
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.
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.
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.
Dean Camera [Thu, 3 Jan 2013 12:11:02 +0000 (12:11 +0000)]
Minor documentation improvements.
Dean Camera [Thu, 3 Jan 2013 12:07:16 +0000 (12:07 +0000)]
Add missing include to the USB driver core mode header file.
Dean Camera [Thu, 3 Jan 2013 11:42:25 +0000 (11:42 +0000)]
Update maintenence validation target to also generate Atmel Studio integration files.
Dean Camera [Thu, 3 Jan 2013 11:37:33 +0000 (11:37 +0000)]
Update copyright year to 2013.
Dean Camera [Thu, 3 Jan 2013 11:32:19 +0000 (11:32 +0000)]
Upgrade Doxygen configuration files to the latest Doxygen version.
Dean Camera [Thu, 3 Jan 2013 11:30:57 +0000 (11:30 +0000)]
Remove unsupported devices from the BootloaderTest build test.
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).
Dean Camera [Thu, 3 Jan 2013 10:49:44 +0000 (10:49 +0000)]
Remove support for devices that were not put into production.
Dean Camera [Thu, 3 Jan 2013 10:40:35 +0000 (10:40 +0000)]
Add Atmel Studio integration files.
Dean Camera [Wed, 2 Jan 2013 19:31:08 +0000 (19:31 +0000)]
Minor typo corrections.
Dean Camera [Mon, 12 Nov 2012 18:45:59 +0000 (18:45 +0000)]
Minor documentation improvements.
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.
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.
Dean Camera [Sun, 28 Oct 2012 13:53:55 +0000 (13:53 +0000)]
Add troubleshooting page to the build system section of the documentation.
Dean Camera [Sat, 20 Oct 2012 11:31:24 +0000 (11:31 +0000)]
Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte).
Dean Camera [Sat, 20 Oct 2012 11:27:18 +0000 (11:27 +0000)]
Minor cleanup of the CDC bootloader.
Dean Camera [Sun, 14 Oct 2012 20:18:46 +0000 (20:18 +0000)]
Clean up unnecessary CPPCheck static analysis suppression comments, force Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.