<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/lib/fatfs, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/lib/fatfs?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/lib/fatfs?h=0.18.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>add pwd</title>
<updated>2022-11-21T04:52:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-21T04:52:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cab65acc464ca5876bd3682587ee2670268b13d2'/>
<id>urn:sha1:cab65acc464ca5876bd3682587ee2670268b13d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement cat command</title>
<updated>2022-11-19T08:27:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-19T08:27:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=16e18388624bbb83f582c016cf4768875ed44b3d'/>
<id>urn:sha1:16e18388624bbb83f582c016cf4768875ed44b3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>msc explorer ls work great</title>
<updated>2022-11-19T06:44:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-19T06:44:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bb570e02d6a8b34fe00c90f5cd8ad736d990ed42'/>
<id>urn:sha1:bb570e02d6a8b34fe00c90f5cd8ad736d990ed42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add msc file explorer example</title>
<updated>2022-11-18T14:39:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-11-18T14:38:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b00529e287c13197f80787f5126626b0d08c06a1'/>
<id>urn:sha1:b00529e287c13197f80787f5126626b0d08c06a1</id>
<content type='text'>
- add lib/fatfs version 15
- add lib/embedded-cli
</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>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>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate license from BSD 3 clause to MIT</title>
<updated>2019-03-20T09:11:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-03-20T09:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c211ee19dd99cd12d39a9d8b8ee2e704edaca843'/>
<id>urn:sha1:c211ee19dd99cd12d39a9d8b8ee2e704edaca843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up compiler attribute</title>
<updated>2018-12-14T06:08:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-12-14T06:08:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a3713f801d97b1903593a53c02da682acb3acee0'/>
<id>urn:sha1:a3713f801d97b1903593a53c02da682acb3acee0</id>
<content type='text'>
</content>
</entry>
</feed>
