<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd_pvt.h, branch 0.5.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.5.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_pvt.h?h=0.5.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-05-29T09:55:15Z</updated>
<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>
<entry>
<title>migrate license from BSD 3 clause to MIT</title>
<updated>2019-03-20T09:11:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T09:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c211ee19dd99cd12d39a9d8b8ee2e704edaca843'/>
<id>urn:sha1:c211ee19dd99cd12d39a9d8b8ee2e704edaca843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dcd_set_address include status response, usbd control stall both control in and out</title>
<updated>2019-03-13T16:14:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-13T16:14:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eda56769b9126460f7721a9b3f04d4e4f6efd60d'/>
<id>urn:sha1:eda56769b9126460f7721a9b3f04d4e4f6efd60d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>seperate tusb_task() to tud_task() and tuh_task()</title>
<updated>2018-12-13T07:51:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-12-13T07:51:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1c49c479cabf1be9b1c22017c42a8480b26cebcb'/>
<id>urn:sha1:1c49c479cabf1be9b1c22017c42a8480b26cebcb</id>
<content type='text'>
tusb_task() still exists for backward compatible
</content>
</entry>
<entry>
<title>remove task void* param</title>
<updated>2018-12-13T06:53:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-12-13T06:53:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=af1ffe4675ca9eeeebd47a82f3508eecdc1486c5'/>
<id>urn:sha1:af1ffe4675ca9eeeebd47a82f3508eecdc1486c5</id>
<content type='text'>
</content>
</entry>
</feed>
