<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc_freertos/src, branch 0.14.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?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_freertos/src?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-06-27T04:50:17Z</updated>
<entry>
<title>fix most warnings with rp2040 -wconversion</title>
<updated>2022-06-27T04:50:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T04:50:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b9dc9dbd78ee1890342429502d585f323c480fc2'/>
<id>urn:sha1:b9dc9dbd78ee1890342429502d585f323c480fc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suppress redundant-decls warnings for freertos examples</title>
<updated>2022-06-24T14:53:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-24T14:53:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1d6918ce419b7df13def76759ba804c46ea8024c'/>
<id>urn:sha1:1d6918ce419b7df13def76759ba804c46ea8024c</id>
<content type='text'>
</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>rename board specific macro for example</title>
<updated>2022-06-01T16:53:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-01T16:53:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=99c1585ed215cb5ee2e27a41c54310d144e0ee6c'/>
<id>urn:sha1:99c1585ed215cb5ee2e27a41c54310d144e0ee6c</id>
<content type='text'>
- BOARD_DEVICE/HOST_RHPORT_NUM to  BOARD_TUD/H_RHPORT
- BOARD_DEVICE/HOST_RHPORT_SPEED to  BOARD_TUD/H_MAX_SPEED
</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>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>msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command</title>
<updated>2022-02-15T15:40:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-15T15:40:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=391edc7afb06359c7064752b1374550d1b526901'/>
<id>urn:sha1:391edc7afb06359c7064752b1374550d1b526901</id>
<content type='text'>
LUN1 of msc_disk_dual will be set to not ready to simulate medium not
present (e.g SD card removed)
</content>
</entry>
</feed>
