Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor documentation improvements. | Dean Camera | 2012-02-11 | 1 | -1/+2 | |
| | ||||||
* | Altered the HID class driver to only try to construct at maximum one packet ↵ | Dean Camera | 2012-02-09 | 1 | -0/+1 | |
| | | | | per USB frame, to reduce CPU usage. | |||||
* | Allow serial strings to be generated on the older AVR8 devices which do not ↵ | Dean Camera | 2012-02-08 | 1 | -0/+2 | |
| | | | | explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware. | |||||
* | Updated the AVRISP-MKII Clone programmer project to be compatible with the ↵ | Dean Camera | 2012-02-08 | 1 | -0/+3 | |
| | | | | | | 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. | |||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 2 | -0/+2 | |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | |||||
* | Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix ↵ | Dean Camera | 2012-02-05 | 1 | -0/+10 | |
| | | | | minor error in the AVRISP-MKII clone project descriptors. | |||||
* | Add support for the Micropendous (Arduino-like) series of boards (revisions ↵ | Dean Camera | 2012-02-05 | 1 | -1/+1 | |
| | | | | 1 and 2). | |||||
* | Update LUFAConfig.h with the new compile time options, re-format Doxygen ↵ | Dean Camera | 2012-02-05 | 1 | -172/+171 | |
| | | | | documentation for all compile time options. | |||||
* | Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time ↵ | Dean Camera | 2012-02-05 | 3 | -0/+15 | |
| | | | | options (thanks to Opendous Inc.). | |||||
* | Fixed invalid PID value used in the TempDataLogger project host application ↵ | Dean Camera | 2012-02-05 | 1 | -0/+1 | |
| | | | | (thanks to Anupam Pathak). | |||||
* | Add API support signature to the CDC and DFU class bootloaders, so that the ↵ | Dean Camera | 2012-02-03 | 1 | -0/+1 | |
| | | | | application can detect the bootloader's API support. | |||||
* | Add support for the Micropendous series of USB AVR8 boards. | Dean Camera | 2012-02-03 | 2 | -1/+4 | |
| | ||||||
* | Fixed AVRISP-MKII Clone timing out on long programming commands such as ↵ | Dean Camera | 2012-01-30 | 1 | -0/+1 | |
| | | | | programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling). | |||||
* | Fixed DFU class bootloader not resetting the LED pins as high impedance ↵ | Dean Camera | 2012-01-29 | 1 | -0/+1 | |
| | | | | inputs when a software jump to the user applications is requested. | |||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 1 | -0/+1 | |
| | | | | to the board hardware drivers. | |||||
* | Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵ | Dean Camera | 2012-01-28 | 2 | -0/+6 | |
| | | | | Audio Device Class driver. | |||||
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵ | Dean Camera | 2012-01-02 | 2 | -0/+4 | |
| | | | | this was misnamed (thanks to NXP Semiconductors). | |||||
* | Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵ | Dean Camera | 2011-12-26 | 1 | -0/+1 | |
| | | | | board (thanks to Caroline Saliman). | |||||
* | Fixed compiler warning on GCC with -wundef compile flag is used (thanks to ↵ | Dean Camera | 2011-12-20 | 1 | -0/+1 | |
| | | | | Georg Glock). | |||||
* | Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for ↵ | Dean Camera | 2011-12-11 | 2 | -1/+2 | |
| | | | | full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements. | |||||
* | Altered the Mass Storage Host class driver so that SCSI data STALLs from the ↵ | Dean Camera | 2011-12-01 | 1 | -1/+4 | |
| | | | | | | 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. | |||||
* | Fixed AVRISP-MKII Clone failing to start application firmware once a TPI ↵ | Dean Camera | 2011-11-29 | 1 | -0/+1 | |
| | | | | programming session is exited. | |||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 3 | -0/+3 | |
| | ||||||
* | Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵ | Dean Camera | 2011-11-28 | 1 | -0/+2 | |
| | | | | board targets. | |||||
* | Add new USB_Host_GetDescriptor() function. Alter the ↵ | Dean Camera | 2011-11-24 | 1 | -1/+1 | |
| | | | | USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function. | |||||
* | Added new USB_Host_GetDeviceConfiguration() and ↵ | Dean Camera | 2011-11-24 | 2 | -3/+1 | |
| | | | | USB_Host_GetInterfaceAltSetting() functions. | |||||
* | Add new Android Open Accessory class driver to the library core and add a ↵ | Dean Camera | 2011-11-24 | 3 | -1/+4 | |
| | | | | new Android Open Accessory Host ClassDriver demo. | |||||
* | Update library to indicate support for the Android Accessory Host demo. | Dean Camera | 2011-11-23 | 3 | -2/+6 | |
| | ||||||
* | Added support for version 2 of the Teensy boards (thanks to Christoph Redecker). | Dean Camera | 2011-11-23 | 2 | -1/+2 | |
| | ||||||
* | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean Camera | 2011-11-23 | 1 | -2/+2 | |
| | | | | | | 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. | |||||
* | Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG ↵ | Dean Camera | 2011-11-22 | 1 | -2/+4 | |
| | | | | | | 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). | |||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 2 | -0/+5 | |
| | | | | driver source filenames to prevent ambiguities. | |||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 3 | -1/+5 | |
| | | | | (thanks to Laszlo Monda). | |||||
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵ | Dean Camera | 2011-11-09 | 2 | -0/+5 | |
| | | | | processing some control requests. | |||||
* | Add support for the new MEGA B series devices. | Dean Camera | 2011-10-31 | 2 | -1/+22 | |
| | ||||||
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 1 | -1/+1 | |
| | | | | More XMEGA USB core fixes. | |||||
* | Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵ | Dean Camera | 2011-10-31 | 1 | -0/+1 | |
| | | | | host PC. | |||||
* | Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ↵ | Dean Camera | 2011-10-30 | 1 | -0/+1 | |
| | | | | (thanks to Chuck Rohs). | |||||
* | Fixed CDC class drivers not saving and sending all 16-bits of the control ↵ | Dean Camera | 2011-10-26 | 1 | -0/+1 | |
| | | | | line states (thanks to Matthew Swabey). | |||||
* | Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵ | Dean Camera | 2011-10-18 | 30 | -0/+4155 | |
prevent user confusion with the actual *nix Man tool. |