Skip to content
  • Dean Camera's avatar
    Altered all endpoint/pipe stream transfers so that the new BytesProcessed... · f555ad7c
    Dean Camera authored
    Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
    
    Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.
    
    Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.
    
    Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
    f555ad7c