<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/osal, branch v1.5.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/osal?h=v1.5.3</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/osal?h=v1.5.3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2025-11-25T06:22:49Z</updated>
<entry>
<title>update: remove ununsed osal</title>
<updated>2025-11-25T06:22:49Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-25T06:22:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=38825606461ba495ef04229b5a88a70aff1a1e8d'/>
<id>urn:sha1:38825606461ba495ef04229b5a88a70aff1a1e8d</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(osal/usb_osal_ucosiii): fix msleep opt</title>
<updated>2025-11-23T13:37:29Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-23T13:36:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=6067343775818024ea79863bece1a15f52f976d6'/>
<id>urn:sha1:6067343775818024ea79863bece1a15f52f976d6</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(osal/usb_osal_threadx): delete self in another thread</title>
<updated>2025-11-05T12:42:07Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-05T12:40:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=5c9550d00e34a6f505ab2e048d1a4d3bfa29824d'/>
<id>urn:sha1:5c9550d00e34a6f505ab2e048d1a4d3bfa29824d</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(osal/usb_osal_ucosiii): lock before free</title>
<updated>2025-11-04T13:58:34Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-04T13:50:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=71a966bbd5590f1dea5d300105e28346550ae45a'/>
<id>urn:sha1:71a966bbd5590f1dea5d300105e28346550ae45a</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(osal/usb_osal_ucosiii): memset after malloc</title>
<updated>2025-11-03T14:19:13Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-03T13:21:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=38a4c5e375a3ba88fdec2a2d3303d8543b8878fb'/>
<id>urn:sha1:38a4c5e375a3ba88fdec2a2d3303d8543b8878fb</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>feat(osal): add ucosiii osal</title>
<updated>2025-11-03T14:18:55Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-10-09T13:28:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=b758fa814ab41077eb05b6109b5a6111eef838a6'/>
<id>urn:sha1:b758fa814ab41077eb05b6109b5a6111eef838a6</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>refactor(usb_osal_threadx): optimize the creation and deletion of threads</title>
<updated>2025-10-27T09:40:42Z</updated>
<author>
<name>MDLZCOOL</name>
<email>mdlzcool@mail.nwpu.edu.cn</email>
</author>
<published>2025-10-16T03:33:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=1045f877c88d43fde8440a7d1341261c867cadd2'/>
<id>urn:sha1:1045f877c88d43fde8440a7d1341261c867cadd2</id>
<content type='text'>
- Allocate only once at `usb_osal_thread_create`.
- Fixed a null pointer crash in `usb_osal_thread_delete`.
- Standardized the return value of `usb_osal_sem_give`.
</content>
</entry>
<entry>
<title>bugfix: Fix support for idf versions lower than 5.3</title>
<updated>2025-09-01T12:03:07Z</updated>
<author>
<name>LiPeng</name>
<email>lipeng@espressif.com</email>
</author>
<published>2025-09-01T07:32:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=1768079a89cd4bc702ecceb97717cabbc72c6d18'/>
<id>urn:sha1:1768079a89cd4bc702ecceb97717cabbc72c6d18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: Fix some compilation errors</title>
<updated>2025-09-01T12:01:50Z</updated>
<author>
<name>LiPeng</name>
<email>lipeng@espressif.com</email>
</author>
<published>2025-09-01T11:01:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=c77557510e760cf362ce7195e165fdd3c878bca6'/>
<id>urn:sha1:c77557510e760cf362ce7195e165fdd3c878bca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update(osal/idf): change xtaskcreate to xTaskCreatePinnedToCore</title>
<updated>2025-08-04T13:47:55Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-08-04T13:47:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=599b11ef1a4fe68a00557d6a637826c90b93ba5a'/>
<id>urn:sha1:599b11ef1a4fe68a00557d6a637826c90b93ba5a</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
</feed>
