Add user-filtering to the HID report parser, so that the user code can decide...
Add user-filtering to the HID report parser, so that the user code can decide which items are to be stored into the HID_ReportInfo_t structure and which should be discarded to save on RAM usage.
Showing
- Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c 22 additions, 0 deletionsDemos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c
- Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h 2 additions, 0 deletionsDemos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
- Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c 24 additions, 0 deletionsDemos/Host/LowLevel/MouseHostWithParser/HIDReport.c
- Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h 2 additions, 0 deletionsDemos/Host/LowLevel/MouseHostWithParser/HIDReport.h
- LUFA/Drivers/USB/Class/Host/HIDParser.c 31 additions, 42 deletionsLUFA/Drivers/USB/Class/Host/HIDParser.c
- LUFA/Drivers/USB/Class/Host/HIDParser.h 18 additions, 12 deletionsLUFA/Drivers/USB/Class/Host/HIDParser.h
- LUFA/ManPages/ChangeLog.txt 4 additions, 0 deletionsLUFA/ManPages/ChangeLog.txt
- LUFA/ManPages/CompileTimeTokens.txt 0 additions, 11 deletionsLUFA/ManPages/CompileTimeTokens.txt
- LUFA/ManPages/MigrationInformation.txt 4 additions, 0 deletionsLUFA/ManPages/MigrationInformation.txt
Loading
Please register or sign in to comment