<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/osal/usb_osal_rtthread.c, branch v0.10.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/osal/usb_osal_rtthread.c?h=v0.10.2</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/osal/usb_osal_rtthread.c?h=v0.10.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2023-10-12T06:38:13Z</updated>
<entry>
<title>osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use</title>
<updated>2023-10-12T06:38:13Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2023-10-12T02:23:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=d4ba2eef5779c9f1259668ff4f51430419c3ad2d'/>
<id>urn:sha1:d4ba2eef5779c9f1259668ff4f51430419c3ad2d</id>
<content type='text'>
- add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use

Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>fix rt-thread once thread delete</title>
<updated>2023-07-12T13:48:18Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-07-12T13:48:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=47c0255cdc01bbad8080b32912893c8e1b912ea7'/>
<id>urn:sha1:47c0255cdc01bbad8080b32912893c8e1b912ea7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enum device with disposable thread, do not block hub thread</title>
<updated>2023-07-05T14:53:13Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-07-05T14:39:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=7574063e9481e245e604f094986c016a1c87638c'/>
<id>urn:sha1:7574063e9481e245e604f094986c016a1c87638c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix pointer in 64bit cpu, use uintptr_t instead</title>
<updated>2023-04-21T15:24:13Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2023-04-21T15:24:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=dc4887aef1b7de2529f8831ea9d5a38d9bccca04'/>
<id>urn:sha1:dc4887aef1b7de2529f8831ea9d5a38d9bccca04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update hub thread wakeup with queue not sem&amp;list</title>
<updated>2022-12-11T12:27:18Z</updated>
<author>
<name>sakimisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2022-12-11T10:50:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=843af28b2bfe4e669aa9f9dc51bdf8bc4f661da7'/>
<id>urn:sha1:843af28b2bfe4e669aa9f9dc51bdf8bc4f661da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix usb_osal_sem_take return val in rt-thread port</title>
<updated>2022-11-11T09:41:46Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2022-11-11T09:41:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=582eb2a7acfa91cacc26d4a9ca632dbb271e7fc4'/>
<id>urn:sha1:582eb2a7acfa91cacc26d4a9ca632dbb271e7fc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete event and thread suppend/resume port</title>
<updated>2022-09-18T10:12:05Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2022-09-18T10:12:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=7837e34f7588d92ea9f8b5d15f1a2fd1a7ff02b5'/>
<id>urn:sha1:7837e34f7588d92ea9f8b5d15f1a2fd1a7ff02b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify the license rows, standardize header macro name</title>
<updated>2022-08-18T13:41:19Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2022-08-18T13:41:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=7377b5183d6f1c78bc46b6b45fe5df04edf824fb'/>
<id>urn:sha1:7377b5183d6f1c78bc46b6b45fe5df04edf824fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sem return with -ETIMEDOUT when timeout</title>
<updated>2022-04-03T14:10:50Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2022-04-03T14:10:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=44c282580d2ce4fd71e706a762e4323973010312'/>
<id>urn:sha1:44c282580d2ce4fd71e706a762e4323973010312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed osal critical section protect adapt 64bits CPU.</title>
<updated>2022-03-31T10:40:11Z</updated>
<author>
<name>xieyangrun</name>
<email>xieyangrun@rt-thread.com</email>
</author>
<published>2022-03-31T10:20:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=322964f598bcb78c3943b7fc1d097ad9845eaffd'/>
<id>urn:sha1:322964f598bcb78c3943b7fc1d097ad9845eaffd</id>
<content type='text'>
</content>
</entry>
</feed>
