<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/hcd.h, 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/host/hcd.h?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/hcd.h?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>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>able to get 8 byte descriptor, but read(RCVBC) always return 0</title>
<updated>2023-08-23T08:08:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-23T08:08:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e3f3179924f7c84c4bb3e69234720f9afc178727'/>
<id>urn:sha1:e3f3179924f7c84c4bb3e69234720f9afc178727</id>
<content type='text'>
- rename max3421e to max3421
- fix incorrect bitmask for HCTL, fix initial device connect
- fix bus reset cause connect IRQ
</content>
</entry>
<entry>
<title>able to send setup packet</title>
<updated>2023-08-22T16:17:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-22T16:17:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=274578ff46c31b231b3553dc9a20895646313130'/>
<id>urn:sha1:274578ff46c31b231b3553dc9a20895646313130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update nrf52 bsp for cmake</title>
<updated>2023-08-18T05:48:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-18T05:48:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9257a0f562a1cb939a902e7c41de5032b0f7de19'/>
<id>urn:sha1:9257a0f562a1cb939a902e7c41de5032b0f7de19</id>
<content type='text'>
- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled
- add hcd_template.c
</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>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>correct hcd_edpt_clear_stall() API signature</title>
<updated>2023-07-26T12:56:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-26T12:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c37a9571741cef0dcf0cd5a77e202ae741a2dd42'/>
<id>urn:sha1:c37a9571741cef0dcf0cd5a77e202ae741a2dd42</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>
<entry>
<title>clean up</title>
<updated>2023-07-24T13:53:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-24T13:53:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fd29fd923a0a64be96fe4bdfa2a5fa9f184ea6c7'/>
<id>urn:sha1:fd29fd923a0a64be96fe4bdfa2a5fa9f184ea6c7</id>
<content type='text'>
</content>
</entry>
</feed>
