<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/host/bare_api/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/bare_api/src?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/host/bare_api/src?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-06-18T05:52:32Z</updated>
<entry>
<title>add host/device_info example</title>
<updated>2024-06-18T05:52:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-18T05:52:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f93eb40b1d9f52ec4b8557e190ad64b3588c63c9'/>
<id>urn:sha1:f93eb40b1d9f52ec4b8557e190ad64b3588c63c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2609 from tyustli/patch-1</title>
<updated>2024-04-25T22:22:22Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-04-25T22:22:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=69313ef45564cc8967575f47fb8c57371cbea470'/>
<id>urn:sha1:69313ef45564cc8967575f47fb8c57371cbea470</id>
<content type='text'>
Remove redundant header file includes for the hid class</content>
</entry>
<entry>
<title>fix ci error</title>
<updated>2024-04-25T11:47:12Z</updated>
<author>
<name>tyustli</name>
<email>43946994+tyustli@users.noreply.github.com</email>
</author>
<published>2024-04-25T11:47:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1e7091dae98ea3eeba4789364c290199b157c368'/>
<id>urn:sha1:1e7091dae98ea3eeba4789364c290199b157c368</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>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>Merge pull request #2204 from hathach/enhance-bsp</title>
<updated>2023-08-04T04:41:44Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-04T04:41:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=de4ad2c7754cd2b11a4a9afafbc82766eccea3b2'/>
<id>urn:sha1:de4ad2c7754cd2b11a4a9afafbc82766eccea3b2</id>
<content type='text'>
Enhance bsp</content>
</entry>
<entry>
<title>Merge pull request #2116 from dsugisawa-mixi/master</title>
<updated>2023-08-04T04:00:09Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-04T04:00:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9a4c76d18d5b5354662fe64c420473aedefc4a58'/>
<id>urn:sha1:9a4c76d18d5b5354662fe64c420473aedefc4a58</id>
<content type='text'>
fix example of bare_api, check empty string</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>
</feed>
