aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/KnownIssues.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-08-19 20:22:29 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-08-19 20:22:29 +0200
commit41046f2354b9f32666979068f341d8f56b8a7c3d (patch)
tree44a0d236a84c501fc0f337a3b2aa4afcdbe24a3a /LUFA/DoxygenPages/KnownIssues.txt
parent179e18cf585ed5fa2bf9fca739b45e065dbe0120 (diff)
downloadlufa-41046f2354b9f32666979068f341d8f56b8a7c3d.tar.gz
lufa-41046f2354b9f32666979068f341d8f56b8a7c3d.tar.bz2
lufa-41046f2354b9f32666979068f341d8f56b8a7c3d.zip
Remove incorrect entry from the Known Issues list.
Diffstat (limited to 'LUFA/DoxygenPages/KnownIssues.txt')
-rw-r--r--LUFA/DoxygenPages/KnownIssues.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt
index df2458efd..75ae02203 100644
--- a/LUFA/DoxygenPages/KnownIssues.txt
+++ b/LUFA/DoxygenPages/KnownIssues.txt
@@ -20,7 +20,7 @@
* - 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
+ * - 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.
* - XMEGA Architecture
* \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
@@ -32,8 +32,6 @@
* - Early silicon revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
* relating to the USB controller.
* - Architecture Independent
- * - 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.
* - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
* and a lengthy USB operation is initiated.
* - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8).
@@ -65,8 +63,6 @@
* - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
* relating to the USB controller.
* - Architecture Independent
- * - 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.
* - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
* and a lengthy USB operation is initiated.
* - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8).
@@ -98,8 +94,6 @@
* - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
* relating to the USB controller.
* - Architecture Independent
- * - 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.
* - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
* and a lengthy USB operation is initiated.
* - Build System