Dean Camera [Sun, 19 Feb 2012 01:17:54 +0000 (01:17 +0000)]
Add build test for forced single USB modes.
Fix UC3 Interrupt Management platform driver not compiling under C++.
Dean Camera [Sat, 18 Feb 2012 23:33:12 +0000 (23:33 +0000)]
Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible.
Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file.
Fix missing semicolon in the UC3 architecture host pipe functions.
Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
Dean Camera [Sat, 18 Feb 2012 16:06:43 +0000 (16:06 +0000)]
Minor documentation improvements.
Dean Camera [Mon, 13 Feb 2012 20:13:35 +0000 (20:13 +0000)]
Add missing file Subversion EOL-style properties.
Dean Camera [Mon, 13 Feb 2012 19:59:31 +0000 (19:59 +0000)]
Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the USART module, but requires physical port remapping.
Dean Camera [Sun, 12 Feb 2012 20:47:57 +0000 (20:47 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 12 Feb 2012 20:39:57 +0000 (20:39 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 12 Feb 2012 20:34:33 +0000 (20:34 +0000)]
Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 architectures.
Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip.
Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers.
Dean Camera [Sun, 12 Feb 2012 11:48:24 +0000 (11:48 +0000)]
Added Serial USART peripheral driver for the XMEGA platform.
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
Dean Camera [Sat, 11 Feb 2012 22:35:06 +0000 (22:35 +0000)]
Minor documentation improvements.
Dean Camera [Sat, 11 Feb 2012 20:39:33 +0000 (20:39 +0000)]
Clean up the Audio Device class driver control request Endpoint match logic.
Dean Camera [Thu, 9 Feb 2012 20:30:27 +0000 (20:30 +0000)]
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.
Dean Camera [Thu, 9 Feb 2012 20:27:03 +0000 (20:27 +0000)]
Fix XMEGA architecture not correctly resetting the device address and endpoints in response to a USB bus reset from the host.
Dean Camera [Thu, 9 Feb 2012 20:26:13 +0000 (20:26 +0000)]
Update XMEGA board drivers to use the port inversion feature of the XMEGA architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface.
Dean Camera [Wed, 8 Feb 2012 21:31:03 +0000 (21:31 +0000)]
Minor documentation fixes.
Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project.
Dean Camera [Wed, 8 Feb 2012 18:35:16 +0000 (18:35 +0000)]
Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware.
Dean Camera [Wed, 8 Feb 2012 18:29:17 +0000 (18:29 +0000)]
Updated the AVRISP-MKII Clone programmer project to be compatible with the latest version of AVR Studio (version 5.1).
Changed the AVRISP-MKII Clone programmer project to report a fixed 3.3V VTARGET voltage on USB AVRs lacking an ADC instead of 5V to prevent warnings in AVR Studio 5.1 when programming XMEGA devices.
Dean Camera [Mon, 6 Feb 2012 17:10:42 +0000 (17:10 +0000)]
Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.
Dean Camera [Mon, 6 Feb 2012 17:05:33 +0000 (17:05 +0000)]
Add board driver support for the Atmel XMEGA-B1 Xplained board.
Fix Dataflash driver for the A3BU-Xplained board.
Minor documentation improvements.
Dean Camera [Sun, 5 Feb 2012 21:59:35 +0000 (21:59 +0000)]
Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors.
Dean Camera [Sun, 5 Feb 2012 16:02:14 +0000 (16:02 +0000)]
Revert changed version files in /trunk/ now that the LUFA-120219-BETA version has been released.
Dean Camera [Sun, 5 Feb 2012 15:53:31 +0000 (15:53 +0000)]
Commit for the 120219-BETA release.
Dean Camera [Sun, 5 Feb 2012 15:50:09 +0000 (15:50 +0000)]
Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
Dean Camera [Sun, 5 Feb 2012 15:28:41 +0000 (15:28 +0000)]
Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.
Dean Camera [Sun, 5 Feb 2012 15:19:01 +0000 (15:19 +0000)]
Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.).
Dean Camera [Sun, 5 Feb 2012 13:16:08 +0000 (13:16 +0000)]
Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak).
Dean Camera [Sat, 4 Feb 2012 23:00:22 +0000 (23:00 +0000)]
Add missing svn:eol-style properties to /trunk/.
Dean Camera [Sat, 4 Feb 2012 22:38:44 +0000 (22:38 +0000)]
Update file contributor copyrights for 2012.
Dean Camera [Sat, 4 Feb 2012 22:32:30 +0000 (22:32 +0000)]
Update file header copyrights for 2012.
Dean Camera [Sat, 4 Feb 2012 22:16:34 +0000 (22:16 +0000)]
Minor corrections to the XMEGA USB controller implementation.
Dean Camera [Sat, 4 Feb 2012 15:17:49 +0000 (15:17 +0000)]
Minor documentation corrections.
Dean Camera [Fri, 3 Feb 2012 21:49:36 +0000 (21:49 +0000)]
Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
Dean Camera [Fri, 3 Feb 2012 21:10:07 +0000 (21:10 +0000)]
Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
Dean Camera [Fri, 3 Feb 2012 20:20:11 +0000 (20:20 +0000)]
Add support for the Micropendous series of USB AVR8 boards.
Dean Camera [Fri, 3 Feb 2012 19:09:37 +0000 (19:09 +0000)]
Minor documentation fixes.
Dean Camera [Thu, 2 Feb 2012 20:17:22 +0000 (20:17 +0000)]
Minor documentation improvements.
Dean Camera [Wed, 1 Feb 2012 21:28:25 +0000 (21:28 +0000)]
Minor documentation improvements.
Dean Camera [Mon, 30 Jan 2012 16:54:09 +0000 (16:54 +0000)]
Fixed AVRISP-MKII Clone timing out on long programming commands such as programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling).
Dean Camera [Sun, 29 Jan 2012 14:42:18 +0000 (14:42 +0000)]
Add missing reference to the BootloaderAPI.S source file in the DFU and CDC class bootloader AVRStudio 4 project files.
Dean Camera [Sun, 29 Jan 2012 14:37:30 +0000 (14:37 +0000)]
Fixed DFU class bootloader not resetting the LED pins as high impedance inputs when a software jump to the user applications is requested.
Dean Camera [Sun, 29 Jan 2012 14:33:36 +0000 (14:33 +0000)]
Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
Dean Camera [Sat, 28 Jan 2012 18:07:35 +0000 (18:07 +0000)]
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
Dean Camera [Mon, 23 Jan 2012 20:28:34 +0000 (20:28 +0000)]
Make all AVRISP-MKII programmer parameters readable, since there's no real good reason to restrict parameter reads. Fix misspelt target reset polarity EEPROM variable.
Dean Camera [Sun, 15 Jan 2012 14:07:14 +0000 (14:07 +0000)]
Minor bootloader tweaks; make some functions static where possible to reduce the compiled binary size, add additional comments to the makefiles.
Dean Camera [Mon, 2 Jan 2012 05:43:23 +0000 (05:43 +0000)]
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
Dean Camera [Mon, 26 Dec 2011 13:23:43 +0000 (13:23 +0000)]
Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks to Caroline Saliman).
Dean Camera [Fri, 23 Dec 2011 01:51:39 +0000 (01:51 +0000)]
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
Dean Camera [Tue, 20 Dec 2011 13:15:36 +0000 (13:15 +0000)]
Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg Glock).
Dean Camera [Wed, 14 Dec 2011 02:52:42 +0000 (02:52 +0000)]
Don't validate the Device Descriptor's vendor ID when validating that a device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values.
Dean Camera [Tue, 13 Dec 2011 03:40:51 +0000 (03:40 +0000)]
Minor XMEGA USB driver fixes.
Dean Camera [Sun, 11 Dec 2011 03:04:16 +0000 (03:04 +0000)]
Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
Dean Camera [Thu, 1 Dec 2011 08:40:14 +0000 (08:40 +0000)]
Fix incorrect Capabilities value in the CDC class Bootloader descriptors.
Dean Camera [Thu, 1 Dec 2011 08:39:43 +0000 (08:39 +0000)]
Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.
Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.
Dean Camera [Tue, 29 Nov 2011 13:33:28 +0000 (13:33 +0000)]
Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited.
Dean Camera [Tue, 29 Nov 2011 11:31:00 +0000 (11:31 +0000)]
Fix typo in the Joystick board driver documentation example code.
Dean Camera [Tue, 29 Nov 2011 11:30:25 +0000 (11:30 +0000)]
Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MSB of the data byte on startup, not the LSB.
Dean Camera [Mon, 28 Nov 2011 23:43:58 +0000 (23:43 +0000)]
Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
Dean Camera [Mon, 28 Nov 2011 13:15:27 +0000 (13:15 +0000)]
Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta board targets.
Dean Camera [Mon, 28 Nov 2011 13:14:51 +0000 (13:14 +0000)]
Remove unnecessary ErrorCode variable initializations from the LowLevel Host mode demos.
Dean Camera [Mon, 28 Nov 2011 13:14:15 +0000 (13:14 +0000)]
Add missing const qualifier to bootloader API function parameters.
Dean Camera [Thu, 24 Nov 2011 21:35:22 +0000 (21:35 +0000)]
Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Accessory class driver.
Dean Camera [Thu, 24 Nov 2011 11:59:52 +0000 (11:59 +0000)]
Minor Doxygen documentation improvements.
Add missing ATTR_NON_NULL_PTR_ARG and const decorations.
Dean Camera [Thu, 24 Nov 2011 11:46:04 +0000 (11:46 +0000)]
Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function.
Dean Camera [Thu, 24 Nov 2011 11:33:10 +0000 (11:33 +0000)]
Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions.
Dean Camera [Thu, 24 Nov 2011 01:31:31 +0000 (01:31 +0000)]
Convert the LowLevel AndroidAccessory demo to use the new class driver constants to reduce code duplication.
Add missing Doxygen documentation.
Dean Camera [Thu, 24 Nov 2011 01:24:01 +0000 (01:24 +0000)]
Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.
Dean Camera [Wed, 23 Nov 2011 14:09:01 +0000 (14:09 +0000)]
Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.).
Dean Camera [Wed, 23 Nov 2011 06:59:27 +0000 (06:59 +0000)]
Update library to indicate support for the Android Accessory Host demo.
Dean Camera [Wed, 23 Nov 2011 06:50:50 +0000 (06:50 +0000)]
Move out Android Accessory Host demo to the Host mode LowLevel directory now that it is functionally complete.
Dean Camera [Wed, 23 Nov 2011 06:46:19 +0000 (06:46 +0000)]
Add const-correctness to the Android_SendString() function of the Android Accessory Host demo.
Dean Camera [Wed, 23 Nov 2011 00:25:20 +0000 (00:25 +0000)]
Oops: Typo on the new TEENSY2 board support.
Dean Camera [Wed, 23 Nov 2011 00:16:33 +0000 (00:16 +0000)]
Fix interface protocol match value for the Android Accessory Host demo interface configuration parser code (thanks to Opendous Inc.).
Dean Camera [Wed, 23 Nov 2011 00:15:58 +0000 (00:15 +0000)]
Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
Dean Camera [Wed, 23 Nov 2011 00:04:16 +0000 (00:04 +0000)]
Add XMEGA compile time tokens to the LUFAConfig.h code template.
Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled.
Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets.
Dean Camera [Tue, 22 Nov 2011 08:06:52 +0000 (08:06 +0000)]
Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias).
Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias).
Dean Camera [Fri, 18 Nov 2011 06:26:51 +0000 (06:26 +0000)]
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
Dean Camera [Wed, 16 Nov 2011 08:19:34 +0000 (08:19 +0000)]
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda).
Dean Camera [Mon, 14 Nov 2011 07:31:40 +0000 (07:31 +0000)]
Minor corrections for the XMEGA USB controller. Add compile time warning if the USB clock frequency is provably incorrect.
Dean Camera [Wed, 9 Nov 2011 23:35:16 +0000 (23:35 +0000)]
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
Dean Camera [Wed, 9 Nov 2011 23:24:11 +0000 (23:24 +0000)]
Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API.
Dean Camera [Wed, 9 Nov 2011 12:47:15 +0000 (12:47 +0000)]
Use strcat() in the HTTPServer project instead of using strcpy() and strlen().
Dean Camera [Wed, 9 Nov 2011 12:45:10 +0000 (12:45 +0000)]
Update host C# applications for VS2010. Make LEDNotifier project host applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application.
Dean Camera [Wed, 9 Nov 2011 12:29:14 +0000 (12:29 +0000)]
Fixed race conditions in the CDC, HID and Mass Storage class drivers when processing some control requests.
Dean Camera [Wed, 9 Nov 2011 12:09:13 +0000 (12:09 +0000)]
Fix typos in makefile templates.
Dean Camera [Tue, 1 Nov 2011 06:06:41 +0000 (06:06 +0000)]
Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USART-as-SPI transport driver still pending).
Dean Camera [Tue, 1 Nov 2011 06:05:54 +0000 (06:05 +0000)]
Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination.
Dean Camera [Mon, 31 Oct 2011 04:30:47 +0000 (04:30 +0000)]
Add XMEGA SPI peripheral driver.
Dean Camera [Mon, 31 Oct 2011 03:39:12 +0000 (03:39 +0000)]
Add support for the new MEGA B series devices.
Dean Camera [Mon, 31 Oct 2011 03:31:00 +0000 (03:31 +0000)]
Add support for the Atmel XMEGA A3BU Xplained board.
More XMEGA USB core fixes.
Dean Camera [Mon, 31 Oct 2011 02:26:21 +0000 (02:26 +0000)]
Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC.
Dean Camera [Sun, 30 Oct 2011 14:12:11 +0000 (14:12 +0000)]
Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).
Dean Camera [Sun, 30 Oct 2011 14:05:34 +0000 (14:05 +0000)]
Namespace out the internal endpoint globals in the XMEGA architecture.
Dean Camera [Sun, 30 Oct 2011 14:04:47 +0000 (14:04 +0000)]
Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07.
Dean Camera [Sun, 30 Oct 2011 14:03:53 +0000 (14:03 +0000)]
Namespace out the internal endpoint and pipe globals in the UC3 architecture.
Dean Camera [Sun, 30 Oct 2011 12:06:02 +0000 (12:06 +0000)]
Update XMEGA clock management so that the correct 16-bit calibration is used when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.
Dean Camera [Sun, 30 Oct 2011 07:43:13 +0000 (07:43 +0000)]
Fix error in XMEGA clock platform driver for the DFLL calibration byte order.
Dean Camera [Sun, 30 Oct 2011 07:09:44 +0000 (07:09 +0000)]
Minor documentation fixes.
Dean Camera [Sun, 30 Oct 2011 07:09:20 +0000 (07:09 +0000)]
XMEGA port improvements; connection and disconnection are now detected correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.
Dean Camera [Fri, 28 Oct 2011 05:16:38 +0000 (05:16 +0000)]
Fix incorrect Android Accessory Host interface descriptor subclass value (thanks to Opendous Inc.).
Dean Camera [Wed, 26 Oct 2011 06:51:07 +0000 (06:51 +0000)]
Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).