summaryrefslogtreecommitdiff
path: root/core/usbh_core.c
AgeCommit message (Expand)Author
2026-07-17fix(usbh): bounds-check cur_ep before writing ep[] in parse_config_descriptor...HEADmasteryi chen
2026-07-14fix(security): check desc len overflowsakumisu
2026-07-12update(security): check null pointer and overflowsakumisu
2026-04-21fix(security): remove hport mutex safelysakumisu
2026-04-17fix(class/hub): remove bus mutex, replace with mq to exit threadsakumisu
2026-04-03fix(core): adjust init&deinit event callback positionsakumisu
2026-03-30fix(core/usbh_core): fix desc length parsesakumisu
2025-12-17style: change \t to spacesakumisu
2025-12-03fix(core): fix warningssakumisu
2025-11-27feat(core/usbh_core): support custom config indexsakumisu
2025-11-24update(core): change assert with USB_ASSERT_MSGsakumisu
2025-11-20feat(core/usbh_core): support interfacenum match flagsakumisu
2025-11-13update(core/usbh_core): print interface num when load driversakumisu
2025-11-11refactor(core/usbh_core): refactor lsusbsakumisu
2025-11-03update(core/usbh_core): add retry for control transfer, some devices are flakeysakumisu
2025-08-30feat: host add event callback mechanism similar to deviceEgahp
2025-08-27refactor(core/usbh_core): refactor devaddr allocation, use auto incrementsakumisu
2025-08-01update(core/usbh_core): check string support and then get string descsakumisu
2025-07-27update(core/usbh_core): do not assert when parse desc fail, just return errorsakumisu
2025-07-25update: add output_len param for usbh_get_string_descsakumisu
2025-07-20fix(core/usbh_core): change 2ms to 10ms because some platform's tick is 100hz...sakumisu
2025-05-06update: add USB_ASSERT_MSG for common casesakumisu
2025-04-30fix unused warningssakumisu
2025-03-28fix: fix wformat warningssakumisu
2025-03-28update: add usb align up for every buffer when use dcache clean&invalid apisakumisu
2025-02-09fix(core/usbh_core): check hport is valid in usbh_control_transfersakumisu
2025-02-07fix(core/usbh_core): return valid hport which is connectedsakumisu
2025-01-25feat(core/usbh_core): add usbh_printf_setup api for debugsakumisu
2024-12-20修复VID/PID匹配逻辑yangpeng
2024-12-09fix warningsakumisu
2024-10-31feat(core/usbh_core): add usbh_find_hubport apisakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-09-19chore: static code analysissakumisu
2024-09-16fix(core/usbh_core): Fix raw_config_desc heap out of boundsCCHhui
2024-09-07update(usbh_core): add terminate char for raw_config_descsakumisu
2024-08-24fix(core/usbh_core.c): fix error namesakumisu
2024-08-09Add PUSB2 and XHCI driver and RTOS glue (#236)zhugengyu
2024-07-23refactor(osal): use osal malloc and free, remove usb_malloc & usb_free macrosakumisu
2024-07-07update(hub): update hub macros and hub params for usb3.0sakumisu
2024-06-22update(core/usbh_core): do not use slist, we use recursionsakumisu
2024-06-17fix(core/usbh_core): fix missing free devaddr caused by 935325sakumisu
2024-06-07remove old xhci patchsakumisu
2024-05-15update(core/usbh_core): remove ununsed urb memsetsakumisu
2024-05-03adjust code ordersakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-05-03move usbh_hubport_release api to coresakumisu
2024-04-25check class_driver is nullsakumisu
2024-04-25change INFO to DBGsakumisu
2024-04-07add config index to select multi configssakumisu
2024-04-03add check for wTotalLengthsakumisu