<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/usbh.h, branch 0.19.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/host/usbh.h?h=0.19.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/usbh.h?h=0.19.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-09-17T20:48:59Z</updated>
<entry>
<title>Update weak callbacks to new syntax</title>
<updated>2025-09-17T20:48:59Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-17T20:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=369a1ff5153a472327d2847c7bc7386309486b34'/>
<id>urn:sha1:369a1ff5153a472327d2847c7bc7386309486b34</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>usbh make TU_API_SYNC() public, to implement sync() API, change return of sync API from uint8_t to tusb_xfer_result_t</title>
<updated>2025-06-20T05:51:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-20T05:51:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5c974cee23e9ece208df43b60070740fc2eda0c3'/>
<id>urn:sha1:5c974cee23e9ece208df43b60070740fc2eda0c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usbh: add new API tuh_descriptor_get_device_local()</title>
<updated>2025-06-18T16:44:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-18T16:35:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9503883ba7f99523a14082ce68a5f900585747b0'/>
<id>urn:sha1:9503883ba7f99523a14082ce68a5f900585747b0</id>
<content type='text'>
cdc host: remove the local desc_dev and the get_device descriptor call for ftdi and pl2303
</content>
</entry>
<entry>
<title>Fix TUH_EPSIZE_BULK_MPS macro</title>
<updated>2025-06-09T14:56:02Z</updated>
<author>
<name>Cédric Berger</name>
<email>cedric@precidata.com</email>
</author>
<published>2025-06-09T14:56:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d533650105c3d41e77a063869175cc56f5ef0461'/>
<id>urn:sha1:d533650105c3d41e77a063869175cc56f5ef0461</id>
<content type='text'>
TUH_EPSIZE_BULK_MPS should be set based on TUH_OPT_HIGH_SPEED, not TUD_OPT_HIGH_SPEED
</content>
</entry>
<entry>
<title>define hcd_devtree_info_t forr backward compatible</title>
<updated>2025-04-29T13:49:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-29T13:49:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2abd3c54c4141e5e6e0bd4fea38849cb150fb161'/>
<id>urn:sha1:2abd3c54c4141e5e6e0bd4fea38849cb150fb161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_address_set() API</title>
<updated>2025-04-24T03:41:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-24T03:41:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=89f8d0cffbe259baed3163a22a42390c21ba1f53'/>
<id>urn:sha1:89f8d0cffbe259baed3163a22a42390c21ba1f53</id>
<content type='text'>
minor rename and move code around
</content>
</entry>
<entry>
<title>rename and expose tuh_bus_info_get() to application</title>
<updated>2025-04-23T09:03:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-23T09:03:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a2da575793a14fdfc5137a02843af0fd8f8b772a'/>
<id>urn:sha1:a2da575793a14fdfc5137a02843af0fd8f8b772a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_edpt_close() API, it will abort any pending transfer</title>
<updated>2025-03-25T09:15:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-03-25T09:15:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=65e01fff2e7ab5302baa45bdd81a1d774e269452'/>
<id>urn:sha1:65e01fff2e7ab5302baa45bdd81a1d774e269452</id>
<content type='text'>
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
</content>
</entry>
<entry>
<title>host: add tuh_enum_descriptor_device_cb() and tuh_enum_descriptor_configuration_cb() callback</title>
<updated>2025-03-24T15:55:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-03-24T15:55:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9f541a3d961e1a75a9c6441cb3564c726292731b'/>
<id>urn:sha1:9f541a3d961e1a75a9c6441cb3564c726292731b</id>
<content type='text'>
host: support device with multiple configurations
</content>
</entry>
<entry>
<title>enable hil dual for metro m4 with max3421</title>
<updated>2025-03-20T17:11:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-03-20T17:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e54753814befa26742fa8a9805f5b7beac32a963'/>
<id>urn:sha1:e54753814befa26742fa8a9805f5b7beac32a963</id>
<content type='text'>
</content>
</entry>
</feed>
