<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common/tusb_types.h, branch 0.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_types.h?h=0.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_types.h?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-01-20T08:30:24Z</updated>
<entry>
<title>add helper tu_desc_find/find2/find3</title>
<updated>2023-01-20T08:30:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-01-20T08:30:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=074289caa31297b7261d9484f529f481d0fc9f06'/>
<id>urn:sha1:074289caa31297b7261d9484f529f481d0fc9f06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix hid host incorrect edpt release if failed to transmit</title>
<updated>2022-12-20T05:06:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-20T05:06:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7004914d8c6c7d88908776eb153661b6b987e513'/>
<id>urn:sha1:7004914d8c6c7d88908776eb153661b6b987e513</id>
<content type='text'>
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
</content>
</entry>
<entry>
<title>add common EPSIZE for bulk/iso in full and highspeed</title>
<updated>2022-12-16T10:08:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-15T08:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bd1f7f86ce1b6e82c3942d545e984b74b050004e'/>
<id>urn:sha1:bd1f7f86ce1b6e82c3942d545e984b74b050004e</id>
<content type='text'>
adding cdc host fifo tx/rx
</content>
</entry>
<entry>
<title>Retry a few times with transfers in enumeration since device can be unstable when starting up</title>
<updated>2022-11-28T16:22:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-28T16:22:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b2a3f33046fe736557ad1a4bc9c0da76e47e68f3'/>
<id>urn:sha1:b2a3f33046fe736557ad1a4bc9c0da76e47e68f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix -wconversion-int and add minor comment</title>
<updated>2022-11-04T09:14:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-04T09:14:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d2c9b8bcfba42ebc0023154493383b8bcb892020'/>
<id>urn:sha1:d2c9b8bcfba42ebc0023154493383b8bcb892020</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rp2040-hcd-bulk</title>
<updated>2022-11-04T08:42:50Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-04T08:42:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b554c2ed836527296dd0b79169db04fc2f68cf5a'/>
<id>urn:sha1:b554c2ed836527296dd0b79169db04fc2f68cf5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_func() for faster irq handling</title>
<updated>2022-06-08T09:08:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-08T09:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dd035b0eb2ed6ea7fee892d2a832e09f7c5c633c'/>
<id>urn:sha1:dd035b0eb2ed6ea7fee892d2a832e09f7c5c633c</id>
<content type='text'>
result is 1KB of code moved from rom -&gt; ram
</content>
</entry>
<entry>
<title>tusb_types:</title>
<updated>2022-04-17T00:16:49Z</updated>
<author>
<name>Skyler Mansfield</name>
<email>skyler.mansfield.21@gmail.com</email>
</author>
<published>2022-04-17T00:16:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=16c13bc110fb0959e704b417706dd303afc69981'/>
<id>urn:sha1:16c13bc110fb0959e704b417706dd303afc69981</id>
<content type='text'>
Added descriptive strings for edpt_dir and edpt_type
</content>
</entry>
<entry>
<title>add synchronous (blocking) support for usbh control transfer</title>
<updated>2022-03-13T10:45:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-13T10:45:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2929afe2fa2fc8425dcd1390cb3119bb1bd3b42b'/>
<id>urn:sha1:2929afe2fa2fc8425dcd1390cb3119bb1bd3b42b</id>
<content type='text'>
- add synchronous version of all get descriptor API
- update bare example to use sync API for string descriptor
- change order of index, language_id in tuh_descriptor_get_string() to
match similar API of libusb
- add index to tuh_descriptor_get_hid_report()
</content>
</entry>
<entry>
<title>remove obsolete device state</title>
<updated>2022-03-10T06:19:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-10T06:19:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b9ca301527040458bd369cf967732a76d5139222'/>
<id>urn:sha1:b9ca301527040458bd369cf967732a76d5139222</id>
<content type='text'>
</content>
</entry>
</feed>
