<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/osal/osal_freertos.h, branch 0.17.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_freertos.h?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/osal/osal_freertos.h?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-06-27T19:30:16Z</updated>
<entry>
<title>remove double semicolon since ISO C not allow it</title>
<updated>2024-06-27T19:30:16Z</updated>
<author>
<name>Davide Gerhard</name>
<email>rainbow@irh.it</email>
</author>
<published>2024-06-27T19:30:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=85e1f423bf67776bf2c7113f3f287297f6e81404'/>
<id>urn:sha1:85e1f423bf67776bf2c7113f3f287297f6e81404</id>
<content type='text'>
ISO C does not allow extra ';' outside of a function [-Werror=pedantic]
</content>
</entry>
<entry>
<title>update osal API</title>
<updated>2024-03-22T09:10:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-22T09:10:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=31f68495cf66706926c408ad15ea90a646c62198'/>
<id>urn:sha1:31f68495cf66706926c408ad15ea90a646c62198</id>
<content type='text'>
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
</content>
</entry>
<entry>
<title>add osal queue name if needed</title>
<updated>2023-08-03T05:05:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-03T05:05:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=473f37df958f74153f15c050c20d63f8defe89ed'/>
<id>urn:sha1:473f37df958f74153f15c050c20d63f8defe89ed</id>
<content type='text'>
also mass change configQUEUE_REGISTRY_SIZE = 4
</content>
</entry>
<entry>
<title>Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware debuggers"</title>
<updated>2023-08-03T04:07:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-03T04:07:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d09604d6364f4840669eda66a75f5df0926bb3e0'/>
<id>urn:sha1:d09604d6364f4840669eda66a75f5df0926bb3e0</id>
<content type='text'>
This reverts commit 11fba59319d81fb9502fbf399abb4fe27cf3fa29.
</content>
</entry>
<entry>
<title>Name queues for easier FreeRTOS debugging with task- and queue-aware debuggers</title>
<updated>2023-06-28T21:25:22Z</updated>
<author>
<name>Dave Nadler</name>
<email>drn@nadler.com</email>
</author>
<published>2023-06-28T21:25:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=11fba59319d81fb9502fbf399abb4fe27cf3fa29'/>
<id>urn:sha1:11fba59319d81fb9502fbf399abb4fe27cf3fa29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>For FreeRTOS kernel-aware debugging, when queue registry is enabled, label tinyUSB queue</title>
<updated>2023-06-01T16:57:44Z</updated>
<author>
<name>Dave Nadler</name>
<email>drn@nadler.com</email>
</author>
<published>2023-06-01T16:57:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e8b7f21af6e5e994ece7c989202767732f23809e'/>
<id>urn:sha1:e8b7f21af6e5e994ece7c989202767732f23809e</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>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>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>
</feed>
