<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/hid_composite/src/main.c, branch 0.14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/hid_composite/src/main.c?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/hid_composite/src/main.c?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-07-17T15:56:07Z</updated>
<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>update rp2040 warnings</title>
<updated>2022-06-28T09:27:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-28T09:27:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=898b52be45f476d7062d50fed722d92f0dccf4ae'/>
<id>urn:sha1:898b52be45f476d7062d50fed722d92f0dccf4ae</id>
<content type='text'>
- remove "-Wno-stringop-overflow -Wno-array-bounds"
- skip -Wconversion for gcc 9 and prior
- suppress_tinyusb_warnings only when building with gcc 9 and below
</content>
</entry>
<entry>
<title>Merge branch 'master' into rp2040_warning</title>
<updated>2022-06-28T06:34:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-28T06:34:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=83602ea1234e992dd90d6b3c9b1f0fd8b2bf5a78'/>
<id>urn:sha1:83602ea1234e992dd90d6b3c9b1f0fd8b2bf5a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework suppress_tinyusb_warnings</title>
<updated>2022-06-27T21:43:41Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2022-06-27T21:39:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4057c2d8d96a364329d14d3a4b2c237f388cfdc2'/>
<id>urn:sha1:4057c2d8d96a364329d14d3a4b2c237f388cfdc2</id>
<content type='text'>
* gcc 9.2.1 has some spurious -Wconversion warnings
* cmake 3.18 and above require set_target_properties to be added from the target directory (so added it to all examples)
* fixed a few warnings in a couple of examples
</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>more example update</title>
<updated>2022-06-06T15:41:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-06T15:41:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9794a2b865df81e667b464481bb9b1c70587e64b'/>
<id>urn:sha1:9794a2b865df81e667b464481bb9b1c70587e64b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add hid_boot_interface example</title>
<updated>2021-08-17T06:21:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-17T06:21:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5f6418ccd79892c0f8c2152244f7e7a78e17a162'/>
<id>urn:sha1:5f6418ccd79892c0f8c2152244f7e7a78e17a162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update hid_composite freertos with capslock as well</title>
<updated>2021-07-01T15:54:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-01T15:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6de023d54b944bb467327062e79f3854e79b71a2'/>
<id>urn:sha1:6de023d54b944bb467327062e79f3854e79b71a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better support for hid device set/get protocol</title>
<updated>2021-07-01T15:46:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-07-01T15:46:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ca98996e1f9ac802c60d9da4c28ab0e16ca640d6'/>
<id>urn:sha1:ca98996e1f9ac802c60d9da4c28ab0e16ca640d6</id>
<content type='text'>
add caplock detection for hid_composite
</content>
</entry>
<entry>
<title>add itf argument to hid API to support multiple instances</title>
<updated>2021-02-24T07:27:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-24T07:27:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a07062672933a5e2ba21db806217ce69243ceabe'/>
<id>urn:sha1:a07062672933a5e2ba21db806217ce69243ceabe</id>
<content type='text'>
following API signature is changed:
- tud_hid_descriptor_report_cb()
- tud_hid_get_report_cb()
- tud_hid_set_report_cb()
- tud_hid_boot_mode_cb()
- tud_hid_set_idle_cb()
</content>
</entry>
</feed>
