New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors.
Changed over all project and demo HID report descriptors to use the new HID report item macros. Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
This commit is contained in:
parent
32830a2b82
commit
039a714ee4
26 changed files with 646 additions and 623 deletions
|
@ -52,6 +52,7 @@
|
|||
|
||||
/* Includes: */
|
||||
#include "../../HighLevel/StdDescriptors.h"
|
||||
#include "HIDParser.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue