<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/host/cdc_msc_hid_freertos/src, 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/examples/host/cdc_msc_hid_freertos/src?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/host/cdc_msc_hid_freertos/src?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-04-25T17:10:57Z</updated>
<entry>
<title>- add esp32 c3, c6 mcu option</title>
<updated>2024-04-25T17:10:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-25T17:10:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=223ce56625474764dc00229c44731858abcf4f29'/>
<id>urn:sha1:223ce56625474764dc00229c44731858abcf4f29</id>
<content type='text'>
- skip breakpoint for espressif riscv
</content>
</entry>
<entry>
<title>adding support for esp32 for use with max3421e host</title>
<updated>2024-04-25T13:23:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-25T13:23:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2e995d7cf4b2971e3ca7167a097b99832c8d61ce'/>
<id>urn:sha1:2e995d7cf4b2971e3ca7167a097b99832c8d61ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix print lu format warnings with clang</title>
<updated>2024-04-22T09:17:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-22T09:17:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c097c85dcf8e0ef3ea052c146c5f514101827251'/>
<id>urn:sha1:c097c85dcf8e0ef3ea052c146c5f514101827251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct rp2040 host with max3421</title>
<updated>2024-03-04T09:14:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-04T09:08:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9b6f13716f34d6a82a60c8c6ec7969d420a8af28'/>
<id>urn:sha1:9b6f13716f34d6a82a60c8c6ec7969d420a8af28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial support of CH34x CDC device</title>
<updated>2023-12-26T19:14:03Z</updated>
<author>
<name>IngHK</name>
<email>github@hkue.de</email>
</author>
<published>2023-12-26T19:14:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c2bbcc9f60a2b7293fad4e24468d3f045fde28ee'/>
<id>urn:sha1:c2bbcc9f60a2b7293fad4e24468d3f045fde28ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow rp2040 to use max3421e as host controller</title>
<updated>2023-12-26T15:50:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-12-26T15:50:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=551e47a464f55e1e36e2812e79902f4ef2955a17'/>
<id>urn:sha1:551e47a464f55e1e36e2812e79902f4ef2955a17</id>
<content type='text'>
- fix warnings build hcd max3421 with rp2040
- add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1
will enable this
- add max3421 driver implementation for rp2040 family
- update tusb_config for host to allow easy enable host selection for
rp2040 (default/pio-usb/max3421)
</content>
</entry>
<entry>
<title>update FreeRTOSConfig.h</title>
<updated>2023-12-18T13:33:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-12-18T13:33:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1a3f5f7a09d523872d8ab42fc3b432c19e8845b7'/>
<id>urn:sha1:1a3f5f7a09d523872d8ab42fc3b432c19e8845b7</id>
<content type='text'>
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
</content>
</entry>
<entry>
<title>fix typo in cdc line coding enum</title>
<updated>2023-11-22T04:25:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-22T04:25:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=aedc92f2d31af6209b00e8a5d7abbfec02ed979b'/>
<id>urn:sha1:aedc92f2d31af6209b00e8a5d7abbfec02ed979b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update example to work with featherwing max3421, set max3421 GPIO0 for vbus</title>
<updated>2023-11-20T15:09:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-20T15:09:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=86f6588c3f5d682ca6d94064b5817a8a463fd23b'/>
<id>urn:sha1:86f6588c3f5d682ca6d94064b5817a8a463fd23b</id>
<content type='text'>
tested with feather nrf52840, m0, m4
</content>
</entry>
<entry>
<title>fix build with new freertos host example</title>
<updated>2023-09-28T05:55:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-28T05:55:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6b8933cfe838b369c58d4fc9ced8aa5c9382a6d6'/>
<id>urn:sha1:6b8933cfe838b369c58d4fc9ced8aa5c9382a6d6</id>
<content type='text'>
</content>
</entry>
</feed>
