<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal, branch 0.12.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.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-10-14T20:23:26Z</updated>
<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>
<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>This fixes the overflow mathmatic in the fifo</title>
<updated>2021-02-17T04:08:08Z</updated>
<author>
<name>Nicholas R Dinsmore</name>
<email>nicholas.dinsmore@gmail.com</email>
</author>
<published>2021-02-17T04:08:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b7ec66e33af1e24b763d855545d921ec5957f61a'/>
<id>urn:sha1:b7ec66e33af1e24b763d855545d921ec5957f61a</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>
<entry>
<title>RP2040 support</title>
<updated>2021-01-20T01:52:07Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-01-20T01:52:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e0aa405d19e35dbf58cf502b8106455c1a3c2a5c'/>
<id>urn:sha1:e0aa405d19e35dbf58cf502b8106455c1a3c2a5c</id>
<content type='text'>
</content>
</entry>
</feed>
