Dean Camera
|
012c565609
|
Version for the 130901 release.
|
11 years ago |
Dean Camera
|
f7b9ebea02
|
Update board Dataflash_Init() functions to automatically configure the appropriate communication interface.
|
12 years ago |
Dean Camera
|
25224aae7e
|
Minor documentation improvements.
|
12 years ago |
Dean Camera
|
d88c6edea4
|
Reset version information now that the LUFA-130303 release has been tagged.
|
12 years ago |
Dean Camera
|
d8b81e76f6
|
Commit for the LUFA-130303 release.
|
12 years ago |
Dean Camera
|
9a04475c23
|
Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, 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).
|
12 years ago |
Dean Camera
|
af3c001cba
|
Reset to placeholder version values in the library after the 120730 release.
|
12 years ago |
Dean Camera
|
e90eeb791d
|
Commit for the 120730 release.
|
12 years ago |
Dean Camera
|
8e1328dc6a
|
Commit for the LUFA-120730-BETA release.
|
13 years ago |
Dean Camera
|
3bf7ce15d5
|
Fix up makefile .NOTPARALLEL heuristics so that linear building is only 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.
|
13 years ago |
Dean Camera
|
e875d7cf9f
|
Changed MIDI event structure MIDI_EventPacket_t to use a single field for the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
|
13 years ago |
Dean Camera
|
47f6a35013
|
Reintegrate the FullEPAddresses development branch into trunk.
|
13 years ago |
Dean Camera
|
b3aaffb792
|
Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
|
13 years ago |
Dean Camera
|
77adb2ba52
|
Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
|
13 years ago |
Dean Camera
|
4068efbd18
|
Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts.
|
13 years ago |
Dean Camera
|
6c738343ae
|
Update trunk post-120219 release.
|
13 years ago |
Dean Camera
|
9a6c6c786e
|
Commit for the 120219 release.
|
13 years ago |
Dean Camera
|
a147cee95f
|
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
|
13 years ago |
Dean Camera
|
3038ea1c6e
|
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
|
13 years ago |
Dean Camera
|
eb2e883fd3
|
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
|
13 years ago |
Dean Camera
|
3e04487279
|
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (thanks to Laszlo Monda).
|
13 years ago |
Dean Camera
|
e9029d49d5
|
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
|
13 years ago |