<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/hid_composite_freertos/src/CMakeLists.txt, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/hid_composite_freertos/src/CMakeLists.txt?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/hid_composite_freertos/src/CMakeLists.txt?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-03-30T04:37:36Z</updated>
<entry>
<title>more esp32 cmake clean up</title>
<updated>2023-03-30T04:37:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-30T04:37:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cf7aad790c23dd1adebd0d86ae2338a1cd64aa97'/>
<id>urn:sha1:cf7aad790c23dd1adebd0d86ae2338a1cd64aa97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update all cmake for esp32 build</title>
<updated>2023-03-30T03:41:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-30T03:41:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=641613c428e10a029b172c318d4db077e35fee7d'/>
<id>urn:sha1:641613c428e10a029b172c318d4db077e35fee7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build with esp32s2, also use dwc2 for esp example</title>
<updated>2022-03-04T07:45:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-04T07:45:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f72da8ee7d7082f9c2f1d796cfb03dcdd1c6d673'/>
<id>urn:sha1:f72da8ee7d7082f9c2f1d796cfb03dcdd1c6d673</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>rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS</title>
<updated>2021-10-05T09:00:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-05T05:32:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a867d87072e6f25e47f209e9615e00b97a9eb36f'/>
<id>urn:sha1:a867d87072e6f25e47f209e9615e00b97a9eb36f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add NCM driver in a compatible manner : hathach/tinyusb#550</title>
<updated>2021-09-25T22:05:58Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2021-08-03T16:28:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=03d7988df3f491515389751a8cf4baecafb155fc'/>
<id>urn:sha1:03d7988df3f491515389751a8cf4baecafb155fc</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>
<entry>
<title>espressif: group boards using target name as a family</title>
<updated>2021-04-16T13:41:42Z</updated>
<author>
<name>Alex Lisitsyn</name>
<email>37483886+alisitsyn@users.noreply.github.com</email>
</author>
<published>2021-04-16T11:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f5e02e72ed8e6dae5ce854263fdca86ac7453e3c'/>
<id>urn:sha1:f5e02e72ed8e6dae5ce854263fdca86ac7453e3c</id>
<content type='text'>
`hw\bsp` separate one family folder to esp32s2, esp32s3
add board specific board.cmake file to override board specific options(features)
fix examples and test scripts to use new family approach
</content>
</entry>
<entry>
<title>tinyusb: add support of esp32s3 target</title>
<updated>2021-04-16T11:38:00Z</updated>
<author>
<name>Alex Lisitsyn</name>
<email>aleks@espressif.com</email>
</author>
<published>2021-03-09T10:29:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2f0cb8b5f1a944187635a58a748ed08738d324a5'/>
<id>urn:sha1:2f0cb8b5f1a944187635a58a748ed08738d324a5</id>
<content type='text'>
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
</content>
</entry>
<entry>
<title>make saola as cmake component, easier to add more esp32 board</title>
<updated>2020-04-09T04:19:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-09T04:19:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=16dbbb2b4fc8fb730417a4cc61e2aaef0a2ef27c'/>
<id>urn:sha1:16dbbb2b4fc8fb730417a4cc61e2aaef0a2ef27c</id>
<content type='text'>
</content>
</entry>
</feed>
