<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/hcd.h, branch 0.18.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.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/hcd.h?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-11-26T03:20:38Z</updated>
<entry>
<title>hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBUF_DEF</title>
<updated>2024-11-26T03:20:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-26T03:20:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=be25aa31f6720e0efe96e8656f46adf0ccbbce50'/>
<id>urn:sha1:be25aa31f6720e0efe96e8656f46adf0ccbbce50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent</title>
<updated>2024-10-14T11:27:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-14T11:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f18be93db39dbc57bbf34f982dbe07e209a2ae3'/>
<id>urn:sha1:1f18be93db39dbc57bbf34f982dbe07e209a2ae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hcd_init() take init struct</title>
<updated>2024-10-11T10:53:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-11T10:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1587d48e89cbaa8d0d1c870809bc40c3c8d1056f'/>
<id>urn:sha1:1587d48e89cbaa8d0d1c870809bc40c3c8d1056f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add hcd_configure() to change max NAK dynamically</title>
<updated>2024-04-02T09:38:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-02T09:38:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7d3d60f96de3f6e15291c9302463c294e2dc98de'/>
<id>urn:sha1:7d3d60f96de3f6e15291c9302463c294e2dc98de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding deinit() stub for usbh/hcd class driver</title>
<updated>2024-03-22T04:42:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-22T04:42:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=74bd2647589790b3bee49146774133c2061a34fe'/>
<id>urn:sha1:74bd2647589790b3bee49146774133c2061a34fe</id>
<content type='text'>
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
</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>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>
</feed>
