<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/Drivers/USB/LowLevel/Template/Template_Pipe_RW.c, branch master</title>
<subtitle>fork to update the benito, midimonster and other suspect devices products</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/lufa/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2010-08-22T13:31:27+00:00</updated>
<entry>
<title>Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files.</title>
<updated>2010-08-22T13:31:27+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-08-22T13:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2376b9e54b234104ac779ae755c79804b9a5f901'/>
<id>urn:sha1:2376b9e54b234104ac779ae755c79804b9a5f901</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1449 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add missing const qualifiers to class drivers.</title>
<updated>2010-07-21T14:00:51+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-07-21T14:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e3ae28e263d3c5a1f92164febdb942656bd6e431'/>
<id>urn:sha1:e3ae28e263d3c5a1f92164febdb942656bd6e431</id>
<content type='text'>
Indent core library function parameters so that there is only one parameter per line, to increase readability.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1398 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>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.</title>
<updated>2010-05-08T03:12:14+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-08T03:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=b5f6d7ca1be6920de8226721ebb3fc2f937854cd'/>
<id>urn:sha1:b5f6d7ca1be6920de8226721ebb3fc2f937854cd</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints.</title>
<updated>2009-11-25T03:26:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-11-25T03:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=bab9c137faab17b50d8444b22953516cc64ec7bd'/>
<id>urn:sha1:bab9c137faab17b50d8444b22953516cc64ec7bd</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@917 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF.</title>
<updated>2009-11-10T11:24:15+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-11-10T11:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=73299ea0a87c9e08bb98a8187929f8cb78c1d096'/>
<id>urn:sha1:73299ea0a87c9e08bb98a8187929f8cb78c1d096</id>
<content type='text'>
Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@891 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.</title>
<updated>2009-10-18T05:35:48+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-10-18T05:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=42d3fc0bab56b261d22c70d635918f94b2491dd0'/>
<id>urn:sha1:42d3fc0bab56b261d22c70d635918f94b2491dd0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@868 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix broken Endpoint/Pipe stream templates.</title>
<updated>2009-10-04T07:57:15+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-10-04T07:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=66cc16e868a26bcca870a4775441358812077038'/>
<id>urn:sha1:66cc16e868a26bcca870a4775441358812077038</id>
<content type='text'>
Simplify AudioOutput demos, to reduce the number of cycles needed to process each incomming sample.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@859 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ID string length from the start of the returned array (thanks to John Andrews).</title>
<updated>2009-07-20T10:19:13+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-20T10:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7fa0b158abd6fcecc0fc11b296013a4d6035c8cf'/>
<id>urn:sha1:7fa0b158abd6fcecc0fc11b296013a4d6035c8cf</id>
<content type='text'>
Fixed error in new pipe stream function template system not setting the right device token for R/W operations (also thanks to John Andrews).

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@663 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>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.</title>
<updated>2009-07-13T12:38:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2009-07-13T12:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9341f8f4c3ac2e30b48a0429fecfe035f7cc98f9'/>
<id>urn:sha1:9341f8f4c3ac2e30b48a0429fecfe035f7cc98f9</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@644 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
