aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-03-061-0/+1
|
* Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ↵Dean Camera2012-03-061-0/+1
| | | | is specified (thanks to Andrus Aaslaid).
* Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI ↵Dean Camera2012-03-051-1/+1
| | | | to 32, to prevent communication errors on low quality connections to a target.
* Minor documentation improvements.Dean Camera2012-03-041-1/+6
|
* Minor documentation improvements.Dean Camera2012-02-261-1/+2
|
* Remove Library Apps overview page from the documentation.Dean Camera2012-02-253-131/+0
|
* Update main library documentation organisation for Doxygen 1.8.0.Dean Camera2012-02-254-5/+22
|
* Update author information.Dean Camera2012-02-251-1/+1
|
* Modified the CDC Host demos to set a default CDC Line Encoding on enumerated ↵Dean Camera2012-02-241-1/+1
| | | | devices.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-242-1/+2
| | | | appropriate and remove/update old documentation.
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-222-1/+2
|
* Update the Android Accessory Host ClassDriver demo to use the updated class ↵Dean Camera2012-02-201-0/+1
| | | | | | | | configuration API. Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements.
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵Dean Camera2012-02-202-2/+20
| | | | standard C bit shifts.
* Update trunk post-120219 release.Dean Camera2012-02-192-0/+6
|
* Commit for the 120219 release.Dean Camera2012-02-192-2/+2
|
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean Camera2012-02-191-0/+1
| | | | configuration function broken, redundant function prototypes and unused parameters.
* All USB Class Driver configuration struct values are now non-const, to allow ↵Dean Camera2012-02-191-0/+1
| | | | for run-time modifications if required before configuring an instance.
* Add build test for forced single USB modes.Dean Camera2012-02-192-2/+3
| | | | Fix UC3 Interrupt Management platform driver not compiling under C++.
* Add build tests to verify correct compilation of as many modules as possible ↵Dean Camera2012-02-181-0/+4
| | | | | | | | | | 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.
* Minor documentation improvements.Dean Camera2012-02-181-0/+1
|
* Minor documentation improvements.Dean Camera2012-02-121-4/+22
|
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-121-1/+2
| | | | | | | | 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.
* Added Serial USART peripheral driver for the XMEGA platform.Dean Camera2012-02-121-0/+1
| | | | | | Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
* Minor documentation improvements.Dean Camera2012-02-111-1/+2
|
* Altered the HID class driver to only try to construct at maximum one packet ↵Dean Camera2012-02-091-0/+1
| | | | per USB frame, to reduce CPU usage.
* Allow serial strings to be generated on the older AVR8 devices which do not ↵Dean Camera2012-02-081-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 Camera2012-02-081-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 Camera2012-02-062-0/+2
| | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
* Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix ↵Dean Camera2012-02-051-0/+10
| | | | minor error in the AVRISP-MKII clone project descriptors.
* Add support for the Micropendous (Arduino-like) series of boards (revisions ↵Dean Camera2012-02-051-1/+1
| | | | 1 and 2).
* Update LUFAConfig.h with the new compile time options, re-format Doxygen ↵Dean Camera2012-02-051-172/+171
| | | | documentation for all compile time options.
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time ↵Dean Camera2012-02-053-0/+15
| | | | options (thanks to Opendous Inc.).
* Fixed invalid PID value used in the TempDataLogger project host application ↵Dean Camera2012-02-051-0/+1
| | | | (thanks to Anupam Pathak).
* Add API support signature to the CDC and DFU class bootloaders, so that the ↵Dean Camera2012-02-031-0/+1
| | | | application can detect the bootloader's API support.
* Add support for the Micropendous series of USB AVR8 boards.Dean Camera2012-02-032-1/+4
|
* Fixed AVRISP-MKII Clone timing out on long programming commands such as ↵Dean Camera2012-01-301-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 Camera2012-01-291-0/+1
| | | | inputs when a software jump to the user applications is requested.
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-291-0/+1
| | | | to the board hardware drivers.
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵Dean Camera2012-01-282-0/+6
| | | | Audio Device Class driver.
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-022-0/+4
| | | | this was misnamed (thanks to NXP Semiconductors).
* Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵Dean Camera2011-12-261-0/+1
| | | | board (thanks to Caroline Saliman).
* Fixed compiler warning on GCC with -wundef compile flag is used (thanks to ↵Dean Camera2011-12-201-0/+1
| | | | Georg Glock).
* Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for ↵Dean Camera2011-12-112-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 Camera2011-12-011-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 Camera2011-11-291-0/+1
| | | | programming session is exited.
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-283-0/+3
|
* Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵Dean Camera2011-11-281-0/+2
| | | | board targets.
* Add new USB_Host_GetDescriptor() function. Alter the ↵Dean Camera2011-11-241-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 Camera2011-11-242-3/+1
| | | | USB_Host_GetInterfaceAltSetting() functions.
* Add new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-243-1/+4
| | | | new Android Open Accessory Host ClassDriver demo.