<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/hid/hid_device.h, branch 0.16.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/hid/hid_device.h?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/hid/hid_device.h?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-02-04T04:43:23Z</updated>
<entry>
<title>change length in tud_hid_report_complete_cb() from uint8 to uint16</title>
<updated>2023-02-04T04:43:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-04T04:43:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3422e0568431079715acabc63f1899578ef6240d'/>
<id>urn:sha1:3422e0568431079715acabc63f1899578ef6240d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1776 from hathach/hid-fido</title>
<updated>2022-12-05T07:32:49Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-05T07:32:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f03c28ec31ff68b88d6b88fdccbfa50c738490aa'/>
<id>urn:sha1:f03c28ec31ff68b88d6b88fdccbfa50c738490aa</id>
<content type='text'>
Hid fido</content>
</entry>
<entry>
<title>rename to match fido sample uf2_hid..h</title>
<updated>2022-12-05T06:18:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-05T06:18:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d58120647aef366de7a57e40b2572da03efdb415'/>
<id>urn:sha1:d58120647aef366de7a57e40b2572da03efdb415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more typos</title>
<updated>2022-12-04T12:44:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-04T11:51:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=43b255f413e08b9e567a23b24701efbdaebcb824'/>
<id>urn:sha1:43b255f413e08b9e567a23b24701efbdaebcb824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hid: add configurable report size for fido</title>
<updated>2022-10-15T11:22:21Z</updated>
<author>
<name>gaoyichuan</name>
<email>gaoyichuan000@gmail.com</email>
</author>
<published>2022-10-15T11:22:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3846d5f38c465d673442db1085c69f3602e21470'/>
<id>urn:sha1:3846d5f38c465d673442db1085c69f3602e21470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hid: add fido hid descriptor templates</title>
<updated>2022-10-15T11:07:07Z</updated>
<author>
<name>gaoyichuan</name>
<email>gaoyichuan000@gmail.com</email>
</author>
<published>2022-05-25T01:51:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2a520fb921fceb2a8e6182bff073c4a98504127f'/>
<id>urn:sha1:2a520fb921fceb2a8e6182bff073c4a98504127f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up coming release</title>
<updated>2022-07-17T15:56:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-07-17T15:46:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b495d6f8ec263e51b0683ab85ff9e54dab6f5fd3'/>
<id>urn:sha1:b495d6f8ec263e51b0683ab85ff9e54dab6f5fd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change report len in hid API from uint8_t to uint16_t</title>
<updated>2022-06-27T05:22:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T05:22:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=556b5d5044bd02e89d6b6c6f21e95d46f5fcdfc1'/>
<id>urn:sha1:556b5d5044bd02e89d6b6c6f21e95d46f5fcdfc1</id>
<content type='text'>
since HS interrupt endpoint can be up to 1024, 8-bit is not enough.
affected APIs are:
- tud_hid_n_report() / tud_hid_report()
- tud_hid_report_complete_cb()
</content>
</entry>
<entry>
<title>correct 32 button in gamepad hid descriptor template</title>
<updated>2021-11-29T06:07:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-11-29T06:07:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ab223eb1df187b0fd845fec17b6bf5365216e4f2'/>
<id>urn:sha1:ab223eb1df187b0fd845fec17b6bf5365216e4f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix HID_LOGICAL_MAX overflow.</title>
<updated>2021-08-31T09:27:43Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-08-31T09:27:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8305766afe909a6f1b3be6a88cd4e6c4017255a8'/>
<id>urn:sha1:8305766afe909a6f1b3be6a88cd4e6c4017255a8</id>
<content type='text'>
</content>
</entry>
</feed>
