Fix include path in the library RingBuffer.h header file.
[pub/lufa.git] / LUFA / ManPages / FutureChanges.txt
index 66ff8af..8212e02 100644 (file)
   *  - Code Features
   *      -# Add hub support when in Host mode for multiple devices
   *      -# Investigate virtual hubs when in device mode instead of composite devices
-  *      -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
   *      -# Change makefiles to allow for absolute LUFA location to be used
   *      -# Re-add interrupt Pipe/Endpoint support
-  *      -# Add HID report macros to make HID report editing easier
   *      -# Investigate dynamically created device descriptors
-  *      -# Add new event for EVENT_USB_Device_ControlRequest() fired before the internal library request handlers
+  *      -# Re-add in software PDI/TPI support into the AVRISP-MKII project
+  *      -# Add makefile includes to reduce boilerplate in user makefiles
   *  - Documentation/Support
   *      -# Add detailed overviews of how each demo works
   *      -# Add board overviews
   *      -# Write LUFA tutorials
   *  - Demos/Projects
-  *      -# Multiple-Report HID device
   *      -# Device/Host USB bridge
   *      -# Alternative (USB-IF endorsed) USB-CDC Ethernet Class
   *      -# Finish Test and Measurement Class demo