<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/usbh.h, branch 0.12.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.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/usbh.h?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-08-24T12:10:23Z</updated>
<entry>
<title>add tuh_vid_pid_get()</title>
<updated>2021-08-24T12:10:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-24T12:10:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3c0c051df182cb7261e0f5eb6c52e84f860d0ae1'/>
<id>urn:sha1:3c0c051df182cb7261e0f5eb6c52e84f860d0ae1</id>
<content type='text'>
complete Sony PS4 dualshock controller example
</content>
</entry>
<entry>
<title>rename host API to be consistent with naming on device stack</title>
<updated>2021-08-24T05:37:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-24T05:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=88bb8fac3d555e390f59770200c73a13eb61504b'/>
<id>urn:sha1:88bb8fac3d555e390f59770200c73a13eb61504b</id>
<content type='text'>
- tuh_device_get_speed() to tuh_speed_get()
- tuh_device_configured() to tuh_mounted()
- tuh_device_ready() to tuh_ready()
</content>
</entry>
<entry>
<title>remove hcd_edpt_stalled()</title>
<updated>2021-06-10T09:55:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-06-10T09:55:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7e6cba7359dd362548026578dd48fe1f26312db3'/>
<id>urn:sha1:7e6cba7359dd362548026578dd48fe1f26312db3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add usbh_classdriver.h</title>
<updated>2021-06-10T09:48:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-06-10T09:48:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13cb0160421a6a66429e99ed103afba4f1c345ce'/>
<id>urn:sha1:13cb0160421a6a66429e99ed103afba4f1c345ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more include clean up</title>
<updated>2021-05-27T11:34:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T11:18:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9ad6fadf6a65363f9873178e7f80c923452bfb47'/>
<id>urn:sha1:9ad6fadf6a65363f9873178e7f80c923452bfb47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_device_ready()</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-12T17:11:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=791efecfdfd650e7287388e3f3210b18f7262934'/>
<id>urn:sha1:791efecfdfd650e7287388e3f3210b18f7262934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename tuh_device_is_configured() to tuh_device_configured()</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-12T14:40:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b7a8b278c83b9b8e03a328e17f4b833f925226a2'/>
<id>urn:sha1:b7a8b278c83b9b8e03a328e17f4b833f925226a2</id>
<content type='text'>
- remove tuh_device_get_state()
- more hid mouse clean up
</content>
</entry>
<entry>
<title>rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-12T12:27:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e0dbb489aed9d9e7f081c379400dcb74600ede6a'/>
<id>urn:sha1:e0dbb489aed9d9e7f081c379400dcb74600ede6a</id>
<content type='text'>
add usbh_get_enum_buf
</content>
</entry>
<entry>
<title>separte tusb_init/inited() to tud/tuh init/inited</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-11T10:32:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3a7f8b3ac3988eeb653ada6e3efdd7acb68fbe0f'/>
<id>urn:sha1:3a7f8b3ac3988eeb653ada6e3efdd7acb68fbe0f</id>
<content type='text'>
add rhport to tud_init()
</content>
</entry>
<entry>
<title>add tuh_inited() and tud_inited()</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-01T18:46:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2666e1efec20d78f8f74c23cdbb7977737b8d956'/>
<id>urn:sha1:2666e1efec20d78f8f74c23cdbb7977737b8d956</id>
<content type='text'>
</content>
</entry>
</feed>
