summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-28docs: release v1.6.1v1.6.1release/v1.6sakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-23fix(class/dfu): only reset device when dfu-util with -e or leave cmdsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-23update(core/usbh_otg): update usbh_initialize paramsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-23fix(class/hub): clear mq &sem at deinitsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-23update(ci): update lwipoptssakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-21fix(class/msc/usbd_msc): fix inquiry80 sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-21fix(security): remove hport mutex safelysakumisu
Signed-off-by: sakumisu <[email protected]>
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-04-17fix(class/hub): remove bus mutex, replace with mq to exit threadsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-16fix(class): break quickly with gotosakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-16fix(port/hpm): add sdk version checksakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-13[update] port: hpmicro: dcd: using sutw semaphore by isr handler for setupZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2026-04-07fix(class/cdc): add altsetting 1 for ecm/ncmsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-07update(demo): change string index max to sizeof(string_descriptors) / ↵sakumisu
sizeof(char *)) Signed-off-by: sakumisu <[email protected]>
2026-04-04docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-03fix(core): adjust init&deinit event callback positionsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-03fix(class/dfu): fix missing *lensakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-03fix(security): add check for linecodingsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-30fix(security): add check for adb msg sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-30fix(security): add check for audio driver and video driversakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-30fix(ci): fix build for latest sdksakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-30fix(core/usbh_core): fix desc length parsesakumisu
2026-03-13refactor(platform/rtthread): move rt_usbd_msc heresakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-12refactor(platform/rtthread): add rt prefix for file namesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-12feat(ci): add rt-thread testsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-12update(platform/rtthread): use own ringbuffersakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-11docs: update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-11fix(class/gamepad): fix input sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-11feat(class/hid/usbh_hid): add usbh_hid_report_convert apisakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-05update(demo): format mouse report commentsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-05update(class/hid/usbh_hid): replace report type macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-05fix(port/dwc2/usb_dc_dwc2): fix utmi with 16bit configsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-05docs: update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-03refactor(class/hid/usbh_hid): refactor hid parse api againsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-28docs: update opensource rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-28fix(idf): fix with new vfs register apisakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-28fix(port/hpmicro): fix out ep idxsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-12fix(port/dwc2/usb_hc_dwc2): add critical section for hc frame setting, make ↵sakumisu
it more safely Signed-off-by: sakumisu <[email protected]>
2026-02-11update(tests): move out video thread with new apisakumisu
Signed-off-by: sakumisu <[email protected]>
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-10update(xbox): Xbox USB host driver support into build(#407)Stefan Voss
2026-02-05feat(class/display): add usb vendor display device driversakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-05refactor(class/dfu): refactor dfu device driversakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-05fix(cherrymp): fix block size checksakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-03style(class): remove device warning logs for memorysakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-03fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-03fix(port/musb/usb_hc_musb): fix stall to stalledsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-03fix(port/dwc2/usb_dc_dwc2): fix typo for disable global isrsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-30docs: update docs and add english versionsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28docs: release v1.6.0v1.6.0sakumisu
Signed-off-by: sakumisu <[email protected]>