qmk_firmware/Projects/Incomplete/StandaloneProgrammer
Dean Camera f555ad7ced 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).
2011-01-10 18:43:34 +00:00
..
Lib 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). 2011-01-10 18:43:34 +00:00
Descriptors.c Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
Descriptors.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
DiskDevice.c Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
DiskDevice.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
DiskHost.c Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
DiskHost.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
Standalone Programmer.inf Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 2010-05-08 03:12:14 +00:00
StandaloneProgrammer.c Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
StandaloneProgrammer.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
makefile Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver. 2010-12-26 13:01:37 +00:00