<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal_none.h, branch 0.11.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_none.h?h=0.11.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal_none.h?h=0.11.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-02-26T07:05:08Z</updated>
<entry>
<title>add rp2040 to host example build</title>
<updated>2021-02-26T07:05:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-26T07:05:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f6b48c07fca039ea49be49062298e1dc8cc78471'/>
<id>urn:sha1:f6b48c07fca039ea49be49062298e1dc8cc78471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add TU_FIFO_INIT() to help with tu_fifo declaration</title>
<updated>2021-02-19T04:57:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-19T04:57:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2a04ee68b82d8857fc02974eab2c0557826d9f49'/>
<id>urn:sha1:2a04ee68b82d8857fc02974eab2c0557826d9f49</id>
<content type='text'>
tu_fifo_clear() also reset max_pointer_idx and non_used_index_space
</content>
</entry>
<entry>
<title>osal_none: Fix queue definition</title>
<updated>2020-10-13T14:34:44Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-10-13T14:25:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db70a35044bdec7092e89f269429cf87bbce6afe'/>
<id>urn:sha1:db70a35044bdec7092e89f269429cf87bbce6afe</id>
<content type='text'>
OSAL_QUEUE_DEF was not updated while FIFO was changed
to use unmasked pointers.

Two fields that are crucial to new functionality were left
uninitialized resulting in FIFO slowing down in time.
</content>
</entry>
<entry>
<title>Merge branch 'master' into update-host</title>
<updated>2020-05-22T08:28:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-22T08:28:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f308990ab5289a72d3d77a28e141991e6f8c3ced'/>
<id>urn:sha1:f308990ab5289a72d3d77a28e141991e6f8c3ced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove queue lock/unlock per review</title>
<updated>2020-05-20T08:09:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-20T08:09:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0fe3a80e74fceee6c97fcf734822280d1cfd62e'/>
<id>urn:sha1:a0fe3a80e74fceee6c97fcf734822280d1cfd62e</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>temporarily remove osal_task_delay() from osal</title>
<updated>2020-05-04T07:11:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-04T07:11:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=905a80d1b2de5e8ad67b3687ffd0543d90ac904e'/>
<id>urn:sha1:905a80d1b2de5e8ad67b3687ffd0543d90ac904e</id>
<content type='text'>
- add hcd_uframe_number() API, update EHCI to return uframe number
- get host running on ea4357
</content>
</entry>
<entry>
<title>Normalize line endings</title>
<updated>2020-01-15T19:47:43Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-01-15T04:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25c1bea782e69e8d365e8b61e12d888611d2f6f7'/>
<id>urn:sha1:25c1bea782e69e8d365e8b61e12d888611d2f6f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a bit of log1 for debugging</title>
<updated>2019-11-03T07:08:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-11-03T07:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=62f8c14fae1c7c2f7d5cd5246e18f305d638f5f6'/>
<id>urn:sha1:62f8c14fae1c7c2f7d5cd5246e18f305d638f5f6</id>
<content type='text'>
</content>
</entry>
</feed>
