Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times.
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
* - Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the
|
||||
* device has been removed (for use when an error occurs or communications with the device have completed)
|
||||
* - Added new FAST_STREAM_TRANSFERS compile time option for faster stream transfers via multiple bytes copied per stream loop
|
||||
* - Added stdio stream demo code to the low-level CDC demo, to show how to create standard streams out of the virtual serial ports
|
||||
* - Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)
|
||||
|
||||
Reference in New Issue
Block a user