aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/MigrationInformation.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update board Dataflash_Init() functions to automatically configure the ↵Dean Camera2013-06-121-1/+2
| | | | appropriate communication interface.
* Minor documentation improvements.Dean Camera2013-04-141-4/+4
|
* Reset version information now that the LUFA-130303 release has been tagged.Dean Camera2013-03-031-0/+3
|
* Commit for the LUFA-130303 release.Dean Camera2013-03-031-1/+1
|
* Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, ↵Dean Camera2012-10-141-1/+11
| | | | HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).
* Reset to placeholder version values in the library after the 120730 release.Dean Camera2012-07-301-0/+3
|
* Commit for the 120730 release.Dean Camera2012-07-301-1/+1
|
* Commit for the LUFA-120730-BETA release.Dean Camera2012-07-161-1/+1
|
* Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵Dean Camera2012-07-101-0/+3
| | | | enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique.
* Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵Dean Camera2012-04-251-0/+6
| | | | the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-1/+18
|
* Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵Dean Camera2012-03-291-0/+3
| | | | to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
* Audio Device Class driver changed to also require the index of the Audio ↵Dean Camera2012-03-141-0/+4
| | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵Dean Camera2012-02-201-1/+3
| | | | standard C bit shifts.
* Update trunk post-120219 release.Dean Camera2012-02-191-0/+3
|
* Commit for the 120219 release.Dean Camera2012-02-191-1/+1
|
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵Dean Camera2012-01-281-0/+5
| | | | Audio Device Class driver.
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-021-0/+3
| | | | this was misnamed (thanks to NXP Semiconductors).
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean Camera2011-11-181-0/+4
| | | | driver source filenames to prevent ambiguities.
* Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵Dean Camera2011-11-161-1/+3
| | | | (thanks to Laszlo Monda).
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-181-0/+622
prevent user confusion with the actual *nix Man tool.