<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class, branch 0.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class?h=0.11.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class?h=0.11.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-08-25T16:22:15Z</updated>
<entry>
<title>Merge pull request #1041 from HiFiPhile/vdc</title>
<updated>2021-08-25T16:22:15Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-25T16:22:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8d97f0e81f775d8c7646dfc75ee59b7e938bbf8d'/>
<id>urn:sha1:8d97f0e81f775d8c7646dfc75ee59b7e938bbf8d</id>
<content type='text'>
Fix vendor fifo deadlock, add tud_vendor_n_read_flush</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>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>
<entry>
<title>rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX</title>
<updated>2021-08-23T04:01:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-23T04:01:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6a16f6ccddf77e1b0232aec0c89d2105e391b297'/>
<id>urn:sha1:6a16f6ccddf77e1b0232aec0c89d2105e391b297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_hid_receive_report() for applicaiton to explicitly request report</title>
<updated>2021-08-23T04:00:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-23T04:00:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=800f85329ea21bdefc778c246c8098dea12fb402'/>
<id>urn:sha1:800f85329ea21bdefc778c246c8098dea12fb402</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix vendor fifo deadlock, add tud_vendor_n_read_flush</title>
<updated>2021-08-22T11:26:50Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-08-22T11:26:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4941cde175af2ef21bbe24d7d3271b46363c0759'/>
<id>urn:sha1:4941cde175af2ef21bbe24d7d3271b46363c0759</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change host driver open return type to bool</title>
<updated>2021-08-20T12:31:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-20T12:31:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=22a5b1608c0949d46f8e346878bff730712858e4'/>
<id>urn:sha1:22a5b1608c0949d46f8e346878bff730712858e4</id>
<content type='text'>
the descriptor len used by driver will be calculated by usbh
</content>
</entry>
<entry>
<title>hid host skip get report descriptor if too large instead of assert</title>
<updated>2021-08-20T11:26:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-20T11:26:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=62f2efbe8cf1e61f70660abac28f4226bca93daf'/>
<id>urn:sha1:62f2efbe8cf1e61f70660abac28f4226bca93daf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix keyboard report reserved is always 0</title>
<updated>2021-08-17T06:29:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-17T06:29:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a6d18c400ddc6b61f665baae5672ed46af17c99c'/>
<id>urn:sha1:a6d18c400ddc6b61f665baae5672ed46af17c99c</id>
<content type='text'>
</content>
</entry>
</feed>
