<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/class, branch v1.4.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/class?h=v1.4.1</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/class?h=v1.4.1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2024-10-18T09:18:51Z</updated>
<entry>
<title>feat(class/video/usbd_video): add usbd_video_stream_start_write api for video split tranfer, every transfer with one ep_mps</title>
<updated>2024-10-18T09:18:51Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-10-17T13:13:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=65151b953474d8ad0731c645c3e2c08fe5468f86'/>
<id>urn:sha1:65151b953474d8ad0731c645c3e2c08fe5468f86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(class/audio/usb_audio): add audio altsetting desc init macros</title>
<updated>2024-09-30T08:46:58Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-30T08:46:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=525884a00feee70e0395673774fd3085133dd9fe'/>
<id>urn:sha1:525884a00feee70e0395673774fd3085133dd9fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update(class/wireless/usbh_rndis): reduce rndis control buffer</title>
<updated>2024-09-28T06:32:13Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-28T06:19:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=df888eb9bc88ffd3d133321f937fc0f21fc6bde9'/>
<id>urn:sha1:df888eb9bc88ffd3d133321f937fc0f21fc6bde9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce size of HID class request buffer</title>
<updated>2024-09-27T16:27:38Z</updated>
<author>
<name>Derek Konigsberg</name>
<email>dkonigsberg@logicprobe.org</email>
</author>
<published>2024-09-27T16:02:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=5a15f714f571718ecd6a6bb07d95f22e6f5fd5f5'/>
<id>urn:sha1:5a15f714f571718ecd6a6bb07d95f22e6f5fd5f5</id>
<content type='text'>
With the change from cherry-embedded#260, this buffer no longer needs to be so large.  It can be reduced to the save a lot of memory.</content>
</entry>
<entry>
<title>fix(class/msc/usbh_msc): when device stalls by usbh_msc_get_maxlun, ingore error and set lun=0, refs:#259</title>
<updated>2024-09-27T11:03:33Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-27T11:00:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=2b6eebcbb253d2e8e1cca9a48222d160d2745157'/>
<id>urn:sha1:2b6eebcbb253d2e8e1cca9a48222d160d2745157</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update(class/hid/usbh_hid): export usbh_hid_get_report_descriptor api, refs:#260</title>
<updated>2024-09-27T11:03:33Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-27T10:52:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=ab59beebd407450650baf703f60f321fbcbec485'/>
<id>urn:sha1:ab59beebd407450650baf703f60f321fbcbec485</id>
<content type='text'>
</content>
</entry>
<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>chore: static code analysis</title>
<updated>2024-09-19T01:50:18Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-18T10:36:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=02340e0f44b95f23c227f6d7528f41c0bfe1c0ac'/>
<id>urn:sha1:02340e0f44b95f23c227f6d7528f41c0bfe1c0ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(class/audio/usbh_audio): refactor getting audio control info</title>
<updated>2024-09-08T14:12:29Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-07T14:47:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=b56b67182aff93a685aa77e9b5ea7f443a3d2c9d'/>
<id>urn:sha1:b56b67182aff93a685aa77e9b5ea7f443a3d2c9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update(class/cdc): set cdc acm bFunctionProtocol to 0x00</title>
<updated>2024-09-04T14:06:14Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-09-04T14:06:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=0323ffb424a27082b40becb482b85f21807a39d7'/>
<id>urn:sha1:0323ffb424a27082b40becb482b85f21807a39d7</id>
<content type='text'>
</content>
</entry>
</feed>
