Added new GenericHID device demo application.

This commit is contained in:
Dean Camera 2009-03-29 12:42:25 +00:00
parent d83d87e1b8
commit dc83f73ca3
13 changed files with 3043 additions and 4 deletions

View file

@ -44,6 +44,8 @@
* - Fixed documentation typos and preprocessor checks relating to misspellings of the USE_RAM_DESCRIPTORS token (thanks to Ian Gregg)
* - Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_DEVICE is defined (thanks to Ian Gregg)
* - Fixed incorrect ADC driver init register manipulation (thanks to Tobias)
* - Added new GenericHID device demo application
*
*
* \section Sec_ChangeLog090209 Version 090209
*
@ -99,6 +101,7 @@
* - Fixed CDC Host demo not searching through both CDC interfaces for endpoints
* - Fixed incorrect Product String descriptor length in the DFU class bootloader
*
*
* \section Sec_ChangeLog081224 Version 081224
*
* - MyUSB name changed to LUFA, the Lightweight USB Framework for AVRs
@ -149,6 +152,7 @@
* - Changed prototype of GetDescriptor, so that it now returns the descriptor size (or zero if the descriptor doesn't exist)
* rather than passing the size back to the caller through a parameter and returning a boolean
*
*
* \section Sec_ChangeLog153 Version 1.5.3 - Released 2nd October, 2008
*
* - Fixed CDC bootloader using pgmspace macros for some descriptors inappropriately

View file

@ -216,7 +216,7 @@
* 0x204F
* </td>
* <td>
* ** Not Currently Allocated **
* Generic HID Demo Application
* </td>
* </tr>
*