<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal.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.h?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal.h?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-03-17T09:12:49Z</updated>
<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>Fix IAR warning: Warning[Pe381]: extra ";" ignored</title>
<updated>2023-01-02T20:18:10Z</updated>
<author>
<name>Mengsk</name>
<email>admin@hifiphile.com</email>
</author>
<published>2023-01-02T16:12:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=82f105e32b3b299509daa1dc24d6aa94f5ce63fb'/>
<id>urn:sha1:82f105e32b3b299509daa1dc24d6aa94f5ce63fb</id>
<content type='text'>
</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>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 support for Keil RTX4 OS abstraction layer</title>
<updated>2021-11-30T09:19:11Z</updated>
<author>
<name>Yunhao Tian</name>
<email>t123yh@outlook.com</email>
</author>
<published>2021-11-30T09:11:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a6929cf03eabe9f4fc0404d7c15b04ee2761945c'/>
<id>urn:sha1:a6929cf03eabe9f4fc0404d7c15b04ee2761945c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore certain compiler options on ARMCC</title>
<updated>2021-11-30T09:19:11Z</updated>
<author>
<name>Yunhao Tian</name>
<email>t123yh@outlook.com</email>
</author>
<published>2021-11-30T09:11:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ac20605e3f098687ce40349bbecc9266333d951b'/>
<id>urn:sha1:ac20605e3f098687ce40349bbecc9266333d951b</id>
<content type='text'>
ARMCC also sets __GNU__ macro, but doesn't support
GCC diagnostic pragmas.
</content>
</entry>
<entry>
<title>More warning cleanup</title>
<updated>2021-10-14T20:23:26Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-10-14T20:20:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=06d955538988c3859bf6c5428a38bd8311069ed9'/>
<id>urn:sha1:06d955538988c3859bf6c5428a38bd8311069ed9</id>
<content type='text'>
 - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them
 - fix compiler warnings in rp2040 port
 - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself
</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 basic support for rt-thread</title>
<updated>2021-02-08T12:46:49Z</updated>
<author>
<name>tfx2001</name>
<email>2479727366@qq.com</email>
</author>
<published>2021-02-07T14:44:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b678eccf55a808cde2e9fa450b76fe5e95539ba'/>
<id>urn:sha1:1b678eccf55a808cde2e9fa450b76fe5e95539ba</id>
<content type='text'>
</content>
</entry>
</feed>
