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.
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.
Dean Camera [Tue, 19 Mar 2013 17:03:31 +0000 (17:03 +0000)]
Minor documentation improvements.
Dean Camera [Mon, 18 Mar 2013 19:25:36 +0000 (19:25 +0000)]
Make Mass Storage bootloader makefile variable naming consistent.
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.