3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
7 /** \page Page_KnownIssues Known Issues
8 * The following are known issues present in each official LUFA release. This list should contain all known
9 * issues in the library. Most of these issues should be corrected in the future release - see
10 * \ref Page_FutureChanges for a list of planned changes in future releases.
12 * \section Sec_KnownIssuesXXXXXX Version XXXXXX
15 * - XMEGA Architecture
16 * - No demos, bootloaders or projects have been ported for the XMEGA devices in the current release,
17 * although the architecture is supported in the LUFA core library.
18 * - Endpoints of more than 64 bytes are not currently supported in this release.
19 * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
20 * cannot be used on XMEGA devices.
21 * - Multiple-bank endpoints are not currently supported in this release.
22 * - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
23 * relating to the USB controller.
25 * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
26 * although the architecture is supported in the LUFA core library.
27 * - DMA transfers to and from the USB controller are not yet implemented for this release.
28 * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
29 * altered USB controller design.
30 * - The various \c CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
31 * streams are not available on the UC3 architecture, due to a lack of suitable library support.
32 * - Architecture Independant
33 * - The HID parser fails for array type elements that have a MIN and MAX usage applied; each element
34 * in the array will receive a unique incrementing usage from the MIN value, up to MAX.
35 * - The current application makefiles do not work if the output directory is not the same directory
36 * as the makefile itself.
37 * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
38 * and a lengthy USB operation is initiated.