<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/platform/rtthread, branch v1.6.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/platform/rtthread?h=v1.6.0</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/platform/rtthread?h=v1.6.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2026-01-05T13:31:41Z</updated>
<entry>
<title>update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* macro is defined or not in usbh_lwip.c</title>
<updated>2026-01-05T13:31:41Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2026-01-05T13:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=44d92be0133df09ac6109726883437830baf2d64'/>
<id>urn:sha1:44d92be0133df09ac6109726883437830baf2d64</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(serial): fix host serial framework support for rt-thread</title>
<updated>2025-12-15T01:23:03Z</updated>
<author>
<name>MDLZCOOL</name>
<email>mdlzcool@mail.nwpu.edu.cn</email>
</author>
<published>2025-12-14T16:34:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=1cbe3c5957ca770c788403a096af88da74888620'/>
<id>urn:sha1:1cbe3c5957ca770c788403a096af88da74888620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(serial): add host serial framework</title>
<updated>2025-12-12T14:45:10Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-12-12T14:45:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=da2263728aba07a28d9b6946b7acb6b0a0a97bb1'/>
<id>urn:sha1:da2263728aba07a28d9b6946b7acb6b0a0a97bb1</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>update(platform/rtthread): change LWIP_NO_RX_THREAD check error to warning</title>
<updated>2025-11-05T12:40:09Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-05T12:40:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=316c46e79768941df4c244c17efdb6ced9630f3a'/>
<id>urn:sha1:316c46e79768941df4c244c17efdb6ced9630f3a</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>update(platform/rtthread): add more check for chip cache</title>
<updated>2025-11-04T13:38:57Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-11-04T13:38:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=d0a8f5b2d030eb28ed04bcb2e85fff895a72e4bc'/>
<id>urn:sha1:d0a8f5b2d030eb28ed04bcb2e85fff895a72e4bc</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>update(platform): remove CONFIG_USB_DCACHE_ENABLE, always check align size</title>
<updated>2025-10-11T12:26:19Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-10-11T12:26:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=3aa842034270372990ca1ca8ef24beb88196308f'/>
<id>urn:sha1:3aa842034270372990ca1ca8ef24beb88196308f</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>feat:  host add event callback mechanism similar to device</title>
<updated>2025-08-30T11:24:02Z</updated>
<author>
<name>Egahp</name>
<email>57124987+Egahp@users.noreply.github.com</email>
</author>
<published>2025-08-30T11:24:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=5d5b61a606b1d2ba5512ef3c71fb11975eed5e40'/>
<id>urn:sha1:5d5b61a606b1d2ba5512ef3c71fb11975eed5e40</id>
<content type='text'>
* fix: fix warning for speed_table
* fix(port/dwc2/usb_hc_dwc2): add roothub.speed init
* feat(usbh_core): add event_callback
* fix(usbh_hub): fix event device reset port
* fix(usbh_hub): remove event init when init failed
* feat(usbh_core): add default dummy_event_callback
* fix(usbh_hub): emit reset event only on successful reset
* fix(usbh_core): emit interface start only on successful connect class driver
* feat(usbh_core): change event_callback to typedef
* feat(port): update port usbh init params
* doc: update usbh_initialize desc
* fix(usbh_core): check result from ret == 0 change to ret &gt;= 0
---------

Signed-off-by: egahp &lt;2687434412@qq.com&gt;</content>
</entry>
<entry>
<title>fix(platform/rtthread): change RT_USING_CACHE to CONFIG_USB_DCACHE_ENABLE</title>
<updated>2025-07-28T13:23:23Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-07-28T13:23:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=3b1853ceb55d6929c2fedfb4f3adac1c89e7c11b'/>
<id>urn:sha1:3b1853ceb55d6929c2fedfb4f3adac1c89e7c11b</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>fix(platform/rtthread): add RT_DEVICE_FLAG_INT_RX falg to device</title>
<updated>2025-07-24T10:29:34Z</updated>
<author>
<name>Matthew</name>
<email>uid.matthew@gmail.com</email>
</author>
<published>2025-07-24T10:19:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=7153fb975617482e70348e4188b300580921e20d'/>
<id>urn:sha1:7153fb975617482e70348e4188b300580921e20d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(platform/rtthread): restart read at usbd_cdc_acm_bulk_out</title>
<updated>2025-07-24T10:29:34Z</updated>
<author>
<name>Matthew</name>
<email>uid.matthew@gmail.com</email>
</author>
<published>2025-07-24T10:17:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=0e31b40407367a83656c36ce5b45252326e80142'/>
<id>urn:sha1:0e31b40407367a83656c36ce5b45252326e80142</id>
<content type='text'>
</content>
</entry>
</feed>
