<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal, branch 0.15.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.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-01-02T20:18:10Z</updated>
<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>Merge pull request #1801 from tyustli/tyustli_sem_reset</title>
<updated>2022-12-26T06:09:47Z</updated>
<author>
<name>Ha Thach</name>
<email>tinyusb.org@gmail.com</email>
</author>
<published>2022-12-26T06:09:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=301b6af6c6eab582ab027d5cc421eb9215833caf'/>
<id>urn:sha1:301b6af6c6eab582ab027d5cc421eb9215833caf</id>
<content type='text'>
[add] semaphore reset support for rt-thread</content>
</entry>
<entry>
<title>Update osal_freertos.h</title>
<updated>2022-12-19T12:58:54Z</updated>
<author>
<name>jbruneaux31</name>
<email>96246761+jbruneaux31@users.noreply.github.com</email>
</author>
<published>2022-12-19T12:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a46ad8fcdfef8c742933843b9c237778fc5ea0a0'/>
<id>urn:sha1:a46ad8fcdfef8c742933843b9c237778fc5ea0a0</id>
<content type='text'>
Fix FreeRTOS task switch even if not required (unitialized variable usage)</content>
</entry>
<entry>
<title>Update osal_rtthread.h</title>
<updated>2022-12-19T09:25:35Z</updated>
<author>
<name>tyustli</name>
<email>43946994+tyustli@users.noreply.github.com</email>
</author>
<published>2022-12-19T09:25:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e992ff46d24984a8e1143d6d6c1c5aba8c93266f'/>
<id>urn:sha1:e992ff46d24984a8e1143d6d6c1c5aba8c93266f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[add] semaphore reset support for rt-thread</title>
<updated>2022-12-19T09:18:47Z</updated>
<author>
<name>tyustli</name>
<email>43946994+tyustli@users.noreply.github.com</email>
</author>
<published>2022-12-19T09:18:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7d76c172db2f45846c9db45ceed4d879be96296d'/>
<id>urn:sha1:7d76c172db2f45846c9db45ceed4d879be96296d</id>
<content type='text'>
add  semaphore reset support for rt-thread</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>clean osal_freertos, update freertos examples to work with configSUPPORT_DYNAMIC_ALLOCATION only</title>
<updated>2022-12-05T05:09:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-05T05:09:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=de5a67bf3b8737a580539c5fbc6a054c90e4a084'/>
<id>urn:sha1:de5a67bf3b8737a580539c5fbc6a054c90e4a084</id>
<content type='text'>
note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
of heap_n.c must be included in makefile/cmake
</content>
</entry>
<entry>
<title>Some reverts and changes after discussion.</title>
<updated>2022-12-02T10:00:19Z</updated>
<author>
<name>pete-pjb</name>
<email>petebone00@gmail.com</email>
</author>
<published>2022-12-02T10:00:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3816869fce15509fd43eb5a6d14de76478f86cf1'/>
<id>urn:sha1:3816869fce15509fd43eb5a6d14de76478f86cf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix white space issue.</title>
<updated>2022-11-30T13:26:59Z</updated>
<author>
<name>pete-pjb</name>
<email>petebone00@gmail.com</email>
</author>
<published>2022-11-30T13:26:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25abb10de17ed868b2189ae5038a7c47aab19ae5'/>
<id>urn:sha1:25abb10de17ed868b2189ae5038a7c47aab19ae5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modify FreeRTOS integration to allow non-static allocation.</title>
<updated>2022-11-30T11:33:24Z</updated>
<author>
<name>pete-pjb</name>
<email>petebone00@gmail.com</email>
</author>
<published>2022-11-30T11:33:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d588167a39fd01e5cea718deb1917e74c6a801ab'/>
<id>urn:sha1:d588167a39fd01e5cea718deb1917e74c6a801ab</id>
<content type='text'>
</content>
</entry>
</feed>
