aboutsummaryrefslogtreecommitdiff
path: root/LUFA/DoxygenPages/ChangeLog.txt
AgeCommit message (Expand)Author
2012-07-30Reset to placeholder version values in the library after the 120730 release.Dean
2012-07-30Commit for the 120730 release.Dean
2012-07-26Add support for the Olimex AVR-ISP-MK2 board.Dean
2012-07-22Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean
2012-07-16Commit for the LUFA-120730-BETA release.Dean
2012-07-03Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_Chan...Dean
2012-06-29Fixed CDC and DFU bootloaders API page erase and write function failures (tha...Dean
2012-06-27Fixed invalid configuration descriptor in the low level KeyboardMouse device ...Dean
2012-06-09Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB...Dean
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean
2012-05-26Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...Dean
2012-05-20Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ...Dean
2012-05-13Added build test to verify correct compilation of all bootloaders using all s...Dean
2012-05-13Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ...Dean
2012-05-06Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ar...Dean
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
2012-05-06Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ...Dean
2012-05-06Increased endpoint polling interval for all demos and projects to 5ms, as 1ms...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-16Fixed AVRISP-MKII programmer project reset line polarity inverted when the ge...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-08Removed the old pseudo-scheduler from the library as it was unused and deprec...Dean
2012-04-08Minor documentation improvements.Dean
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...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-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-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-09Added Dataflash operational checks and aborts to all projects using the Dataf...Dean
2012-03-06Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ...Dean
2012-03-05Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to...Dean
2012-02-26Minor documentation improvements.Dean
2012-02-24Modified the CDC Host demos to set a default CDC Line Encoding on enumerated ...Dean
2012-02-22Added support for the BitWizard Multio and Big-Multio boards.Dean
2012-02-20Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean
2012-02-19Update trunk post-120219 release.Dean
2012-02-19Commit for the 120219 release.Dean
2012-02-19Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean