<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal_freertos.h, branch 0.9.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_freertos.h?h=0.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal_freertos.h?h=0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-07-21T14:06:10Z</updated>
<entry>
<title>follow up to pr468</title>
<updated>2020-07-21T14:06:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-21T14:06:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dfca92d29b8f984ebe5f4752154fd8187ec24120'/>
<id>urn:sha1:dfca92d29b8f984ebe5f4752154fd8187ec24120</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FreeRTOS: Yield from ISR to notify the USB task</title>
<updated>2020-07-19T21:46:16Z</updated>
<author>
<name>me-no-dev</name>
<email>hristo@espressif.com</email>
</author>
<published>2020-07-19T20:55:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3822a6a385a99c88e1fb9f6293be9d2a84556a25'/>
<id>urn:sha1:3822a6a385a99c88e1fb9f6293be9d2a84556a25</id>
<content type='text'>
If we do not yeld in ISR when we write to queue/give semaphore, the scheduler will not know of the change and will not check the queue untill the next OS tick. This change causes the task to be called immediately and makes communication many times faster.
</content>
</entry>
<entry>
<title>fix freeRTOS logic</title>
<updated>2020-05-20T08:21:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-20T08:21:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b66098335cb93504c7680fadad502b59ff73b48'/>
<id>urn:sha1:8b66098335cb93504c7680fadad502b59ff73b48</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>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>clean up</title>
<updated>2019-04-02T09:23:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-04-02T09:18:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6564580c3d9319b02a7a58958b75672e82478162'/>
<id>urn:sha1:6564580c3d9319b02a7a58958b75672e82478162</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>clean up</title>
<updated>2019-03-20T16:12:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T16:12:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=87962a222d695dcd59beca54e9672f1a44fe574e'/>
<id>urn:sha1:87962a222d695dcd59beca54e9672f1a44fe574e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate license from BSD 3 clause to MIT</title>
<updated>2019-03-20T09:11:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T09:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c211ee19dd99cd12d39a9d8b8ee2e704edaca843'/>
<id>urn:sha1:c211ee19dd99cd12d39a9d8b8ee2e704edaca843</id>
<content type='text'>
</content>
</entry>
</feed>
