aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-08 07:34:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-08 07:34:16 +0000
commitac70ddd0a1c412bb54def48e53caaebd0b5c9c61 (patch)
treea36501a89cb67ffffd278d94ae4b6519b1d60af9 /LUFA/ChangeLog.txt
parent33a018474913701fa9ef8e962acf58accd1184d2 (diff)
downloadlufa-ac70ddd0a1c412bb54def48e53caaebd0b5c9c61.tar.gz
lufa-ac70ddd0a1c412bb54def48e53caaebd0b5c9c61.tar.bz2
lufa-ac70ddd0a1c412bb54def48e53caaebd0b5c9c61.zip
Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 94e8da087..f65c62aee 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -5,13 +5,14 @@
*/
========== TODO: ===========
- - Fix bootloaders - make compatible with smaller USB AVRS (USB_IsConnected, RAMPZ)
+ - Fix bootloaders - make compatible with smaller USB AVRS (USB_IsConnected)
- Document new device class drivers
- Made new host class drivers
- Document new host class drivers
- Convert Host mode demos to class drivers
- Convert Host mode demos to schedulerless
- Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
+ - Device demos error if endpoint config fail
============================
/** \page Page_ChangeLog Project Changelog
@@ -20,6 +21,8 @@
*
* - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively)
* - Added new class drivers and matching demos to the library for rapid application development
+ * - Added incomplete device and host mode demos for later enhancement
+ * - Changed bootloaders to use FLASHEND rather than the existence of RAMPZ to determine if far FLASH pointers are needed
*
*
* \section Sec_ChangeLog090605 Version 090605