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-06-15 05:34:55 +02:00
|
|
|
* -# Change makefiles to allow for absolute LUFA location to be used
|
2010-08-29 09:49:36 +02:00
|
|
|
* -# Re-add interrupt Pipe/Endpoint support
|
2011-02-11 21:00:48 +01:00
|
|
|
* -# Add makefile includes to reduce boilerplate in user makefiles
|
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-08 03:26:52 +02:00
|
|
|
* -# Consider switch from endpoint numbers to full endpoint addresses for future expansion
|
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 Audio Host class
|
|
|
|
* -# 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
|
2010-05-08 05:12:14 +02:00
|
|
|
* - Ports
|
2011-06-01 16:10:35 +02:00
|
|
|
* -# Complete AVR32 port for existing devices, add UC3C 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
|
|
|
|