aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-08 07:46:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-08 07:46:07 +0000
commite6881fd166586793a5a90effeefe4188092f383b (patch)
tree18812dc15a6837bd283593fa4da59cee89a3b1ed /LUFA
parentac70ddd0a1c412bb54def48e53caaebd0b5c9c61 (diff)
downloadlufa-e6881fd166586793a5a90effeefe4188092f383b.tar.gz
lufa-e6881fd166586793a5a90effeefe4188092f383b.tar.bz2
lufa-e6881fd166586793a5a90effeefe4188092f383b.zip
Error status LEDs shown when device endpoint configuration fails to complete.
MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index f65c62aee..7e37ac45b 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -12,7 +12,6 @@
- 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
@@ -23,6 +22,8 @@
* - 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
+ * - Error status LEDs shown when device endpoint configuration fails to complete
+ * - MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready
*
*
* \section Sec_ChangeLog090605 Version 090605