Dean Camera [Mon, 18 Mar 2013 19:24:55 +0000 (19:24 +0000)]
Minor documentation improvements.
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.
Dean Camera [Mon, 18 Mar 2013 17:21:02 +0000 (17:21 +0000)]
Ensure bootloader makefile calculation functions are uniform across all bootloaders.
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.
Dean Camera [Mon, 18 Mar 2013 17:04:33 +0000 (17:04 +0000)]
Minor documentation improvements.
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.
Dean Camera [Sun, 17 Mar 2013 16:34:33 +0000 (16:34 +0000)]
Minor documentation improvements.
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)
Dean Camera [Thu, 14 Mar 2013 21:09:14 +0000 (21:09 +0000)]
Enable C++ compatibility check warnings in the ModuleTest build test.
Dean Camera [Thu, 14 Mar 2013 21:08:53 +0000 (21:08 +0000)]
Minor documentation improvements.
Dean Camera [Wed, 13 Mar 2013 21:19:31 +0000 (21:19 +0000)]
Small size improvement in the Printer and Mass Storage class bootloaders.
Dean Camera [Wed, 13 Mar 2013 21:18:53 +0000 (21:18 +0000)]
Fix invalid definition of STDOUT_ASSERT().
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.
Dean Camera [Tue, 12 Mar 2013 15:17:53 +0000 (15:17 +0000)]
Add missing module dependency to the USBtoSerial project. Minor documentation corrections.
Dean Camera [Sun, 10 Mar 2013 20:25:26 +0000 (20:25 +0000)]
Minor documentation improvements.
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.
Dean Camera [Sun, 10 Mar 2013 09:42:12 +0000 (09:42 +0000)]
Enable Mass Storage bootloader builds in the BootloaderTest build test.
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.
Dean Camera [Sun, 10 Mar 2013 09:34:28 +0000 (09:34 +0000)]
Fix Printer bootloader top level documentation.
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.
Dean Camera [Sun, 10 Mar 2013 09:32:03 +0000 (09:32 +0000)]
Add top level documentation to the Mass Storage class bootloader.
Dean Camera [Sun, 10 Mar 2013 09:21:57 +0000 (09:21 +0000)]
Oops - fix broken FAT_DATE() and FAT_TIME() macros.
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.
Dean Camera [Sun, 10 Mar 2013 08:38:47 +0000 (08:38 +0000)]
Minor optimizations and corrections to the incomplete Mass Storage class bootloader.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Dean Camera [Sat, 9 Mar 2013 08:08:31 +0000 (08:08 +0000)]
Fix off-by-one in the VirtualFAT cluster chain generator.
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.
Dean Camera [Sat, 9 Mar 2013 07:49:46 +0000 (07:49 +0000)]
Corrections and debug channel in the Incomplete Mass Storage class bootloader.
Dean Camera [Fri, 8 Mar 2013 15:52:05 +0000 (15:52 +0000)]
Add APIs to the incomplete Mass Storage bootloader.
Dean Camera [Fri, 8 Mar 2013 15:50:12 +0000 (15:50 +0000)]
Add the start of a new Mass Storage class bootloader.
Dean Camera [Thu, 7 Mar 2013 17:55:59 +0000 (17:55 +0000)]
Minor documentation fixes.
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.