<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common, branch 0.16.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.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-24T04:33:34Z</updated>
<entry>
<title>Merge branch 'master' into feature/ch32f20x</title>
<updated>2023-11-24T04:33:34Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-24T04:33:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0601d174b1eaf7a9bfe646ee6595016e58d67ea4'/>
<id>urn:sha1:0601d174b1eaf7a9bfe646ee6595016e58d67ea4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding nulceo stm32u5a5, fix clock configure issue</title>
<updated>2023-10-18T11:43:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-10-18T11:43:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=27a2c8cba4dc7c56509bb3d9b6415a6fe8f638ac'/>
<id>urn:sha1:27a2c8cba4dc7c56509bb3d9b6415a6fe8f638ac</id>
<content type='text'>
dwc2 core stuck at reset
</content>
</entry>
<entry>
<title>feat(ch32f20x): add support of ch32f20x</title>
<updated>2023-10-06T10:04:54Z</updated>
<author>
<name>denis.krasutski</name>
<email>denis.krasutski</email>
</author>
<published>2023-10-06T10:04:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce627f431831e1fbaa3bb7bad35a489b8006b749'/>
<id>urn:sha1:ce627f431831e1fbaa3bb7bad35a489b8006b749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change hcd_int_handler(rhport, in_isr) signature: add in_isr</title>
<updated>2023-09-27T08:51:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T08:51:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee'/>
<id>urn:sha1:3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee</id>
<content type='text'>
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
</content>
</entry>
<entry>
<title>minor debug clean up</title>
<updated>2023-09-06T10:11:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-06T10:11:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b9108ea0dc237835e801d26cc7eef052acad987'/>
<id>urn:sha1:1b9108ea0dc237835e801d26cc7eef052acad987</id>
<content type='text'>
</content>
</entry>
<entry>
<title>call xfer_complete_isr() when result is not successful (stalled or failed)</title>
<updated>2023-08-30T09:04:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-30T09:04:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1ab488eb06ef4cb8ad9c0cff91e6b0caf76f73c4'/>
<id>urn:sha1:1ab488eb06ef4cb8ad9c0cff91e6b0caf76f73c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more update to transaction</title>
<updated>2023-08-27T16:45:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-27T16:45:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=502b1bdda62f0f207d9a51daf134574e455f3aa2'/>
<id>urn:sha1:502b1bdda62f0f207d9a51daf134574e455f3aa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and USB.2</title>
<updated>2023-08-09T05:47:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-08T14:59:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b8b01c10758043d318716569e693912f3e02c75b'/>
<id>urn:sha1:b8b01c10758043d318716569e693912f3e02c75b</id>
<content type='text'>
msc is mounted, but device couldn't work reliably and got constant reset
due to other errata probably.
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2023-08-04T04:48:04Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-04T04:48:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b04db2a777c3bac88c964f8171af0928a55477d'/>
<id>urn:sha1:1b04db2a777c3bac88c964f8171af0928a55477d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into renesas_ra_hs_rebased</title>
<updated>2023-07-27T09:50:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-27T09:50:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec093bebad264d3395ad7e269d89ed8b0f081316'/>
<id>urn:sha1:ec093bebad264d3395ad7e269d89ed8b0f081316</id>
<content type='text'>
</content>
</entry>
</feed>
