aboutsummaryrefslogtreecommitdiff
path: root/LUFA/DoxygenPages/ChangeLog.txt
AgeCommit message (Collapse)Author
2012-07-30Reset to placeholder version values in the library after the 120730 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2429 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-30Commit for the 120730 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2427 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-26Add support for the Olimex AVR-ISP-MK2 board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2420 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-22Fixed endianess issues in the RNDIS host class driver for UC3 devices ↵Dean
(thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2408 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-16Commit for the LUFA-120730-BETA release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2406 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-03Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵Dean
LEDs_ChangeLEDs() function implementations (thanks to MitchJS). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2380 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-29Fixed CDC and DFU bootloaders API page erase and write function failures ↵Dean
(thanks to Martin Lambert). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2377 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-27Fixed invalid configuration descriptor in the low level KeyboardMouse device ↵Dean
demo (thanks to Jun Wako). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2376 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the ↵Dean
JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2319 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-26Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the ↵Dean
UC3 devices (thanks to Andrew Chu). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2238 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵Dean
clone programmer project (thanks to Robert Spitzenpfeil). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2226 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Added build test to verify correct compilation of all bootloaders using all ↵Dean
supported devices. Fixed compile error with the unreleased ATMEGA32U6 device. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2204 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean
(thanks to Rod DeMay). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2203 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean
architecture to use the fast PIN register toggle alternative function for speed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2186 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2185 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ↵Dean
not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2184 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean
1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2183 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-05Fixed possible deadlock in the CDC device driver if the USB connection is ↵Dean
dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2180 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-05Fixed incorrect DFU version number reported to the host in the DFU ↵Dean
bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2179 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-29The library bootloaders will now correctly start the user application after ↵Dean
a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2178 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Added support for the DorkbotPDX Duce board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2176 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵Dean
Saugnier). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2175 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵Dean
the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2174 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-16Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵Dean
generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2167 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-15Fixed incorrect reponse to GET STATUS requests in device mode if ↵Dean
NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2161 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Added new SerialToLCD user project contributed by Simon Foster.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2158 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean
size is 8KB or more (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2154 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Removed the old pseudo-scheduler from the library as it was unused and ↵Dean
deprecated since the 090810 release. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2149 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2148 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵Dean
favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2127 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-29Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵Dean
to OS incompatibilities, replaced with fixed 3-axis joystick report structure. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2123 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-29Added additional bootloader API data to expose the bootloader start address ↵Dean
and class to the DFU and CDC class bootloaders. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2122 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-20Fixed AVRISP-MKII programmer project failing to compile for the U4 chips ↵Dean
when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2118 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-20Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2117 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-18Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz ↵Dean
(thanks to Ben R. Porter). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2114 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-17Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set ↵Dean
(thanks to Sam Lin). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2112 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-15Fixed incorrect call to the user callback ↵Dean
CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2111 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-14Audio Device Class driver changed to also require the index of the Audio ↵Dean
Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2110 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Added Dataflash operational checks and aborts to all projects using the ↵Dean
Dataflash to ensure it is working correctly before use. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2103 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-06Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ↵Dean
is specified (thanks to Andrus Aaslaid). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2083 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-05Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI ↵Dean
to 32, to prevent communication errors on low quality connections to a target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2082 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-26Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2073 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-24Modified the CDC Host demos to set a default CDC Line Encoding on enumerated ↵Dean
devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2068 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-22Added support for the BitWizard Multio and Big-Multio boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2065 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-20Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵Dean
standard C bit shifts. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2063 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Update trunk post-120219 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2062 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Commit for the 120219 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2060 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean
configuration function broken, redundant function prototypes and unused parameters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2059 d5102386-fcda-11dd-9fdb-3debd5008f28