Remove an unused variable in the HID loader CLI application. Update known issues list.

This commit is contained in:
Dean Camera 2012-04-19 19:55:16 +00:00
parent c48da94605
commit cfa399a533
2 changed files with 2 additions and 4 deletions

View file

@ -27,6 +27,8 @@
* - DMA transfers to and from the USB controller are not yet implemented for this release.
* - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
* altered USB controller design.
* - The various \c CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
* streams are not available on the UC3 architecture, due to a lack of suitable library support.
* - Architecture Independant
* - The HID parser fails for array type elements that have a MIN and MAX usage applied; each element
* in the array will receive a unique incrementing usage from the MIN value, up to MAX.