<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/osal/usb_osal_zephyr.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/osal/usb_osal_zephyr.c?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/osal/usb_osal_zephyr.c?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2026-08-19T05:52:13Z</updated>
<entry>
<title>[fix] osal: defer Zephyr thread memory release</title>
<updated>2026-08-19T05:52:13Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2026-08-19T04:51:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=89a1610636845a77deec3c3e70c565f20ddb3341'/>
<id>urn:sha1:89a1610636845a77deec3c3e70c565f20ddb3341</id>
<content type='text'>
- The system workqueue may preempt a self-deleting thread after the
release work is submitted. Waiting for the thread with k_thread_join()
before freeing its TCB and stack prevents use-after-free corruption.

- Also handle release work allocation failure before aborting the thread.

Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>update(osal): remove log</title>
<updated>2026-07-12T10:35:27Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-07-12T10:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=0e2b503932b0e68a748098992ebf7f26d5a249d2'/>
<id>urn:sha1:0e2b503932b0e68a748098992ebf7f26d5a249d2</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>feat(class): add usb_osal_thread_schedule_other to allow the applications which use the struct usbh_xxx to exit properly before free struct usbh_xxx</title>
<updated>2025-06-03T14:43:35Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-06-03T09:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=bff8a632a926cf976c3bbb18097f8a70d7cd9b93'/>
<id>urn:sha1:bff8a632a926cf976c3bbb18097f8a70d7cd9b93</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix zephyr build warning</title>
<updated>2025-05-19T06:56:39Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2025-05-19T06:43:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=d6f912c48dd974822ca3a9bb38c4ac779e706e83'/>
<id>urn:sha1:d6f912c48dd974822ca3a9bb38c4ac779e706e83</id>
<content type='text'>
Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>chore: update zephyr code</title>
<updated>2025-05-15T01:47:59Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-05-14T14:45:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=43692c0ba20ae62948da8cb438a3c64aa57ce31c'/>
<id>urn:sha1:43692c0ba20ae62948da8cb438a3c64aa57ce31c</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>update(osal): rename ticks to timeout_ms</title>
<updated>2025-05-06T10:16:04Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-05-06T10:16:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=e29d87bb202a1b17ef973231f66e0f08ac0892c6'/>
<id>urn:sha1:e29d87bb202a1b17ef973231f66e0f08ac0892c6</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>feat(osal/usb_osal_zephyr): add zephyr osal</title>
<updated>2025-05-06T10:09:43Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-05-06T10:09:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=93a84577002ec332631396d55a9422cfe896971d'/>
<id>urn:sha1:93a84577002ec332631396d55a9422cfe896971d</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
</feed>
