<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/ohci, branch 0.19.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ohci?h=0.19.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ohci?h=0.19.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-09-17T21:48:58Z</updated>
<entry>
<title>Fix address translation functions</title>
<updated>2025-09-17T21:48:58Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-17T21:48:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce41292f1b49fe39d54a9d4c2951fec56b8c13f5'/>
<id>urn:sha1:ce41292f1b49fe39d54a9d4c2951fec56b8c13f5</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Replace old delay functions by tusb_time_delay_ms_api</title>
<updated>2025-09-17T20:48:59Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-17T20:45:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73f3900b2da5d00e707078a591067f0329118dcb'/>
<id>urn:sha1:73f3900b2da5d00e707078a591067f0329118dcb</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>rename and expose tuh_bus_info_get() to application</title>
<updated>2025-04-23T09:03:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-23T09:03:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a2da575793a14fdfc5137a02843af0fd8f8b772a'/>
<id>urn:sha1:a2da575793a14fdfc5137a02843af0fd8f8b772a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_info_get</title>
<updated>2025-04-23T05:35:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-23T05:35:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=741cb3cf029e37682634eeb355c20420c0816c8d'/>
<id>urn:sha1:741cb3cf029e37682634eeb355c20420c0816c8d</id>
<content type='text'>
streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus)
</content>
</entry>
<entry>
<title>added hcd_edpt_close() stub for other ports</title>
<updated>2025-03-26T15:11:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-03-26T15:11:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e511d00f34b2832ae32ad0b2418a0878c7c4e7d6'/>
<id>urn:sha1:e511d00f34b2832ae32ad0b2418a0878c7c4e7d6</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>fix wrong volatile usage in ohci gtd</title>
<updated>2024-02-19T11:12:03Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-02-19T11:12:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e9dc8f3e7dc6799ad674139df97e253acc71f4d7'/>
<id>urn:sha1:e9dc8f3e7dc6799ad674139df97e253acc71f4d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move gtd extra out of control struct to save sram</title>
<updated>2024-01-11T10:35:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-11T10:35:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e68c6658c954d0c5daed2952d500c230b7dfb30d'/>
<id>urn:sha1:e68c6658c954d0c5daed2952d500c230b7dfb30d</id>
<content type='text'>
also rename gtd_data to gtd_extra
</content>
</entry>
<entry>
<title>[OHCI] Allow more than 16 devices</title>
<updated>2024-01-10T05:33:43Z</updated>
<author>
<name>Ryzee119</name>
<email>wendland@live.com.au</email>
</author>
<published>2024-01-06T22:00:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e7e19f562765999ed76b25b93649e80d9652b088'/>
<id>urn:sha1:e7e19f562765999ed76b25b93649e80d9652b088</id>
<content type='text'>
</content>
</entry>
</feed>
