aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-17 12:38:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-17 12:38:24 +0000
commitecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70 (patch)
treec9c4a38b9a264ea77f4a18b64b3da51560d7f079 /LUFA/ManPages/FutureChanges.txt
parent09bedd6555a72c70f6d6bfb965225d44dec171cd (diff)
downloadlufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.tar.gz
lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.tar.bz2
lufa-ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70.zip
Added beginnings of a new AVRISP-MKII clone project.
Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints. Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r--LUFA/ManPages/FutureChanges.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index daabcea4e..5511d6405 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -12,9 +12,10 @@
* or post your suggestion as an enhancement request to the project bug tracker.
*
* <b>Targeted for This Release:</b>
- * - Host Mode Class Drivers
+ * - Finish Host Mode Class Drivers
* - Add overviews of each of the officially supported boards to the manual
* - Add hub support to match Atmel's stack
+ * - Finish AVRISP Project
*
* <b>Targeted for Future Releases:</b>
* - Add standardized descriptor names to device and host class driver structures