aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
Commit message (Collapse)AuthorAgeFilesLines
* Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the ↵Dean Camera2012-05-261-0/+1
| | | | UC3 devices (thanks to Andrew Chu).
* Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵Dean Camera2012-05-201-0/+1
| | | | clone programmer project (thanks to Robert Spitzenpfeil).
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-203-37/+86
| | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
* Added build test to verify correct compilation of all bootloaders using all ↵Dean Camera2012-05-131-0/+3
| | | | | | supported devices. Fixed compile error with the unreleased ATMEGA32U6 device.
* Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean Camera2012-05-131-0/+1
| | | | (thanks to Rod DeMay).
* Minor documentation improvements.Dean Camera2012-05-121-0/+2
|
* Add support for the ATXMEGA384C3.Dean Camera2012-05-071-0/+5
|
* Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean Camera2012-05-061-0/+1
| | | | architecture to use the fast PIN register toggle alternative function for speed.
* Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean Camera2012-05-063-0/+5
|
* Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ↵Dean Camera2012-05-061-0/+1
| | | | not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).
* Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean Camera2012-05-061-0/+1
| | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
* Fixed possible deadlock in the CDC device driver if the USB connection is ↵Dean Camera2012-05-051-0/+2
| | | | dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).
* Fixed incorrect DFU version number reported to the host in the DFU ↵Dean Camera2012-05-051-0/+2
| | | | bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock).
* The library bootloaders will now correctly start the user application after ↵Dean Camera2012-04-291-1/+3
| | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.
* Added support for the DorkbotPDX Duce board.Dean Camera2012-04-252-0/+2
|
* Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵Dean Camera2012-04-251-0/+1
| | | | Saugnier).
* Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵Dean Camera2012-04-252-0/+8
| | | | the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
* Remove an unused variable in the HID loader CLI application. Update known ↵Dean Camera2012-04-191-0/+2
| | | | issues list.
* Add known issues to the documentation.Dean Camera2012-04-183-1/+39
|
* Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵Dean Camera2012-04-161-0/+1
| | | | generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
* Minor documentation improvements.Dean Camera2012-04-151-2/+3
|
* Fixed incorrect reponse to GET STATUS requests in device mode if ↵Dean Camera2012-04-151-0/+1
| | | | NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock).
* Added new SerialToLCD user project contributed by Simon Foster.Dean Camera2012-04-141-0/+1
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-145-2/+61
|
* Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean Camera2012-04-143-0/+5
| | | | size is 8KB or more (thanks to Georg Glock).
* Remove outdated documentation from the library, minor documentation ↵Dean Camera2012-04-094-170/+1
| | | | improvements.
* Removed the old pseudo-scheduler from the library as it was unused and ↵Dean Camera2012-04-081-0/+1
| | | | deprecated since the 090810 release.
* Minor documentation improvements.Dean Camera2012-04-081-11/+11
|
* Minor documentation improvements.Dean Camera2012-04-083-128/+142
|
* Move out Doxygen style assets into a seperate folder.Dean Camera2012-04-082-0/+0
|
* Doxygen documentation style changes. Minor documentation corrections.Dean Camera2012-04-082-2/+1089
|
* Move documentation images into a dedicated sub-folder.Dean Camera2012-04-086-9/+9
|
* Add guide for importing LUFA into an AS5/AS6 project.Dean Camera2012-04-089-0/+107
|
* Fix up Doxygen documentation directives to allow for generation of ↵Dean Camera2012-04-071-189/+15
| | | | documentation when the library code root folder is not "LUFA".
* Minor documentation improvements.Dean Camera2012-04-051-0/+1
|
* Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵Dean Camera2012-04-011-0/+1
| | | | favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed.
* Minor documentation improvements.Dean Camera2012-04-011-0/+1
|
* Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵Dean Camera2012-03-292-1/+5
| | | | to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
* Added additional bootloader API data to expose the bootloader start address ↵Dean Camera2012-03-291-0/+1
| | | | and class to the DFU and CDC class bootloaders.
* Re-enable cppcheck static analysis unused function checks after adding in ↵Dean Camera2012-03-251-1/+0
| | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
* Fixed AVRISP-MKII programmer project failing to compile for the U4 chips ↵Dean Camera2012-03-201-0/+2
| | | | when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse).
* Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean Camera2012-03-201-0/+1
|
* Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz ↵Dean Camera2012-03-181-1/+1
| | | | (thanks to Ben R. Porter).
* Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set ↵Dean Camera2012-03-171-0/+1
| | | | (thanks to Sam Lin).
* Fixed incorrect call to the user callback ↵Dean Camera2012-03-151-1/+2
| | | | CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep).
* Audio Device Class driver changed to also require the index of the Audio ↵Dean Camera2012-03-142-0/+5
| | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
* Reorder manual documentation sections, remove useless "AboutLUFA" section.Dean Camera2012-03-132-21/+5
|
* Added Dataflash operational checks and aborts to all projects using the ↵Dean Camera2012-03-091-0/+1
| | | | Dataflash to ensure it is working correctly before use.
* 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).