<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/host/cdc_msc_hid/src/main.c, branch 0.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/host/cdc_msc_hid/src/main.c?h=0.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/host/cdc_msc_hid/src/main.c?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-12-20T17:26:46Z</updated>
<entry>
<title>finalizing cdc host, has a working read/write</title>
<updated>2022-12-20T17:26:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-20T17:26:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=854e5222aea570a2be2201d8c460f54b87c9108a'/>
<id>urn:sha1:854e5222aea570a2be2201d8c460f54b87c9108a</id>
<content type='text'>
TODO: first character seems not to get echoed. set control line state
seems to failed with LOG &lt; 2
</content>
</entry>
<entry>
<title>adding tuh_cdc_mount_cb/tuh_cdc_umount_cb</title>
<updated>2022-12-16T10:08:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-14T09:52:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4f0369508450883504e377b40aaec8860c8cb256'/>
<id>urn:sha1:4f0369508450883504e377b40aaec8860c8cb256</id>
<content type='text'>
start adding cdc_app.c to example
</content>
</entry>
<entry>
<title>host msc example work well with rp2040 pio-usb</title>
<updated>2022-11-21T08:49:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-21T08:49:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=460bef9dbb40d1c6990c1bfd2f8da48978550932'/>
<id>urn:sha1:460bef9dbb40d1c6990c1bfd2f8da48978550932</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update all host examples</title>
<updated>2022-06-06T16:16:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-06T16:16:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7c8278303bc14770ea9fcd9f6e4a9dbba32572e3'/>
<id>urn:sha1:7c8278303bc14770ea9fcd9f6e4a9dbba32572e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update hid,msc to new usbh control API</title>
<updated>2022-03-11T15:13:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-11T15:13:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec28593ce56a9a1726cfe8a43f6a8c421fd3916b'/>
<id>urn:sha1:ec28593ce56a9a1726cfe8a43f6a8c421fd3916b</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>move report_info to application</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-17T06:54:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ffdcf9a0d00ad8eba544c4404e27275685ef9cab'/>
<id>urn:sha1:ffdcf9a0d00ad8eba544c4404e27275685ef9cab</id>
<content type='text'>
update API accordingly, update hid parser for usage, and usage_page.
</content>
</entry>
<entry>
<title>more API update</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-14T10:47:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=93661042d96d08ad9f0de66fa44d22bdc4faeb08'/>
<id>urn:sha1:93661042d96d08ad9f0de66fa44d22bdc4faeb08</id>
<content type='text'>
- remove tuh_n_hid_n_get_report()
- usbh auto queue get report and invoke callback when received data
</content>
</entry>
<entry>
<title>remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-13T08:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=641f55f1f18234dbcf3f2b5d46d2231a5e9abae3'/>
<id>urn:sha1:641f55f1f18234dbcf3f2b5d46d2231a5e9abae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more hid host API rework</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-13T06:42:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9324fd8f2e549434fd2a399500ae1dc766530046'/>
<id>urn:sha1:9324fd8f2e549434fd2a399500ae1dc766530046</id>
<content type='text'>
</content>
</entry>
</feed>
