<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc_freertos/src/main.c, branch 0.16.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.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_freertos/src/main.c?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-09-25T09:53:11Z</updated>
<entry>
<title>adding host/cdc_msc_hid_freertos example</title>
<updated>2023-09-25T09:53:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-25T09:53:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a7c136c03f0c4a057f8b49c10ed9cddcecf52879'/>
<id>urn:sha1:a7c136c03f0c4a057f8b49c10ed9cddcecf52879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2202 from Rocky04/patch-4</title>
<updated>2023-08-09T13:48:26Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-09T13:48:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=92457ec99f1690b772ef9fa6b348256701c7fcf7'/>
<id>urn:sha1:92457ec99f1690b772ef9fa6b348256701c7fcf7</id>
<content type='text'>
Invoke unmounted state on configuration reset</content>
</entry>
<entry>
<title>Update examples</title>
<updated>2023-08-07T12:04:22Z</updated>
<author>
<name>Rocky04</name>
<email>rockerfaeller04@gmx.de</email>
</author>
<published>2023-08-07T12:04:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=45af3d6a83f89d3b048701f8d6d7de15ebfa0101'/>
<id>urn:sha1:45af3d6a83f89d3b048701f8d6d7de15ebfa0101</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into enhance-bsp</title>
<updated>2023-08-03T17:31:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-03T17:31:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef5bd9ee6cc2506745c0c5d602d4c540da681b69'/>
<id>urn:sha1:ef5bd9ee6cc2506745c0c5d602d4c540da681b69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename hw/bsp/board.h to board_api.h</title>
<updated>2023-08-03T08:44:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-03T08:44:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cf91660cee0863291fd9412a3623df018e8bd071'/>
<id>urn:sha1:cf91660cee0863291fd9412a3623df018e8bd071</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable USBMC for uno r4, add board_init_after_tusb() API</title>
<updated>2023-07-31T12:09:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-31T12:09:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3f788a4e5a7758ce51cbcadef4ac21e427cc3c56'/>
<id>urn:sha1:3f788a4e5a7758ce51cbcadef4ac21e427cc3c56</id>
<content type='text'>
add BOARD_UPPERCASE for board detection
</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>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>
</feed>
