Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files.

This commit is contained in:
Dean Camera
2010-08-22 13:31:27 +00:00
parent 4cc7f5200b
commit e72f424f64
18 changed files with 1320 additions and 1161 deletions
+1
View File
@@ -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