<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git, branch release/v1.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/?h=release%2Fv1.5</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/?h=release%2Fv1.5'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2026-01-22T13:33:51Z</updated>
<entry>
<title>docs: freeze version to v1.5.3.99</title>
<updated>2026-01-22T13:33:51Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-01-22T13:33:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=18fc474696ac48c45f19be966d727a9c03064a78'/>
<id>urn:sha1:18fc474696ac48c45f19be966d727a9c03064a78</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(musb): fix `musb_pipe_alloc` missing `bus` parameter, and fix host checks in irq</title>
<updated>2026-01-22T13:16:27Z</updated>
<author>
<name>MDLZCOOL</name>
<email>mdlzcool@mail.nwpu.edu.cn</email>
</author>
<published>2026-01-17T05:50:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=fd49804470bf3006dadd2e3d221d1878be2a6d8a'/>
<id>urn:sha1:fd49804470bf3006dadd2e3d221d1878be2a6d8a</id>
<content type='text'>
Includes:

- add `struct usbh_bus *bus` parameter to `musb_pipe_alloc`
- correct call in `usbh_submit_urb`
- correct host checks in irq
</content>
</entry>
<entry>
<title>refactor(osal): replace NuttX internal APIs with POSIX APIs</title>
<updated>2026-01-22T13:16:27Z</updated>
<author>
<name>SunJ</name>
<email>jsun@bouffalolab.com</email>
</author>
<published>2026-01-13T09:31:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=af556f4f03949bf44e02ba02683596a10859bd65'/>
<id>urn:sha1:af556f4f03949bf44e02ba02683596a10859bd65</id>
<content type='text'>
Replace nxsched_self() and nxsched_set_priority() with
standard POSIX sched_getparam() and sched_setparam() in
usb_osal_thread_schedule_other().

This improves portability and follows POSIX standards for
thread priority management.

Change-Id: I2e637268f77e200fbdee3e7713cba1b115976696
Signed-off-by: SunJ &lt;jsun@bouffalolab.com&gt;
</content>
</entry>
<entry>
<title>update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* macro is defined or not in usbh_lwip.c</title>
<updated>2026-01-14T06:40:30Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-01-05T13:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=901adfe19bd9da64f48195cdcb36838d4ce4d34b'/>
<id>urn:sha1:901adfe19bd9da64f48195cdcb36838d4ce4d34b</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(port/dwc2/usb_hc_dwc2): restart split transfer with dwc2_xxx_urb_init, do not use dwc2_chan_reenable api</title>
<updated>2026-01-14T06:40:18Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-01-05T13:21:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=6e2434a83cdc73f388d6acda9414717113e89d43'/>
<id>urn:sha1:6e2434a83cdc73f388d6acda9414717113e89d43</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>Update T113S3 glue</title>
<updated>2026-01-14T06:39:47Z</updated>
<author>
<name>HakumenJean</name>
<email>2538802664@qq.com</email>
</author>
<published>2026-01-08T08:19:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=dba6022bc909e034112f023160bd658cd084de7a'/>
<id>urn:sha1:dba6022bc909e034112f023160bd658cd084de7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(bluetooth): Correct HCI packet type from SCO to ISO in USB host.</title>
<updated>2026-01-14T06:38:52Z</updated>
<author>
<name>Alvin</name>
<email>shchen@bouffalolab.com</email>
</author>
<published>2026-01-05T08:09:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=f9fbf881bad05d003681d5d1c9be57355c029ce7'/>
<id>urn:sha1:f9fbf881bad05d003681d5d1c9be57355c029ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(demo): fix cdc ecm string check</title>
<updated>2026-01-14T06:38:44Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-01-04T13:50:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=de844391bda3e08b6a5e8d88d53b9afcea4ed292'/>
<id>urn:sha1:de844391bda3e08b6a5e8d88d53b9afcea4ed292</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(port/dwc2/usb_hc_dwc2): fix incorrect HFIR_RELOAD_CTRL setting</title>
<updated>2025-12-26T14:00:39Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-12-26T13:55:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=5ffe9cbe7fb41489d99806daa8572124ace1b99b'/>
<id>urn:sha1:5ffe9cbe7fb41489d99806daa8572124ace1b99b</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix: fix winusb string and audio macro</title>
<updated>2025-12-26T04:44:03Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-12-26T04:41:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=047c872e9982b8f32d5dbbf0e4016c53cad68e2b'/>
<id>urn:sha1:047c872e9982b8f32d5dbbf0e4016c53cad68e2b</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
</feed>
