<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/class/msc/usbd_msc.c, branch v1.4.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/class/msc/usbd_msc.c?h=v1.4.2</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/class/msc/usbd_msc.c?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2024-09-19T12:25:11Z</updated>
<entry>
<title>fix(class/msc/usbd_msc): fix warning and add check for CONFIG_USBDEV_MSC_MAX_BUFSIZE</title>
<updated>2024-09-19T12:25:11Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-19T12:25:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=68bf5296083e566942ccda6a4f4515646471a822'/>
<id>urn:sha1:68bf5296083e566942ccda6a4f4515646471a822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(class/msc/usbd_msc): fix missing return value</title>
<updated>2024-09-02T10:54:11Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-02T10:54:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=fbe2e3f8a366aedd042fef5669c7c51105eb2595'/>
<id>urn:sha1:fbe2e3f8a366aedd042fef5669c7c51105eb2595</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: fix -Wunused-parameter warning with -Wextra cflag</title>
<updated>2024-08-21T12:08:47Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-08-21T12:06:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=35da8d6747f51b3fa68b1a7a47f88dbcc890ed09'/>
<id>urn:sha1:35da8d6747f51b3fa68b1a7a47f88dbcc890ed09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(class/msc/usbd_msc): fix spelling</title>
<updated>2024-08-08T10:11:23Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-08-08T10:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=cbd6955bdea31ed5d475c22fa8a5c19cc5b3893e'/>
<id>urn:sha1:cbd6955bdea31ed5d475c22fa8a5c19cc5b3893e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(class/msc/usbd_msc): add msc polling mode to move read &amp; write from isr to while1</title>
<updated>2024-08-08T10:03:30Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-08-08T10:03:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=b4bbe69d120db0c8585046879564e54750b97c61'/>
<id>urn:sha1:b4bbe69d120db0c8585046879564e54750b97c61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>class: msc: stage change should be before usbd_ep_start_write()</title>
<updated>2024-02-23T02:42:53Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2024-02-22T10:23:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=756987050fe1dd82eadebea3a8e890767252df36'/>
<id>urn:sha1:756987050fe1dd82eadebea3a8e890767252df36</id>
<content type='text'>
- stage change should be before usbd_ep_start_write()

Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>support multi port api for device</title>
<updated>2024-02-06T11:52:22Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-02-06T11:51:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=d1c7fa8c191efa3028794b1d6965ea3229e14c85'/>
<id>urn:sha1:d1c7fa8c191efa3028794b1d6965ea3229e14c85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>class: msc device: support multi lun</title>
<updated>2024-02-06T10:31:47Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2024-02-06T03:25:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=920b02cb7c51fda01e334ccaabecc15c4e0d3480'/>
<id>urn:sha1:920b02cb7c51fda01e334ccaabecc15c4e0d3480</id>
<content type='text'>
- support multi lun

Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>add usbd init and deinit event macro</title>
<updated>2024-01-16T14:50:48Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-01-16T14:50:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=0f5e05052f53cd3bdc7ff0e9a2f535a532748bbf'/>
<id>urn:sha1:0f5e05052f53cd3bdc7ff0e9a2f535a532748bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZE</title>
<updated>2024-01-05T17:07:39Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-01-05T14:12:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=249e650c372181b9e933c4d86d01828e999e8e43'/>
<id>urn:sha1:249e650c372181b9e933c4d86d01828e999e8e43</id>
<content type='text'>
</content>
</entry>
</feed>
