You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

KnownIssues.txt 2.7KB

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