aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-03 09:57:31 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-03 09:57:31 +0000
commitb369aa2cc67015ba5fab3b17a56ea81a2086125d (patch)
tree91a5374b1d0468aebb4ef494db39b96182ac345b /LUFA/ManPages/ChangeLog.txt
parent4dece08bef10a23a9702b6ddb67401400119cbce (diff)
downloadlufa-b369aa2cc67015ba5fab3b17a56ea81a2086125d.tar.gz
lufa-b369aa2cc67015ba5fab3b17a56ea81a2086125d.tar.bz2
lufa-b369aa2cc67015ba5fab3b17a56ea81a2086125d.zip
Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index d7e5f5cef..20590f498 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -11,6 +11,7 @@
* - Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage class driver, to indicate when a previously
* not ready removable medium has now become ready for the host's use (thanks to Martin Degelsegger)
* - Moved the Pipe and Endpoint stream related code to two new USB library core source files EndpointStream.c and PipeStream.c
+ * - Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett)
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions