<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/hid, branch 0.17.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?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/hid?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-08-09T19:08:32Z</updated>
<entry>
<title>Marked the keycode parameter of the keyboard_report functions as const since the functions don't modifies the value</title>
<updated>2024-08-09T19:08:32Z</updated>
<author>
<name>Hjalmar</name>
<email>github.disk321@passinbox.com</email>
</author>
<published>2024-08-09T19:08:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b786d6f4e632654a356932115bfc0c1621f6333b'/>
<id>urn:sha1:b786d6f4e632654a356932115bfc0c1621f6333b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2723 from liamfraser/rp2040_tweaks</title>
<updated>2024-07-19T14:33:50Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-19T14:33:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e9f9d43d67804dc853cd064e8c0e204f2758731f'/>
<id>urn:sha1:e9f9d43d67804dc853cd064e8c0e204f2758731f</id>
<content type='text'>
RP2040 tweaks</content>
</entry>
<entry>
<title>fix some clang compiler warnings</title>
<updated>2024-07-18T10:11:06Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2024-07-18T02:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=31a979a6cccc2d4dc0a86474643710ae3b7f34fe'/>
<id>urn:sha1:31a979a6cccc2d4dc0a86474643710ae3b7f34fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor update hid device</title>
<updated>2024-07-17T12:29:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-17T12:29:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0004faca83f3fa3128fa69b6f97ac711f30d2d20'/>
<id>urn:sha1:0004faca83f3fa3128fa69b6f97ac711f30d2d20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>follow up to #2253</title>
<updated>2024-07-17T07:35:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-17T07:35:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0ecf15bc61b2684e53250437d295d6c43682a724'/>
<id>urn:sha1:0ecf15bc61b2684e53250437d295d6c43682a724</id>
<content type='text'>
- rename tud_hid_report_fail_cb() to tud_hid_report_failed_cb() and change its signature
- use default implementation for hid callbacks to be compatible with keil compiler
- code format
</content>
</entry>
<entry>
<title>minor update</title>
<updated>2024-06-14T05:51:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-14T05:51:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=969b06d77c8a37510c9bed8dde377ff7bf462a30'/>
<id>urn:sha1:969b06d77c8a37510c9bed8dde377ff7bf462a30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix redefinition</title>
<updated>2024-05-09T16:45:20Z</updated>
<author>
<name>John Toniutti</name>
<email>john.toniutti@gmail.com</email>
</author>
<published>2024-05-09T16:45:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f09fa22bbce6139810db785940c56c5048794f31'/>
<id>urn:sha1:f09fa22bbce6139810db785940c56c5048794f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing key codes</title>
<updated>2024-05-09T15:05:14Z</updated>
<author>
<name>John Toniutti</name>
<email>john.toniutti@gmail.com</email>
</author>
<published>2024-05-09T15:05:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=015b57b6ef5cd24db8665c62e8fe209bce3e2b7e'/>
<id>urn:sha1:015b57b6ef5cd24db8665c62e8fe209bce3e2b7e</id>
<content type='text'>
Source: https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf from page 57 to page 59
</content>
</entry>
<entry>
<title>Merge pull request #2252 from rsolorzanomsft/hid-lighting</title>
<updated>2024-05-08T13:00:08Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-05-08T13:00:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=70ae07b084950b9721101697a0371e632dd8cc9c'/>
<id>urn:sha1:70ae07b084950b9721101697a0371e632dd8cc9c</id>
<content type='text'>
Add HID Lighting and Illumination functionality</content>
</entry>
<entry>
<title>Code format.</title>
<updated>2024-04-26T16:01:02Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-04-26T16:01:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=24339dbcce5c5374e0abedf605471753484e4a56'/>
<id>urn:sha1:24339dbcce5c5374e0abedf605471753484e4a56</id>
<content type='text'>
</content>
</entry>
</feed>
