2010-05-08 05:12:14 +02:00
|
|
|
/** \file
|
|
|
|
*
|
|
|
|
* This file contains special DoxyGen information for the generation of the main page and other special
|
|
|
|
* documentation pages. It is not a project source file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/** \page Page_FutureChanges Future Changes
|
|
|
|
*
|
|
|
|
* Below is a list of future changes which are proposed for the LUFA library, but not yet started/complete.
|
2010-10-20 09:39:11 +02:00
|
|
|
* This gives an unordered list of future changes which may be available in future releases of the library.
|
2010-05-08 05:12:14 +02:00
|
|
|
* If you have an item to add to this list, please contact the library author via email, the LUFA mailing list,
|
|
|
|
* or post your suggestion as an enhancement request to the project bug tracker.
|
|
|
|
*
|
|
|
|
* <b>Targeted for Future Releases:</b>
|
|
|
|
* - Code Features
|
|
|
|
* -# Add hub support when in Host mode for multiple devices
|
2010-09-19 07:46:17 +02:00
|
|
|
* -# Investigate virtual hubs when in device mode instead of composite devices
|
2010-08-29 09:49:36 +02:00
|
|
|
* -# Re-add interrupt Pipe/Endpoint support
|
2011-04-20 08:04:49 +02:00
|
|
|
* -# Update stream APIs to use DMA transfers on supported architectures
|
2011-06-01 16:33:40 +02:00
|
|
|
* -# Pull out third party libraries into a separate folder and reference them as required
|
2011-05-14 04:17:58 +02:00
|
|
|
* -# Add a LUFA_YIELD macro for integration into a third-party RTOS
|
2011-05-26 12:50:22 +02:00
|
|
|
* -# Abstract out Mass Storage byte send/receive to prevent low level API use in projects
|
2011-06-27 07:57:25 +02:00
|
|
|
* -# Fix HID report parser usage support for array types
|
2011-08-28 03:40:36 +02:00
|
|
|
* -# Make HOST_DEVICE_SETTLE_DELAY_MS a global variable that can be changed
|
2011-09-07 12:18:49 +02:00
|
|
|
* -# Add MANDATORY_EVENT_FUNCTIONS compile time option
|
|
|
|
* -# Add watchdog support to the library and apps/bootloaders
|
2012-03-04 19:21:54 +01:00
|
|
|
* - Testing/Verification
|
2011-09-28 15:24:08 +02:00
|
|
|
* -# Re-run USBIF test suite on all classes to formally verify operation
|
2012-03-04 19:21:54 +01:00
|
|
|
* -# Implement automated functional testing of all demos
|
2010-05-08 05:12:14 +02:00
|
|
|
* - Documentation/Support
|
|
|
|
* -# Add detailed overviews of how each demo works
|
|
|
|
* -# Add board overviews
|
|
|
|
* -# Write LUFA tutorials
|
|
|
|
* - Demos/Projects
|
|
|
|
* -# Device/Host USB bridge
|
2011-05-29 14:41:14 +02:00
|
|
|
* -# Finish incomplete demos and projects
|
|
|
|
* -# Add class driver support for Test and Measurement class
|
2011-06-03 09:56:12 +02:00
|
|
|
* -# Add class driver support for EEM class
|
|
|
|
* -# Add class driver support for ECM class
|
2012-03-04 19:21:54 +01:00
|
|
|
* -# Add class driver generic HID report host demo
|
|
|
|
* -# Implement flow control for USB to Serial project
|
2010-05-08 05:12:14 +02:00
|
|
|
* - Ports
|
2012-03-04 19:21:54 +01:00
|
|
|
* -# Port all demos to multiple architectures
|
2011-11-23 07:59:27 +01:00
|
|
|
* -# Finish USB XMEGA port
|
2011-12-11 04:04:16 +01:00
|
|
|
* -# Add AVR32 UC3C, UC3D and UC3L support
|
2010-05-08 05:12:14 +02:00
|
|
|
* -# Atmel ARM7 series microcontrollers
|
|
|
|
* -# Other (commercial) C compilers
|
|
|
|
*/
|
2010-10-13 16:05:35 +02:00
|
|
|
|