.. |
CDC.c
|
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device.
|
2009-11-30 02:20:26 +00:00 |
CDC.h
|
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device.
|
2009-11-30 02:20:26 +00:00 |
HID.c
|
Test with -Wextra, fix library warnings due to unused function parameters.
|
2009-12-13 14:43:34 +00:00 |
HID.h
|
Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons).
|
2009-11-17 11:28:07 +00:00 |
HIDParser.c
|
Fix double oops -- Host mode settle delay was still being ignored due to inverted logic, HID Parser was assigning the usage Min/Max usage value to the report item's collection path rather than the report item itself.
|
2009-12-04 02:06:38 +00:00 |
HIDParser.h
|
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
|
2009-12-17 10:02:19 +00:00 |
HIDReportData.h
|
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
|
2009-06-01 11:03:39 +00:00 |
MIDI.c
|
Test with -Wextra, fix library warnings due to unused function parameters.
|
2009-12-13 14:43:34 +00:00 |
MIDI.h
|
Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons).
|
2009-11-17 11:28:07 +00:00 |
MassStorage.c
|
Test with -Wextra, fix library warnings due to unused function parameters.
|
2009-12-13 14:43:34 +00:00 |
MassStorage.h
|
Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices.
|
2009-12-09 00:50:55 +00:00 |
Printer.c
|
Test with -Wextra, fix library warnings due to unused function parameters.
|
2009-12-13 14:43:34 +00:00 |
Printer.h
|
Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons).
|
2009-11-17 11:28:07 +00:00 |
RNDIS.c
|
Test with -Wextra, fix library warnings due to unused function parameters.
|
2009-12-13 14:43:34 +00:00 |
RNDIS.h
|
Complete RNDIS Host Class driver code - add SendPacket function.
|
2009-11-26 11:40:15 +00:00 |
StillImage.c
|
The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public.
|
2009-12-16 04:03:08 +00:00 |
StillImage.h
|
The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public.
|
2009-12-16 04:03:08 +00:00 |