<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/core/usbh_core.h, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/core/usbh_core.h?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/core/usbh_core.h?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2026-04-17T02:56:13Z</updated>
<entry>
<title>fix(class/hub): remove bus mutex, replace with mq to exit thread</title>
<updated>2026-04-17T02:56:13Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-04-16T14:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=3bd79e23648ac522ebfe9b17768bce7ea359b4a5'/>
<id>urn:sha1:3bd79e23648ac522ebfe9b17768bce7ea359b4a5</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>refactor: move cherryrb and cherrymp into common dir, rename with usb_ringbuffer and usb_mempool</title>
<updated>2026-02-11T11:58:09Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-02-11T11:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=362fec943a386c8cf623108f5f9019904270156f'/>
<id>urn:sha1:362fec943a386c8cf623108f5f9019904270156f</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(core): fix warnings</title>
<updated>2025-12-03T05:38:49Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-12-01T12:31:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=670bde36718d5fd110dbc22237513120b0fb6407'/>
<id>urn:sha1:670bde36718d5fd110dbc22237513120b0fb6407</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>update(class/hub): remove hport sources safely</title>
<updated>2025-11-28T03:45:20Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-28T03:41:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=3e28c528a4c1302b9e8352c9eadb2d176865344b'/>
<id>urn:sha1:3e28c528a4c1302b9e8352c9eadb2d176865344b</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>feat(core/usbh_core): support custom config index</title>
<updated>2025-11-27T14:43:56Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-27T14:43:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=e10b44f64e33ed5817caaf3a0779a5b55050dd12'/>
<id>urn:sha1:e10b44f64e33ed5817caaf3a0779a5b55050dd12</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>feat(core/usbh_core): support interfacenum match flag</title>
<updated>2025-11-20T14:49:41Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-20T14:49:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=449ea2664ec18342d5c948e1877cc4a3062f4fbc'/>
<id>urn:sha1:449ea2664ec18342d5c948e1877cc4a3062f4fbc</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>feat:  host add event callback mechanism similar to device</title>
<updated>2025-08-30T11:24:02Z</updated>
<author>
<name>Egahp</name>
<email>57124987+Egahp@users.noreply.github.com</email>
</author>
<published>2025-08-30T11:24:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=5d5b61a606b1d2ba5512ef3c71fb11975eed5e40'/>
<id>urn:sha1:5d5b61a606b1d2ba5512ef3c71fb11975eed5e40</id>
<content type='text'>
* fix: fix warning for speed_table
* fix(port/dwc2/usb_hc_dwc2): add roothub.speed init
* feat(usbh_core): add event_callback
* fix(usbh_hub): fix event device reset port
* fix(usbh_hub): remove event init when init failed
* feat(usbh_core): add default dummy_event_callback
* fix(usbh_hub): emit reset event only on successful reset
* fix(usbh_core): emit interface start only on successful connect class driver
* feat(usbh_core): change event_callback to typedef
* feat(port): update port usbh init params
* doc: update usbh_initialize desc
* fix(usbh_core): check result from ret == 0 change to ret &gt;= 0
---------

Signed-off-by: egahp &lt;2687434412@qq.com&gt;</content>
</entry>
<entry>
<title>refactor(core/usbh_core): refactor devaddr allocation, use auto increment</title>
<updated>2025-08-27T13:19:43Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-08-27T13:19:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=5130d227667e3d6e2aa5e220ad751d7e196e18d4'/>
<id>urn:sha1:5130d227667e3d6e2aa5e220ad751d7e196e18d4</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>update: add output_len param for usbh_get_string_desc</title>
<updated>2025-07-25T14:37:25Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-07-25T14:37:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=ecb98f399d0a64296f42a75b65cfe36b9d7a39b0'/>
<id>urn:sha1:ecb98f399d0a64296f42a75b65cfe36b9d7a39b0</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(class/hub): change urb interval unit to us</title>
<updated>2025-07-01T13:21:59Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-07-01T13:21:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=832e4c45fb659214d9ab9f8edee71e248f8aa96b'/>
<id>urn:sha1:832e4c45fb659214d9ab9f8edee71e248f8aa96b</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
</feed>
