Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett).

This commit is contained in:
Dean Camera
2010-09-03 09:57:31 +00:00
parent 4dece08bef
commit b369aa2cc6
14 changed files with 262 additions and 8 deletions
+1
View File
@@ -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