diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-19 19:54:15 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-19 19:54:15 +0200 |
commit | cba09e323d00bb6c17da133e7a6e5a233f02c42e (patch) | |
tree | 63053f5d452f9e5aad0d00692c5e628d4d9dc529 /LUFA | |
parent | 03ce1bc5032202213ee3cb510cee3b6081df5ba7 (diff) | |
download | lufa-cba09e323d00bb6c17da133e7a6e5a233f02c42e.tar.gz lufa-cba09e323d00bb6c17da133e7a6e5a233f02c42e.tar.bz2 lufa-cba09e323d00bb6c17da133e7a6e5a233f02c42e.zip |
Remove outdated known issue from the Known Issues list of the documentation.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/KnownIssues.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt index 261d34143..df2458efd 100644 --- a/LUFA/DoxygenPages/KnownIssues.txt +++ b/LUFA/DoxygenPages/KnownIssues.txt @@ -25,13 +25,11 @@ * - XMEGA Architecture * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. * - * - No demos, bootloaders or projects have been ported for the XMEGA devices in the current release, - * although the architecture is supported in the LUFA core library. * - Endpoints of more than 64 bytes are not currently supported in this release. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class * cannot be used on XMEGA devices. * - Multiple-bank endpoints are not currently supported in this release. - * - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata + * - 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 |