upload
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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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_KnownIssues140928 Version 140928
  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. * - Endpoints of more than 64 bytes are not currently supported in this release.
  28. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  29. * cannot be used on XMEGA devices.
  30. * - Multiple-bank endpoints are not currently supported in this release.
  31. * - Early silicon revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  32. * relating to the USB controller.
  33. * - Architecture Independent
  34. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  35. * and a lengthy USB operation is initiated.
  36. * - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8).
  37. * - Build System
  38. * - No known issues.
  39. * - Atmel Studio Integration
  40. * - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts".
  41. * - When switching boards after changing the device selection, a second conflicting \c BOARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the "Toolchain" tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition.
  42. *
  43. * \section Sec_KnownIssues140302 Version 140302
  44. * - AVR8 Architecture
  45. * - No known issues.
  46. * - UC3 Architecture
  47. * \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n
  48. *
  49. * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
  50. * although the architecture is supported in the LUFA core library.
  51. * - DMA transfers to and from the USB controller are not yet implemented for this release.
  52. * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
  53. * altered USB controller design.
  54. * - The various \c *_CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
  55. * streams are not available on the UC3 architecture, due to a lack of suitable library support.
  56. * - XMEGA Architecture
  57. * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
  58. *
  59. * - Endpoints of more than 64 bytes are not currently supported in this release.
  60. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  61. * cannot be used on XMEGA devices.
  62. * - Multiple-bank endpoints are not currently supported in this release.
  63. * - Early silicon revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  64. * relating to the USB controller.
  65. * - Architecture Independent
  66. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  67. * and a lengthy USB operation is initiated.
  68. * - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8).
  69. * - Build System
  70. * - No known issues.
  71. * - Atmel Studio Integration
  72. * - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts".
  73. * - When switching boards after changing the device selection, a second conflicting BOARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the Toolchain tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition.
  74. *
  75. * \section Sec_KnownIssues130901 Version 130901
  76. * - AVR8 Architecture
  77. * - No known issues.
  78. * - UC3 Architecture
  79. * \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n
  80. *
  81. * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
  82. * although the architecture is supported in the LUFA core library.
  83. * - DMA transfers to and from the USB controller are not yet implemented for this release.
  84. * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
  85. * altered USB controller design.
  86. * - The various \c *_CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
  87. * streams are not available on the UC3 architecture, due to a lack of suitable library support.
  88. * - XMEGA Architecture
  89. * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
  90. *
  91. * - Endpoints of more than 64 bytes are not currently supported in this release.
  92. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  93. * cannot be used on XMEGA devices.
  94. * - Multiple-bank endpoints are not currently supported in this release.
  95. * - Early silicon revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  96. * relating to the USB controller.
  97. * - Architecture Independent
  98. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  99. * and a lengthy USB operation is initiated.
  100. * - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8).
  101. * - Build System
  102. * - No known issues.
  103. * - Atmel Studio Integration
  104. * - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts".
  105. * - When switching boards after changing the device selection, a second conflicting BOARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the Toolchain tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition.
  106. *
  107. * \section Sec_KnownIssues130303 Version 130303
  108. * - AVR8 Architecture
  109. * - No known issues.
  110. * - UC3 Architecture
  111. * \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n
  112. *
  113. * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
  114. * although the architecture is supported in the LUFA core library.
  115. * - DMA transfers to and from the USB controller are not yet implemented for this release.
  116. * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
  117. * altered USB controller design.
  118. * - The various \c CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
  119. * streams are not available on the UC3 architecture, due to a lack of suitable library support.
  120. * - XMEGA Architecture
  121. * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
  122. *
  123. * - No demos, bootloaders or projects have been ported for the XMEGA devices in the current release,
  124. * although the architecture is supported in the LUFA core library.
  125. * - Endpoints of more than 64 bytes are not currently supported in this release.
  126. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  127. * cannot be used on XMEGA devices.
  128. * - Multiple-bank endpoints are not currently supported in this release.
  129. * - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  130. * relating to the USB controller.
  131. * - Architecture Independent
  132. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  133. * and a lengthy USB operation is initiated.
  134. * - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8).
  135. * - Build System
  136. * - No known issues.
  137. *
  138. * \section Sec_KnownIssues120730 Version 120730
  139. * - AVR8 Architecture
  140. * - No known issues.
  141. * - UC3 Architecture
  142. * \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n
  143. *
  144. * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
  145. * although the architecture is supported in the LUFA core library.
  146. * - DMA transfers to and from the USB controller are not yet implemented for this release.
  147. * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
  148. * altered USB controller design.
  149. * - The various \c CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
  150. * streams are not available on the UC3 architecture, due to a lack of suitable library support.
  151. * - XMEGA Architecture
  152. * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
  153. *
  154. * - No demos, bootloaders or projects have been ported for the XMEGA devices in the current release,
  155. * although the architecture is supported in the LUFA core library.
  156. * - Endpoints of more than 64 bytes are not currently supported in this release.
  157. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  158. * cannot be used on XMEGA devices.
  159. * - Multiple-bank endpoints are not currently supported in this release.
  160. * - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  161. * relating to the USB controller.
  162. * - Architecture Independent
  163. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  164. * and a lengthy USB operation is initiated.
  165. * - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8).
  166. * - Build System
  167. * - No known issues.
  168. */