<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host, 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?h=0.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-10-01T15:53:14Z</updated>
<entry>
<title>clean up</title>
<updated>2021-10-01T15:53:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-01T15:20:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=75ad0c7d310bf49b70e737d82b86b7ad4be1f167'/>
<id>urn:sha1:75ad0c7d310bf49b70e737d82b86b7ad4be1f167</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make vendor driver more flexible</title>
<updated>2021-09-14T14:30:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-14T14:30:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b4745222457d2a2c6c6e6a0747dd6082557c4c8e'/>
<id>urn:sha1:b4745222457d2a2c6c6e6a0747dd6082557c4c8e</id>
<content type='text'>
- skip additional custom descriptor between interface and endpoints
- can have up to 2 bulk endpoint ( 1 in &amp; 1 out)
</content>
</entry>
<entry>
<title>update configuration parser</title>
<updated>2021-09-14T14:02:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-14T14:02:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25ea8f9c9e65d1617382a7896df07afd0dc90ce3'/>
<id>urn:sha1:25ea8f9c9e65d1617382a7896df07afd0dc90ce3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usbd pre-compute total interface length without replying on driver open</title>
<updated>2021-09-14T05:47:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-14T05:47:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5404d6d8ae02fac16eb8dbfd4a9d15de8e6c1342'/>
<id>urn:sha1:5404d6d8ae02fac16eb8dbfd4a9d15de8e6c1342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test hid controller with rp2040</title>
<updated>2021-08-24T14:34:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-24T14:34:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3debeb637acb49222f36fa08f904adc4f5d9e1b7'/>
<id>urn:sha1:3debeb637acb49222f36fa08f904adc4f5d9e1b7</id>
<content type='text'>
</content>
</entry>
<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>fix dev0 out of bound array due to leftover</title>
<updated>2021-08-24T05:16:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-24T05:16:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5d152503ee6c31c7cf3ad2dfeb9ac38c70c42bd4'/>
<id>urn:sha1:5d152503ee6c31c7cf3ad2dfeb9ac38c70c42bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exclude dev0 from usbh devices pool</title>
<updated>2021-08-23T18:06:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-23T18:06:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=353c070d00a31ef9eed1e701d4048414fe704738'/>
<id>urn:sha1:353c070d00a31ef9eed1e701d4048414fe704738</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB</title>
<updated>2021-08-23T12:56:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-23T12:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3309425211639121ce72784405106ab22c4a426e'/>
<id>urn:sha1:3309425211639121ce72784405106ab22c4a426e</id>
<content type='text'>
separate dev0 from _usbh_devices pool to save sram
</content>
</entry>
</feed>
