aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Expand)Author
2012-05-05Add additional preprocessor sanity checks for the XMEGA platform based on the...Dean
2012-05-05Fixed possible deadlock in the CDC device driver if the USB connection is dro...Dean
2012-05-05Fixed incorrect DFU version number reported to the host in the DFU bootloade...Dean
2012-04-29The library bootloaders will now correctly start the user application after a...Dean
2012-04-25Added support for the DorkbotPDX Duce board.Dean
2012-04-25Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Sa...Dean
2012-04-25Changed MIDI event structure MIDI_EventPacket_t to use a single field for the...Dean
2012-04-25Add basic hardware mapping information for all supported boards.Dean
2012-04-23Fix documentation of the board LED driver (thanks to Karl Lunt).Dean
2012-04-19Remove an unused variable in the HID loader CLI application. Update known iss...Dean
2012-04-18Add known issues to the documentation.Dean
2012-04-16Fixed AVRISP-MKII programmer project reset line polarity inverted when the ge...Dean
2012-04-15Minor documentation improvements.Dean
2012-04-15Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SE...Dean
2012-04-14Added new SerialToLCD user project contributed by Simon Foster.Dean
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-04-14Fixed CDC and DFU bootloaders failing to compile when the bootloader section ...Dean
2012-04-09Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ar...Dean
2012-04-09Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects with...Dean
2012-04-09Remove outdated documentation from the library, minor documentation improveme...Dean
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean
2012-04-08Removed the old pseudo-scheduler from the library as it was unused and deprec...Dean
2012-04-08Minor documentation improvements.Dean
2012-04-08Minor documentation improvements.Dean
2012-04-08Minor documentation improvements.Dean
2012-04-08Move out Doxygen style assets into a seperate folder.Dean
2012-04-08Doxygen documentation style changes. Minor documentation corrections.Dean
2012-04-08Add additional specific sub-family parts to the ModuleTest build test as thes...Dean
2012-04-08Move documentation images into a dedicated sub-folder.Dean
2012-04-08Add guide for importing LUFA into an AS5/AS6 project.Dean
2012-04-07Oops - fix broken makefile tar rule.Dean
2012-04-07Fix up Doxygen documentation directives to allow for generation of documentat...Dean
2012-04-07Add architecture guards to all architecture-specific files, so that they can ...Dean
2012-04-07Add extra LUFA TAR archive export exclusions.Dean
2012-04-07Add main library makefile target "export_tar" to export a copy of the library...Dean
2012-04-05Minor documentation improvements.Dean
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean
2012-04-01Minor documentation improvements.Dean
2012-03-29Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().Dean
2012-03-29Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to...Dean
2012-03-29Added additional bootloader API data to expose the bootloader start address a...Dean
2012-03-25Re-enable cppcheck static analysis unused function checks after adding in spe...Dean
2012-03-20Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when...Dean
2012-03-20Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean
2012-03-18Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (tha...Dean
2012-03-17Add XMEGA C3 family to the ModuleTest build test.Dean
2012-03-17Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks...Dean
2012-03-15Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa...Dean
2012-03-14Audio Device Class driver changed to also require the index of the Audio Cont...Dean
2012-03-13Reorder manual documentation sections, remove useless "AboutLUFA" section.Dean