<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal_mynewt.h, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal_mynewt.h?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal_mynewt.h?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-03-22T09:10:26Z</updated>
<entry>
<title>update osal API</title>
<updated>2024-03-22T09:10:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-22T09:10:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=31f68495cf66706926c408ad15ea90a646c62198'/>
<id>urn:sha1:31f68495cf66706926c408ad15ea90a646c62198</id>
<content type='text'>
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
</content>
</entry>
<entry>
<title>add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pending for event queue with timeout of 1 ms</title>
<updated>2022-04-20T06:25:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-04-20T06:25:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a90839688c11338451729838e45ae3aaa58864fe'/>
<id>urn:sha1:a90839688c11338451729838e45ae3aaa58864fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve rphort management for usbd</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-23T11:42:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4a5a53b3b88fcd2f5ec7f1f94eb07c27cb1e9bec'/>
<id>urn:sha1:4a5a53b3b88fcd2f5ec7f1f94eb07c27cb1e9bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove osal_queue_t const qhdl from osal API</title>
<updated>2020-05-20T07:38:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-20T07:38:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d8a15aca777abb0094935440f7cd551b36d62f43'/>
<id>urn:sha1:d8a15aca777abb0094935440f7cd551b36d62f43</id>
<content type='text'>
since it doesn't make any differences.
</content>
</entry>
<entry>
<title>added osal_queue_empty() API</title>
<updated>2020-05-20T06:38:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-20T06:38:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4e8d414bc666d4636efd29e1c9feffd622d055c5'/>
<id>urn:sha1:4e8d414bc666d4636efd29e1c9feffd622d055c5</id>
<content type='text'>
ported for osal none/freertos/mynewt
</content>
</entry>
<entry>
<title>Fix mynewt osal queue definition</title>
<updated>2019-12-01T11:38:36Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2019-11-29T15:25:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4a1f7d024315a8a280cf2ab1c5ba0c0d0c80fb7d'/>
<id>urn:sha1:4a1f7d024315a8a280cf2ab1c5ba0c0d0c80fb7d</id>
<content type='text'>
Queue table has pointers instead of data os_event structs.
This resulted in crashes when elements were put to queue and
overwritten variables that were just after mpool desiged
for queue.
</content>
</entry>
<entry>
<title>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usbd add connected, suspended, remote_wakeup</title>
<updated>2019-03-29T19:26:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-29T19:26:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=93a853cd5b5a7840536939d5a43c5ea3a0dcdfc3'/>
<id>urn:sha1:93a853cd5b5a7840536939d5a43c5ea3a0dcdfc3</id>
<content type='text'>
- remove use of osal_queue_reset
</content>
</entry>
<entry>
<title>more with mynewt</title>
<updated>2019-03-20T17:54:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T17:54:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3574688d264b92ae7082725076f0f0bc7c3534c2'/>
<id>urn:sha1:3574688d264b92ae7082725076f0f0bc7c3534c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update osal for mynewt</title>
<updated>2019-03-20T17:36:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T17:36:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1a6220ac88adfbcac12f11eb2b2c6826ac8c32b'/>
<id>urn:sha1:a1a6220ac88adfbcac12f11eb2b2c6826ac8c32b</id>
<content type='text'>
</content>
</entry>
</feed>
