]> git.donarmstrong.com Git - qmk_firmware.git/blob - protocol/lufa/LUFA-120730/LUFA/DoxygenPages/KnownIssues.txt
Squashed 'tmk_core/' content from commit 05caacc
[qmk_firmware.git] / protocol / lufa / LUFA-120730 / LUFA / DoxygenPages / KnownIssues.txt
1 /** \file\r
2  *\r
3  *  This file contains special DoxyGen information for the generation of the main page and other special\r
4  *  documentation pages. It is not a project source file.\r
5  */\r
6 \r
7  /** \page Page_KnownIssues Known Issues\r
8   *  The following are known issues present in each official LUFA release. This list should contain all known\r
9   *  issues in the library. Most of these issues should be corrected in the future release - see\r
10   *  \ref Page_FutureChanges for a list of planned changes in future releases.\r
11   *\r
12   *  \section Sec_KnownIssues120730 Version 120730\r
13   *  - AVR8 Architecture\r
14   *    - No known issues.\r
15   *  - UC3 Architecture\r
16   *    \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n\r
17   *\r
18   *    - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,\r
19   *      although the architecture is supported in the LUFA core library.\r
20   *    - DMA transfers to and from the USB controller are not yet implemented for this release.\r
21   *    - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their\r
22   *      altered USB controller design.\r
23   *    - The various \c CreateStream() functions for creating standard \c <stdio.h> compatible virtual file\r
24   *      streams are not available on the UC3 architecture, due to a lack of suitable library support.\r
25   *  - XMEGA Architecture\r
26   *    \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.\r
27   *\r
28   *    - No demos, bootloaders or projects have been ported for the XMEGA devices in the current release,\r
29   *      although the architecture is supported in the LUFA core library.\r
30   *    - Endpoints of more than 64 bytes are not currently supported in this release.\r
31   *    - Isochronous endpoints are not currently supported in this release. As a result, the audio class\r
32   *      cannot be used on XMEGA devices.\r
33   *    - Multiple-bank endpoints are not currently supported in this release.\r
34   *    - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata\r
35   *      relating to the USB controller.\r
36   *  - Architecture Independent\r
37   *    - The HID parser fails for array type elements that have a MIN and MAX usage applied; each element\r
38   *      in the array will receive a unique incrementing usage from the MIN value, up to MAX.\r
39   *    - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used\r
40   *      and a lengthy USB operation is initiated.\r
41   *  - Build System\r
42   *    - No known issues.\r
43   */\r
44 \r