<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal_none.h, branch 0.16.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.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal_none.h?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-23T10:53:17Z</updated>
<entry>
<title>minor-update</title>
<updated>2023-11-23T10:53:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-23T10:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=54356a719e3968702d86346ec6305679ebd9dd0f'/>
<id>urn:sha1:54356a719e3968702d86346ec6305679ebd9dd0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>osal_none: make it possible to override the task delay function</title>
<updated>2023-07-18T12:14:23Z</updated>
<author>
<name>Aladdin Bakosh</name>
<email>aladdin.bakosh@emerson.com</email>
</author>
<published>2023-06-02T13:04:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3fdd2a40b2103089e47609a05577fc84b786ec4f'/>
<id>urn:sha1:3fdd2a40b2103089e47609a05577fc84b786ec4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
<entry>
<title>move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt</title>
<updated>2023-02-22T15:14:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-22T15:14:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1466afafeb927621f9cbb6efd2a0d7e4b6cf8d41'/>
<id>urn:sha1:1466afafeb927621f9cbb6efd2a0d7e4b6cf8d41</id>
<content type='text'>
also add place holder for tusb_app_dcache_flush() and
tusb_app_dcache_invalidate()
</content>
</entry>
<entry>
<title>use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX</title>
<updated>2022-12-15T11:03:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-15T11:03:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=88e6da727370114b427287e74c3ade176c483b17'/>
<id>urn:sha1:88e6da727370114b427287e74c3ade176c483b17</id>
<content type='text'>
add macro to swallow mutex API in order to simplify code with mutex
</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>refactor and integrate usbh control xfer back to usbh.c</title>
<updated>2022-03-10T15:22:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-10T15:22:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=171d021ab56960f8d7e222faa263168ead0f9d6a'/>
<id>urn:sha1:171d021ab56960f8d7e222faa263168ead0f9d6a</id>
<content type='text'>
fix enumeration with hub when reset port before set address
</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>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>
</feed>
