KnownIssues.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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_KnownIssues170418 Version 170418
  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/10).
  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_KnownIssues151115 Version 151115
  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 \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.
  74. *
  75. * \section Sec_KnownIssues140928 Version 140928
  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 \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.
  106. *
  107. * \section Sec_KnownIssues140302 Version 140302
  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. * - Endpoints of more than 64 bytes are not currently supported in this release.
  124. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  125. * cannot be used on XMEGA devices.
  126. * - Multiple-bank endpoints are not currently supported in this release.
  127. * - Early silicon revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  128. * relating to the USB controller.
  129. * - Architecture Independent
  130. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  131. * and a lengthy USB operation is initiated.
  132. * - 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).
  133. * - Build System
  134. * - No known issues.
  135. * - Atmel Studio Integration
  136. * - 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".
  137. * - 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.
  138. *
  139. * \section Sec_KnownIssues130901 Version 130901
  140. * - AVR8 Architecture
  141. * - No known issues.
  142. * - UC3 Architecture
  143. * \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n
  144. *
  145. * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
  146. * although the architecture is supported in the LUFA core library.
  147. * - DMA transfers to and from the USB controller are not yet implemented for this release.
  148. * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
  149. * altered USB controller design.
  150. * - The various \c *_CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
  151. * streams are not available on the UC3 architecture, due to a lack of suitable library support.
  152. * - XMEGA Architecture
  153. * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
  154. *
  155. * - Endpoints of more than 64 bytes are not currently supported in this release.
  156. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  157. * cannot be used on XMEGA devices.
  158. * - Multiple-bank endpoints are not currently supported in this release.
  159. * - Early silicon revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  160. * relating to the USB controller.
  161. * - Architecture Independent
  162. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  163. * and a lengthy USB operation is initiated.
  164. * - 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).
  165. * - Build System
  166. * - No known issues.
  167. * - Atmel Studio Integration
  168. * - 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".
  169. * - 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.
  170. *
  171. * \section Sec_KnownIssues130303 Version 130303
  172. * - AVR8 Architecture
  173. * - No known issues.
  174. * - UC3 Architecture
  175. * \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n
  176. *
  177. * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
  178. * although the architecture is supported in the LUFA core library.
  179. * - DMA transfers to and from the USB controller are not yet implemented for this release.
  180. * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
  181. * altered USB controller design.
  182. * - The various \c CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
  183. * streams are not available on the UC3 architecture, due to a lack of suitable library support.
  184. * - XMEGA Architecture
  185. * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
  186. *
  187. * - No demos, bootloaders or projects have been ported for the XMEGA devices in the current release,
  188. * although the architecture is supported in the LUFA core library.
  189. * - Endpoints of more than 64 bytes are not currently supported in this release.
  190. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  191. * cannot be used on XMEGA devices.
  192. * - Multiple-bank endpoints are not currently supported in this release.
  193. * - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  194. * relating to the USB controller.
  195. * - Architecture Independent
  196. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  197. * and a lengthy USB operation is initiated.
  198. * - 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).
  199. * - Build System
  200. * - No known issues.
  201. *
  202. * \section Sec_KnownIssues120730 Version 120730
  203. * - AVR8 Architecture
  204. * - No known issues.
  205. * - UC3 Architecture
  206. * \warning The UC3 device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only. \n
  207. *
  208. * - No demos, bootloaders or projects have been ported for the UC3 devices in the current release,
  209. * although the architecture is supported in the LUFA core library.
  210. * - DMA transfers to and from the USB controller are not yet implemented for this release.
  211. * - The UC3C, UC3D and UC3L sub-families of UC3 are not currently supported by the library due to their
  212. * altered USB controller design.
  213. * - The various \c CreateStream() functions for creating standard \c <stdio.h> compatible virtual file
  214. * streams are not available on the UC3 architecture, due to a lack of suitable library support.
  215. * - XMEGA Architecture
  216. * \warning The XMEGA device support is currently <b>experimental</b> (incomplete and/or non-functional), and is included for preview purposes only.
  217. *
  218. * - No demos, bootloaders or projects have been ported for the XMEGA devices in the current release,
  219. * although the architecture is supported in the LUFA core library.
  220. * - Endpoints of more than 64 bytes are not currently supported in this release.
  221. * - Isochronous endpoints are not currently supported in this release. As a result, the audio class
  222. * cannot be used on XMEGA devices.
  223. * - Multiple-bank endpoints are not currently supported in this release.
  224. * - Early revisions of the ATXMEGA128A1U are incompatible with LUFA, due to their various errata
  225. * relating to the USB controller.
  226. * - Architecture Independent
  227. * - The LUFA library is not watchdog aware, and thus timeouts are possible if short periods are used
  228. * and a lengthy USB operation is initiated.
  229. * - 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).
  230. * - Build System
  231. * - No known issues.
  232. */