X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c48da94605c12009dc30ab861a97a78c1d4d26de..fc0ff2f97657a893db336dded648c8bd60582bc1:/LUFA/DoxygenPages/KnownIssues.txt diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt index 67da093c9..5ce7d6c14 100644 --- a/LUFA/DoxygenPages/KnownIssues.txt +++ b/LUFA/DoxygenPages/KnownIssues.txt @@ -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 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. @@ -34,5 +36,7 @@ * as the makefile itself. * - 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 + * - No known issues. */