<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/host/cdc_msc_hid, 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?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/host/cdc_msc_hid?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-07-18T10:11:06Z</updated>
<entry>
<title>fix some clang compiler warnings</title>
<updated>2024-07-18T10:11:06Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2024-07-18T02:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=31a979a6cccc2d4dc0a86474643710ae3b7f34fe'/>
<id>urn:sha1:31a979a6cccc2d4dc0a86474643710ae3b7f34fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix nrfx v3 spim freq when init</title>
<updated>2024-04-22T08:55:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-22T08:55:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=62331f02070bdb1bec2890885008e9f88b06bdb6'/>
<id>urn:sha1:62331f02070bdb1bec2890885008e9f88b06bdb6</id>
<content type='text'>
fix clang build with nrf
</content>
</entry>
<entry>
<title>fix build with nrfx v3, though max3421e spi does not seem to work well.</title>
<updated>2024-04-22T07:54:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-22T07:54:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c8e533e61222aa3ccdda291709abd6215e685d95'/>
<id>urn:sha1:c8e533e61222aa3ccdda291709abd6215e685d95</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>make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x</title>
<updated>2024-01-19T18:42:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-19T18:42:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=87d509d416ea7c250f4256f897f6cc9a7b7d2121'/>
<id>urn:sha1:87d509d416ea7c250f4256f897f6cc9a7b7d2121</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- add ch34x_set_data_format()</title>
<updated>2024-01-19T08:58:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-19T08:58:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=98781bb903d94190d57ad4b9436a85a31d67404c'/>
<id>urn:sha1:98781bb903d94190d57ad4b9436a85a31d67404c</id>
<content type='text'>
- add ch34x_set_line_coding()
</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>move make.mk and rules.mk to build_system/make</title>
<updated>2023-11-23T13:20:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-23T13:19:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=26ca48e7a7a93f8b7f13a209745080855a7bc4fe'/>
<id>urn:sha1:26ca48e7a7a93f8b7f13a209745080855a7bc4fe</id>
<content type='text'>
</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>
</feed>
