<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal, branch 0.13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/osal?h=0.13.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal?h=0.13.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-02-18T06:07:21Z</updated>
<entry>
<title>fix build with latest esp idf</title>
<updated>2022-02-18T06:07:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-18T06:07:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=52645fcc1b6f00d4bf6b211a5425addf7d3a1e8c'/>
<id>urn:sha1:52645fcc1b6f00d4bf6b211a5425addf7d3a1e8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add license to dcd file, slightly update readme</title>
<updated>2021-12-29T12:25:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-12-29T12:22:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5f280b30290e540f24d55fdd3e0dd46efa251547'/>
<id>urn:sha1:5f280b30290e540f24d55fdd3e0dd46efa251547</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 CFG_TUSB_OS_INC_PATH for os include path</title>
<updated>2021-09-25T09:16:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-25T09:16:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73872a5df04a8939d5f71509788c659e38efcecd'/>
<id>urn:sha1:73872a5df04a8939d5f71509788c659e38efcecd</id>
<content type='text'>
useful for freertos/ prefix with esp IDF
</content>
</entry>
<entry>
<title>fix warnings cast function type for nrf, fix pico osal warning</title>
<updated>2021-05-25T14:02:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-25T14:02:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=954056da0ca4633d27f022858600164721963104'/>
<id>urn:sha1:954056da0ca4633d27f022858600164721963104</id>
<content type='text'>
add TODO for overflow in tusb_fifo.c
</content>
</entry>
<entry>
<title>tinyusb: add support of esp32s3 target</title>
<updated>2021-04-16T11:38:00Z</updated>
<author>
<name>Alex Lisitsyn</name>
<email>aleks@espressif.com</email>
</author>
<published>2021-03-09T10:29:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2f0cb8b5f1a944187635a58a748ed08738d324a5'/>
<id>urn:sha1:2f0cb8b5f1a944187635a58a748ed08738d324a5</id>
<content type='text'>
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
</content>
</entry>
<entry>
<title>fix ci build with rp2040</title>
<updated>2021-03-10T10:58:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T10:58:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a397353916db36d925f5aec654fc66d5ca09f427'/>
<id>urn:sha1:a397353916db36d925f5aec654fc66d5ca09f427</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>
</feed>
