<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cherryusb.git/third_party/zephyr_bluetooth-2.7.5, branch dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/cherryusb.git/atom/third_party/zephyr_bluetooth-2.7.5?h=dev</id>
<link rel='self' href='http://cgit.235523.xyz/cherryusb.git/atom/third_party/zephyr_bluetooth-2.7.5?h=dev'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/'/>
<updated>2026-04-21T02:05:15Z</updated>
<entry>
<title>fix(third_party/bluetooth): fix bugs in USB host BT HCI drivers</title>
<updated>2026-04-21T02:05:15Z</updated>
<author>
<name>alvin</name>
<email>shchen@bouffalolab.com</email>
</author>
<published>2026-04-17T09:23:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=febe71b30c6786041dcf8b38d68874d76adb8749'/>
<id>urn:sha1:febe71b30c6786041dcf8b38d68874d76adb8749</id>
<content type='text'>
NimBLE (nimble-1.6.0/ble_hci_usbh.c):
- fix hci_read_callback: pass full buffer to hci_h4_sm_rx in one call
  instead of splitting type byte and payload into two calls
- fix ble_transport_to_ll_cmd_impl: use struct ble_hci_cmd for
  type-safe length calculation instead of raw byte indexing
- fix ble_transport_to_ll_acl_impl: gather mbuf with os_mbuf_copydata
  and issue single usbh_bluetooth_hci_write; the old per-segment loop
  violated USB Bluetooth class bulk transfer requirements
- fix unused-parameter warnings in run/stop callbacks

Zephyr (zephyr_bluetooth-2.7.5/ble_hci_usbh.c):
- remove unreachable fallthrough comment after return statement
- restore ISO payload length check (was commented out); use inline
  mask (&amp; 0x3FFF) per BT Core Spec v5.x Vol 4 Part E Section 5.4.5
- fix bt_usbh_send error code: 255 -&gt; -EIO
- guard bt_hci_driver_register with static bool to prevent duplicate
  registration on USB reconnect
- fix unused-parameter warnings in run/stop callbacks
</content>
</entry>
<entry>
<title>fix(bluetooth): Correct HCI packet type from SCO to ISO in USB host.</title>
<updated>2026-01-05T09:46:15Z</updated>
<author>
<name>Alvin</name>
<email>shchen@bouffalolab.com</email>
</author>
<published>2026-01-05T08:09:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=9cbe4502e7ede7ac06bc49e15e525f80e8c0c016'/>
<id>urn:sha1:9cbe4502e7ede7ac06bc49e15e525f80e8c0c016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update: remove zephyr bluetooth submodule</title>
<updated>2025-07-18T14:46:55Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2025-07-18T14:46:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=502c88084c3a3c4a0ad80daea8305e4ab38714ef'/>
<id>urn:sha1:502c88084c3a3c4a0ad80daea8305e4ab38714ef</id>
<content type='text'>
Signed-off-by: sakumisu &lt;1203593632@qq.com&gt;
</content>
</entry>
<entry>
<title>update cmake file, submodule change ssh to https</title>
<updated>2024-03-22T12:39:07Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-03-22T11:32:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=f28b1c61ba108ba43dd5f12aa50310f70707f6d0'/>
<id>urn:sha1:f28b1c61ba108ba43dd5f12aa50310f70707f6d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bt hci recv when CONFIG_BT_RECV_IS_RX_THREAD is disabled</title>
<updated>2024-03-07T12:35:00Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-03-07T12:35:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=215534982a215ba585a15507efe4d0690fceedd2'/>
<id>urn:sha1:215534982a215ba585a15507efe4d0690fceedd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add nrf usbhci firmware</title>
<updated>2024-02-01T12:49:31Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-02-01T12:49:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=8232f64775855504a2afc10025349bf017fabde9'/>
<id>urn:sha1:8232f64775855504a2afc10025349bf017fabde9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add usbhci_h4 log and update bluetooth submodule</title>
<updated>2024-01-31T12:52:01Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-01-31T12:52:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=6fb3f31cbe4cb53040ef819ad94761e486f1b260'/>
<id>urn:sha1:6fb3f31cbe4cb53040ef819ad94761e486f1b260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add zephyr bluetooth submodule</title>
<updated>2024-01-29T13:14:35Z</updated>
<author>
<name>sakumisu</name>
<email>1203593632@qq.com</email>
</author>
<published>2024-01-29T12:51:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/cherryusb.git/commit/?id=feb69dcd95584a23d60df4b34e886b66fed4b1c4'/>
<id>urn:sha1:feb69dcd95584a23d60df4b34e886b66fed4b1c4</id>
<content type='text'>
</content>
</entry>
</feed>
