aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-08-22 13:31:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-08-22 13:31:27 +0000
commite72f424f6450cf67d3ef57d347a4f8d86ec5a119 (patch)
treec5c535f8462bb4c46c4c85b3a712b20348eeeb98 /LUFA/ManPages/ChangeLog.txt
parent4cc7f5200beef90c39c8c8310ed7c8b849afb4d9 (diff)
downloadlufa-e72f424f6450cf67d3ef57d347a4f8d86ec5a119.tar.gz
lufa-e72f424f6450cf67d3ef57d347a4f8d86ec5a119.tar.bz2
lufa-e72f424f6450cf67d3ef57d347a4f8d86ec5a119.zip
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files.
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 6b1090d02..6c77bcd2f 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -10,6 +10,7 @@
* <b>New:</b>
* - 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
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions