From ab76c52e1414c55a2f594999ca2a04918bbc7143 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 15 Jun 2009 13:57:57 +0000 Subject: Move main library documentation pages into a new ManPages subdirectory. --- LUFA/ManPages/FutureChanges.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 LUFA/ManPages/FutureChanges.txt (limited to 'LUFA/ManPages/FutureChanges.txt') diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt new file mode 100644 index 000000000..f31d5e3c5 --- /dev/null +++ b/LUFA/ManPages/FutureChanges.txt @@ -0,0 +1,22 @@ +/** \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. + * This gives an unordered list of future changes which will be available in future releases of the library. + * 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. + * + * - Make new host class drivers + * - Document new host class drivers + * - Convert Host mode demos to class drivers + * - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES + * - Add multiple-report HID demo to the library + * - Add dual role Mouse Host/Keyboard Device demo to the library + * - Port LUFA to the AVR32 UC3B series microcontrollers + * - Port LUFA to the Atmel ARM7 series microcontrollers + */ -- cgit v1.2.3