<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/host/msc_file_explorer/src, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/host/msc_file_explorer/src?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/host/msc_file_explorer/src?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-11-26T10:28:27Z</updated>
<entry>
<title>add buffer note for host msc api</title>
<updated>2024-11-26T10:28:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-26T10:09:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e9a3f888940eea59fdd4945a30083b368689b948'/>
<id>urn:sha1:e9a3f888940eea59fdd4945a30083b368689b948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent</title>
<updated>2024-10-14T11:27:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-14T11:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f18be93db39dbc57bbf34f982dbe07e209a2ae3'/>
<id>urn:sha1:1f18be93db39dbc57bbf34f982dbe07e209a2ae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change tusb_init(), tusb_rhport_init() to use init struct for expandability</title>
<updated>2024-10-11T06:41:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-11T05:58:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=92602b9de3675c2d3e240bcd0838082e1a07b13b'/>
<id>urn:sha1:92602b9de3675c2d3e240bcd0838082e1a07b13b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new tusb_int_handler(rhport, in_isr) as common irq handler</title>
<updated>2024-10-10T09:28:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-10T09:22:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=57aac432b52df6d284c98daf591e661d1c55aa05'/>
<id>urn:sha1:57aac432b52df6d284c98daf591e661d1c55aa05</id>
<content type='text'>
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
</content>
</entry>
<entry>
<title>clang tested with mcb1800, add heap to lpc18 linker</title>
<updated>2024-04-22T11:31:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-22T11:08:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db30eee0fcacda2b2f3f208ddf5ab9be723129d8'/>
<id>urn:sha1:db30eee0fcacda2b2f3f208ddf5ab9be723129d8</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>wrap up build cmake &amp; make support for max3421, to enable the Host driver, 'MAX3421_HOST=1' must be added as part of make/cmake command</title>
<updated>2023-09-11T04:35:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-11T04:35:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ab9585401b9964407cbf2bc7bffdf762353817f9'/>
<id>urn:sha1:ab9585401b9964407cbf2bc7bffdf762353817f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use ep buf to keep setup packet, work well with hid device</title>
<updated>2023-08-30T09:21:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-30T09:21:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=41493426b38c8ce44b1f7720b907538bc5402f98'/>
<id>urn:sha1:41493426b38c8ce44b1f7720b907538bc5402f98</id>
<content type='text'>
</content>
</entry>
</feed>
