summaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2026-04-21fix(third_party/bluetooth): fix bugs in USB host BT HCI driversalvin
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 (& 0x3FFF) per BT Core Spec v5.x Vol 4 Part E Section 5.4.5 - fix bt_usbh_send error code: 255 -> -EIO - guard bt_hci_driver_register with static bool to prevent duplicate registration on USB reconnect - fix unused-parameter warnings in run/stop callbacks
2026-02-11refactor: move cherryrb and cherrymp into common dir, rename with ↵sakumisu
usb_ringbuffer and usb_mempool Signed-off-by: sakumisu <[email protected]>
2026-02-05fix(cherrymp): fix block size checksakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-05fix(bluetooth): Correct HCI packet type from SCO to ISO in USB host.Alvin
2025-07-18update(cherrymp): update local ringbufsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18update: remove zephyr bluetooth submodulesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-03-04update(cherrymp): remove malloc freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-19update(nimble): remove nimble submodule, because it costs time to pullsakumisu
Signed-off-by: sakumisu <[email protected]>
2024-11-28update(cherrymp): use own osalsakumisu
2024-11-26update(cherrymp): change mq to sem for fast runsakumisu
2024-11-13fix(cherrymp): fix bool to uint32_tsakumisu
2024-09-07chore(cherrymp): add licensesakumisu
2024-09-06update: remove uvc queuesakumisu
2024-08-15update(cherrymp): rename to cherrympsakumisu
2024-06-28feat: add dhcp-server and dns-server modulesakumisu
2024-05-24refactor(platform): update platform supportsakumisu
2024-05-12fix typosakumisu
2024-05-08update rtt config checksakumisu
2024-05-04add check for rtt configsakumisu
2024-04-23update missing licensesakumisu
2024-04-16update msh cmd and sconssakumisu
2024-04-11move queue filessakumisu
2024-04-07add cherryrb and cherry poolsakumisu
2024-04-04change rt_ssize_t to ssize_t, compatible with older rtt versionsakumisu
2024-03-29add hpm5000 macrosakumisu
2024-03-22update cmake file, submodule change ssh to httpssakumisu
2024-03-07fix bt hci recv when CONFIG_BT_RECV_IS_RX_THREAD is disabledsakumisu
2024-02-25disable device shell cmdsakumisu
2024-02-01add nrf usbhci firmwaresakumisu
2024-01-31add usbhci_h4 log and update bluetooth submodulesakumisu
2024-01-29add nimble submodulesakumisu
2024-01-29add zephyr bluetooth submodulesakumisu
2024-01-25support hci usb h4 for usb bluetoothsakumisu
2024-01-22update nimble porting with freertossakumisu
2024-01-09update bluetooth rx callback, add zephyr bluetooth stack portingsakumisu
2024-01-08support multi USB IP for hostsakumisu
2024-01-06support usb ble hostsakumisu
2023-11-30implement rt_hw_cpu_dcache_ops apisakumisu
2023-11-29add align check for rtt disk portsakumisu
2023-11-28update rtt dfs portsakumisu
2023-11-17remove rndis code in third party because it is implemented internallysakumisu
2023-10-12osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue useZhihong Chen
- add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use Signed-off-by: Zhihong Chen <[email protected]>
2023-09-07Update hcd-ehci, dcd-dwc2 and examples.Wayne Lin
1. Add some example Msh commands. 2. Fix device enumeration on EXT hub. 3. Re-file some templates. 4. Extend end-point number of dwc2 device driver. 5. Re-file rndis_host implementation includes a. rt_mutex_take in ISR b. 2rd pmsg is unaligned issue. c. destroy u0 ethernet resource after removing dongle.
2023-09-01third_party: rtthread: add rndis to adapt lwip2.1.2Runcheng Lu
2023-07-09Silicon Laboratories CP210x USB to RS232 serial adaptor driver is suppportedlenovo
2023-06-25remove dapsakimisu
2023-06-19remove ununsed codesakumisu
2023-06-16third_party: rtthread: fix rndis_host some issueRuncheng Lu
- fix some issue Signed-off-by: Runcheng Lu <[email protected]>
2023-06-16third_party: freertos: add adapt rndis_host APIsRuncheng Lu
- add adapt rndis_host APIs Signed-off-by: Runcheng Lu <[email protected]>
2022-11-28add rt-thread dfs and rndis host portsakimisu