Dean Camera
|
071e02c6b6
|
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 |
Dean Camera
|
5de364163f
|
Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF.
Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them.
|
2009-11-10 11:24:15 +00:00 |
Dean Camera
|
de70f0f1cf
|
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
|
2009-10-18 05:35:48 +00:00 |
Dean Camera
|
046fff2aff
|
Fix broken Endpoint/Pipe stream templates.
Simplify AudioOutput demos, to reduce the number of cycles needed to process each incomming sample.
|
2009-10-04 07:57:15 +00:00 |
Dean Camera
|
73d9fafc0f
|
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.
|
2009-07-13 12:38:30 +00:00 |