<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common/tusb_types.h, branch 0.14.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.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_types.h?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-06-08T09:08:53Z</updated>
<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>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>
<entry>
<title>merge control stage host and device value</title>
<updated>2022-03-10T04:59:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-10T04:59:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b05401a5ab788a9b1a56bdb79b74e49b6909339f'/>
<id>urn:sha1:b05401a5ab788a9b1a56bdb79b74e49b6909339f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correctly init hs phy for bcm</title>
<updated>2021-10-28T17:53:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-28T17:53:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6c67fc412516950622a13fb34ddc10b64b9b3843'/>
<id>urn:sha1:6c67fc412516950622a13fb34ddc10b64b9b3843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove ep descriptor wMaxPacketSize bitfield due to endian issue</title>
<updated>2021-10-24T06:11:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-24T06:11:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5af989384bd95dbf16f824bcc48e56f3ea283080'/>
<id>urn:sha1:5af989384bd95dbf16f824bcc48e56f3ea283080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved ISO attributes from audio to common</title>
<updated>2021-09-29T12:23:14Z</updated>
<author>
<name>kkitayam</name>
<email>45088311+kkitayam@users.noreply.github.com</email>
</author>
<published>2021-07-25T05:01:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=033d6b28fff1644411ef430a968ca7f0d9aa3b05'/>
<id>urn:sha1:033d6b28fff1644411ef430a968ca7f0d9aa3b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add other speed descriptor callback tud_descriptor_other_speed_configuration_cb()</title>
<updated>2021-09-09T08:17:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-09T07:34:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f81368174b613f4168ddb0e2ec1822c8dbc31d59'/>
<id>urn:sha1:f81368174b613f4168ddb0e2ec1822c8dbc31d59</id>
<content type='text'>
example implement tud_descriptor_device_qualifier_cb() and
tud_descriptor_other_speed_configuration_cb() on high speed device to
fully compliant to usbcv
</content>
</entry>
<entry>
<title>rename bit filed order</title>
<updated>2021-07-22T10:30:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-22T10:24:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c4da1abb1eaa7aff432535878ada519d02382419'/>
<id>urn:sha1:c4da1abb1eaa7aff432535878ada519d02382419</id>
<content type='text'>
clean up packed/bit order begin end
</content>
</entry>
<entry>
<title>rename packed begin/end</title>
<updated>2021-07-22T10:07:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-22T10:07:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4e50ceba48c15206543fe662f098a98152ef4235'/>
<id>urn:sha1:4e50ceba48c15206543fe662f098a98152ef4235</id>
<content type='text'>
</content>
</entry>
</feed>
