<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/ohci/ohci.c, branch cdc_persistent</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ohci/ohci.c?h=cdc_persistent</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ohci/ohci.c?h=cdc_persistent'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-07-02T14:55:45Z</updated>
<entry>
<title>license: use SPDX identifiers for src/ headers (#3749)</title>
<updated>2026-07-02T14:55:45Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-07-02T14:55:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7a4111b96ef6279e75579f9a18443834f6a0871d'/>
<id>urn:sha1:7a4111b96ef6279e75579f9a18443834f6a0871d</id>
<content type='text'>
* license: use SPDX identifiers for src/ headers

Replace the full ~20-line MIT license boilerplate on every src/ file with a
two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following
the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500
lines of duplicated boilerplate.</content>
</entry>
<entry>
<title>hcd/ohci: fix warnings</title>
<updated>2025-12-13T20:08:42Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-12-10T20:39:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=32dafcccc79cb96df7e91a5cf600f14562f779c3'/>
<id>urn:sha1:32dafcccc79cb96df7e91a5cf600f14562f779c3</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>fix more warnings/alerts</title>
<updated>2025-11-03T08:14:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-03T08:14:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=22f01aea0d31b5a54532877d02d61f51041aeb6f'/>
<id>urn:sha1:22f01aea0d31b5a54532877d02d61f51041aeb6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove binary prefix for portability</title>
<updated>2025-11-03T04:17:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-03T04:17:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=67b2a5c2e1dacd305015ae4a6329c8db8f198e81'/>
<id>urn:sha1:67b2a5c2e1dacd305015ae4a6329c8db8f198e81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into fork/ArcaneNibble/ohci-upstream</title>
<updated>2025-10-31T07:21:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-31T07:21:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6837e47584d2512c8251345e09775075f8159c4d'/>
<id>urn:sha1:6837e47584d2512c8251345e09775075f8159c4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to enable ohci for lpc55 but not working, probably clock issue</title>
<updated>2025-10-10T06:47:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-10T05:33:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=83baf13dcbde66942419c03348cc88ef22575e32'/>
<id>urn:sha1:83baf13dcbde66942419c03348cc88ef22575e32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix todo size in list_reverse()</title>
<updated>2025-10-09T11:50:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-09T11:50:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cc82e088b5333bae3dba8fb12965271d89cd5117'/>
<id>urn:sha1:cc82e088b5333bae3dba8fb12965271d89cd5117</id>
<content type='text'>
</content>
</entry>
<entry>
<title>centralize hcd_dcache_uncached() for ED</title>
<updated>2025-10-09T11:18:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-09T11:18:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d4374bb0dbb0e0eddd4459219f981fd8f62365a1'/>
<id>urn:sha1:d4374bb0dbb0e0eddd4459219f981fd8f62365a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into fork/ArcaneNibble/ohci-upstream</title>
<updated>2025-10-09T05:27:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-09T05:27:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=970384d6dbb012e5b27095b0f065fd73d00ebf4c'/>
<id>urn:sha1:970384d6dbb012e5b27095b0f065fd73d00ebf4c</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
