<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common, branch 0.12.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/common?h=0.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-09-29T12:23:14Z</updated>
<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>Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master</title>
<updated>2021-09-29T08:27:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-29T08:27:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=103309b88b0f4e566f2de17d26c159f5e1e92c8b'/>
<id>urn:sha1:103309b88b0f4e566f2de17d26c159f5e1e92c8b</id>
<content type='text'>
examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h
</content>
</entry>
<entry>
<title>add CFG_TUSB_OS_INC_PATH for os include path</title>
<updated>2021-09-25T09:16:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-25T09:16:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73872a5df04a8939d5f71509788c659e38efcecd'/>
<id>urn:sha1:73872a5df04a8939d5f71509788c659e38efcecd</id>
<content type='text'>
useful for freertos/ prefix with esp IDF
</content>
</entry>
<entry>
<title>Merge branch 'master' into zhangslice-master</title>
<updated>2021-09-18T06:35:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-18T06:35:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3333703d257b4b2a37f543a65ea4a6e2db777fdb'/>
<id>urn:sha1:3333703d257b4b2a37f543a65ea4a6e2db777fdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite</title>
<updated>2021-09-13T09:49:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-13T09:49:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cdc63459ebf5bd979d1e98253abd3d75693dcdaf'/>
<id>urn:sha1:cdc63459ebf5bd979d1e98253abd3d75693dcdaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX</title>
<updated>2021-09-09T13:26:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-09T13:26:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad8c0ee8182f6c6120bf8124dbdcd2883f285f8f'/>
<id>urn:sha1:ad8c0ee8182f6c6120bf8124dbdcd2883f285f8f</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>rp2040 correct ep set/clear stall</title>
<updated>2021-09-01T09:52:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-01T09:52:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fc889ece74626f49a08898039102f0a9bf2b85a1'/>
<id>urn:sha1:fc889ece74626f49a08898039102f0a9bf2b85a1</id>
<content type='text'>
- stall will remove pending (not complete) transfer. Correct reset data
toggle when clear stall.
- remove buf ctrl debug code
</content>
</entry>
<entry>
<title>update msc driver to pass MSC BOT error recovery compliant test</title>
<updated>2021-08-27T05:38:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-27T05:38:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9394de6ae74cf01ba8c8f1dab57dbbdfad6d6407'/>
<id>urn:sha1:9394de6ae74cf01ba8c8f1dab57dbbdfad6d6407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve host configuration parsing</title>
<updated>2021-08-20T12:08:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-20T12:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=97703587d9f306f01a9435c1515a585f1b8d0975'/>
<id>urn:sha1:97703587d9f306f01a9435c1515a585f1b8d0975</id>
<content type='text'>
- remove driver class code binding
- fully support IAD
- auto calculate total length for interface descriptor for driver
</content>
</entry>
</feed>
