<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/host/cdc_msc_hid/src/msc_app.c, 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/examples/host/cdc_msc_hid/src/msc_app.c?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/host/cdc_msc_hid/src/msc_app.c?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-03-17T09:12:49Z</updated>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
<entry>
<title>rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t</title>
<updated>2022-11-23T09:01:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-23T09:01:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7298923927c2955fd67227e3941bde74a2f0c689'/>
<id>urn:sha1:7298923927c2955fd67227e3941bde74a2f0c689</id>
<content type='text'>
add user arg to all scsi command API that support complete callback
</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>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>implement hid host set report with control transfer</title>
<updated>2021-05-22T14:48:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-22T14:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=df65c35b31581881b2bf49d9e16608d46f98fe4b'/>
<id>urn:sha1:df65c35b31581881b2bf49d9e16608d46f98fe4b</id>
<content type='text'>
rename mount, umount callback
</content>
</entry>
<entry>
<title>move ehci and ohci to portable folder</title>
<updated>2021-02-23T16:09:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T16:09:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=451650fa32b245f2dc02c366b25fa802b75fbb1b'/>
<id>urn:sha1:451650fa32b245f2dc02c366b25fa802b75fbb1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>host msc: call read_capacity as part of enumeration</title>
<updated>2021-02-23T12:41:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T12:41:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5108d7613600449c50af9e8ce373571d56bed3cc'/>
<id>urn:sha1:5108d7613600449c50af9e8ce373571d56bed3cc</id>
<content type='text'>
- add tuh_msc_get_block_count(), tuh_msc_get_block_size()
- rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to
tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming
- change tuh_msc_is_busy() to tuh_msc_ready()
- add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities
- add host msc configured to for state check.
</content>
</entry>
<entry>
<title>rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry()</title>
<updated>2021-02-23T04:14:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T04:14:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f2ed2ae09a480835eacf049d8959b3c904713be7'/>
<id>urn:sha1:f2ed2ae09a480835eacf049d8959b3c904713be7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / tuh_msc_get_maxlun()</title>
<updated>2020-10-13T06:23:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-13T06:23:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=437ccac6968b9c31446756c49524f7306ef2acd8'/>
<id>urn:sha1:437ccac6968b9c31446756c49524f7306ef2acd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework msc host</title>
<updated>2020-10-12T17:07:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-12T17:07:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c07a2a4e23e4d82e3cbb28e92bf1234e4a6ce09'/>
<id>urn:sha1:9c07a2a4e23e4d82e3cbb28e92bf1234e4a6ce09</id>
<content type='text'>
- msc host enum is now async
- implement async tuh_msc_scsi_command() / tuh_msc_request_sense() /
tuh_msc_test_unit_ready()
</content>
</entry>
</feed>
