<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/class/cdc_rndis_host.c, branch codex/class-reference-docs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/class/cdc_rndis_host.c?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/class/cdc_rndis_host.c?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2018-03-06T10:26:34Z</updated>
<entry>
<title>move class files</title>
<updated>2018-03-06T10:26:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-06T10:26:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=98f12c9833b4867cad46ea80ca2525d26fd6b075'/>
<id>urn:sha1:98f12c9833b4867cad46ea80ca2525d26fd6b075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reame SUBTASK_EXIT to SUBTASK_RETURN</title>
<updated>2018-03-05T06:25:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-05T06:25:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=84bce659b81db2c0ce079dd00818070048d1b1bc'/>
<id>urn:sha1:84bce659b81db2c0ce079dd00818070048d1b1bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>osal macro clean up</title>
<updated>2018-03-01T05:14:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-01T05:14:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7add7337babf0af8f4f2bbd1127e57dc0d580c1d'/>
<id>urn:sha1:7add7337babf0af8f4f2bbd1127e57dc0d580c1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up osal semaphore/queue/mutex</title>
<updated>2018-03-01T04:17:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-01T04:17:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a789fad4b7b23b8324e07ee4b9d08a145f5df0f9'/>
<id>urn:sha1:a789fad4b7b23b8324e07ee4b9d08a145f5df0f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>readd rndis files</title>
<updated>2015-05-01T11:14:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2015-05-01T11:14:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6dbd580b5398cf9e7a4b847b77539fe3f9ae9558'/>
<id>urn:sha1:6dbd580b5398cf9e7a4b847b77539fe3f9ae9558</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2014-03-26T09:20:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-26T09:06:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=abc6b58063538340e18f5f945ce8e25ffaf11308'/>
<id>urn:sha1:abc6b58063538340e18f5f945ce8e25ffaf11308</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code</title>
<updated>2014-03-10T06:13:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-10T06:13:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad72db5aeacf7d969f5c091c59a2f279eaf1c19c'/>
<id>urn:sha1:ad72db5aeacf7d969f5c091c59a2f279eaf1c19c</id>
<content type='text'>
change pipe xfer API buffer from void* to uint8_t*
change FIFO_DEF to have a separated buffer to be compatible with IAR\
refractor IAR data alignment pragma
</content>
</entry>
<entry>
<title>add windows driver for cdc</title>
<updated>2013-11-08T05:03:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-08T05:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=15d3a418bd0d109d926ea95c3be1bbc83757734b'/>
<id>urn:sha1:15d3a418bd0d109d926ea95c3be1bbc83757734b</id>
<content type='text'>
add simple echo cdc serial demo
add cdc device send/receive API
refractor descriptor
refractor cdc.h
add usbd driver function
- init
- bus_reset
</content>
</entry>
<entry>
<title>rndis document</title>
<updated>2013-10-27T08:42:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-10-27T08:42:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eb39d88360a56fefc3d62de93ca4655ab150b174'/>
<id>urn:sha1:eb39d88360a56fefc3d62de93ca4655ab150b174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>house keeping</title>
<updated>2013-09-21T06:17:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-09-21T06:17:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d15ba08fdc5c75aa061dc7dde10eff54f6dc607f'/>
<id>urn:sha1:d15ba08fdc5c75aa061dc7dde10eff54f6dc607f</id>
<content type='text'>
</content>
</entry>
</feed>
