<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/ehci, 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/portable/ehci?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ehci?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-09-27T08:51:03Z</updated>
<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 comment</title>
<updated>2023-08-16T07:43:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-16T07:43:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f4845e4e6cc2faca4e60cd83959850f27d3f3076'/>
<id>urn:sha1:f4845e4e6cc2faca4e60cd83959850f27d3f3076</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clear qhd halted bit if not caused by STALL protocol, allow for next transfer</title>
<updated>2023-08-16T04:12:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-14T17:09:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b3c7fe1023d14d1e07eb21ca9a61438bff49a788'/>
<id>urn:sha1:b3c7fe1023d14d1e07eb21ca9a61438bff49a788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tuh_rhport_is_active() and tuh_rhport_reset_bus()</title>
<updated>2023-08-07T13:48:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-07T11:22:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f95a417f271e627ec981be3d211eed8c37cb052'/>
<id>urn:sha1:1f95a417f271e627ec981be3d211eed8c37cb052</id>
<content type='text'>
- also improve ehci bus reset
- seperate bus reset delay and contact debouncing delay in enumeration
</content>
</entry>
<entry>
<title>Merge pull request #2179 from hathach/enhance-ehci</title>
<updated>2023-07-27T09:15:43Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-27T09:15:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db59494b1b24f7dad26c5c66c85a195a2cf09466'/>
<id>urn:sha1:db59494b1b24f7dad26c5c66c85a195a2cf09466</id>
<content type='text'>
Enhance EHCI</content>
</entry>
<entry>
<title>add check for edpt_xfer() with halted, also reset data toggle when clear stall</title>
<updated>2023-07-27T08:52:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-27T08:52:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5a29db2787fea0ff9fe236d2631b2dcbc94aea50'/>
<id>urn:sha1:5a29db2787fea0ff9fe236d2631b2dcbc94aea50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mising ehci</title>
<updated>2023-07-26T13:48:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-26T13:48:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=10575c1b380136ce9381393c33e982cea7ef4731'/>
<id>urn:sha1:10575c1b380136ce9381393c33e982cea7ef4731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve processing usb complete and error isr.</title>
<updated>2023-07-25T08:07:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-25T08:07:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4deea875793ce78a24b069491bb83e59e310c476'/>
<id>urn:sha1:4deea875793ce78a24b069491bb83e59e310c476</id>
<content type='text'>
also merge them together
</content>
</entry>
<entry>
<title>use standard EHCI USB INT instead of chipidea async/period interrupt to be compatible with other EHCI implementation</title>
<updated>2023-07-25T05:03:54Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-25T05:03:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef69da054e4d373636818a52df4e3433152fa3bf'/>
<id>urn:sha1:ef69da054e4d373636818a52df4e3433152fa3bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into hcd-abort-xfer</title>
<updated>2023-07-24T14:38:46Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-24T14:38:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fda92fd34a8fe0d08e5c51fab4ea38f6849051e8'/>
<id>urn:sha1:fda92fd34a8fe0d08e5c51fab4ea38f6849051e8</id>
<content type='text'>
</content>
</entry>
</feed>
