<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc_freertos/src/main.c, 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/examples/device/cdc_msc_freertos/src/main.c?h=0.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_freertos/src/main.c?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-12-05T05:09:41Z</updated>
<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>clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of CFG_TUSB_RHPORT0_MODE</title>
<updated>2022-06-06T10:35:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-06T10:35:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f4c80dd218240d934a28cb21d8ddd6a0e3a33fe5'/>
<id>urn:sha1:f4c80dd218240d934a28cb21d8ddd6a0e3a33fe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update example for better cdc echo</title>
<updated>2022-04-20T11:52:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-04-20T11:52:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=87572871d586856242c1fa44b1532a09e624162d'/>
<id>urn:sha1:87572871d586856242c1fa44b1532a09e624162d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add note for tud_task() behavior in freertos example</title>
<updated>2022-04-20T11:35:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-04-20T11:35:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6a022c73dbf1551a441fafbea3a27c1a9951816f'/>
<id>urn:sha1:6a022c73dbf1551a441fafbea3a27c1a9951816f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr</title>
<updated>2022-04-20T11:29:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-04-20T11:29:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b034c18077ef1350f2678f245ed1b885e9be79fc'/>
<id>urn:sha1:b034c18077ef1350f2678f245ed1b885e9be79fc</id>
<content type='text'>
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
</content>
</entry>
<entry>
<title>fix freertos issue when 1 tick &gt; 1 ms</title>
<updated>2022-04-20T07:37:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-04-20T07:37:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=669e36d674d4b67b56127d8b41928a6dd3bdca7b'/>
<id>urn:sha1:669e36d674d4b67b56127d8b41928a6dd3bdca7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use 4k stack for example with esp32sx</title>
<updated>2021-11-29T06:24:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-11-29T06:24:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7ad0af64cc172331413aa634aa28002171fe31ab'/>
<id>urn:sha1:7ad0af64cc172331413aa634aa28002171fe31ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change usage of TU_CHECK_MCU() to prevent macro conflict</title>
<updated>2021-10-25T10:04:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-25T10:04:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dbd31895bc234ff6d76d3fe736dc613890ab7acb'/>
<id>urn:sha1:dbd31895bc234ff6d76d3fe736dc613890ab7acb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make freertos header include in examples more explicit</title>
<updated>2021-09-26T05:23:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-26T05:23:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fba5ec813423b3e3e0f08c5c54e40143a9632e4e'/>
<id>urn:sha1:fba5ec813423b3e3e0f08c5c54e40143a9632e4e</id>
<content type='text'>
</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>
</feed>
