<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd_pvt.h, branch 0.6.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_pvt.h?h=0.6.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_pvt.h?h=0.6.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-10-30T16:26:34Z</updated>
<entry>
<title>rename usbd_init() to tud_init()</title>
<updated>2019-10-30T16:26:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-10-30T16:26:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0002cc709bd39049d3effbe9a59b62dc198f79d'/>
<id>urn:sha1:a0002cc709bd39049d3effbe9a59b62dc198f79d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2nd attempt to fix #161</title>
<updated>2019-10-01T15:19:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-10-01T15:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=204791b3e787ed75b0f9d722392a601458417ceb'/>
<id>urn:sha1:204791b3e787ed75b0f9d722392a601458417ceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update vendor device similar to cdc read/write</title>
<updated>2019-07-24T16:07:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-24T16:07:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2a543c0e79b882b054d87f89ee8cf8e83b44e22e'/>
<id>urn:sha1:2a543c0e79b882b054d87f89ee8cf8e83b44e22e</id>
<content type='text'>
maybe refactor later
</content>
</entry>
<entry>
<title>add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose usbd control transfer</title>
<updated>2019-07-16T11:14:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-16T11:14:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=036e858543dce1c19ff789b69907680500e28ca6'/>
<id>urn:sha1:036e858543dce1c19ff789b69907680500e28ca6</id>
<content type='text'>
rename usbd_control_transfer/status to tud_control_transfer/status
</content>
</entry>
<entry>
<title>added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()</title>
<updated>2019-05-29T09:55:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-29T09:55:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0307bafdaa97628bb5e4d5e476db54cbc028d33'/>
<id>urn:sha1:a0307bafdaa97628bb5e4d5e476db54cbc028d33</id>
<content type='text'>
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
</content>
</entry>
<entry>
<title>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding optional ep out for hid</title>
<updated>2019-05-01T12:29:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-01T12:29:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c006f3dbce7820bbdc2c1736ba0cb4a4e629f0b6'/>
<id>urn:sha1:c006f3dbce7820bbdc2c1736ba0cb4a4e629f0b6</id>
<content type='text'>
refactor usbd_open_edpt_pair
</content>
</entry>
<entry>
<title>remove auto descriptor and its option CFG_TUD_DESC_AUTO</title>
<updated>2019-04-18T16:59:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-04-18T16:59:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=23bcf1cc7a38df4376a27f538604283571773cfc'/>
<id>urn:sha1:23bcf1cc7a38df4376a27f538604283571773cfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up remove usbd_control_stall()</title>
<updated>2019-03-27T09:26:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-27T09:26:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f26fbaf404c772c0ce4e48d36d94c2743f3a8aee'/>
<id>urn:sha1:f26fbaf404c772c0ce4e48d36d94c2743f3a8aee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall</title>
<updated>2019-03-27T09:09:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-27T09:09:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1e9848d917550b0af2115bc629d5e7e4743f23c7'/>
<id>urn:sha1:1e9848d917550b0af2115bc629d5e7e4743f23c7</id>
<content type='text'>
- remove dcd_edpt_stalled() from dcd porting
</content>
</entry>
</feed>
