summaryrefslogtreecommitdiff
path: root/core/usbd_core.h
AgeCommit message (Expand)Author
2026-02-11refactor: move cherryrb and cherrymp into common dir, rename with usb_ringbuf...sakumisu
2026-01-24update(demo): remove all old desc apisakumisu
2025-12-03fix(core): fix warningssakumisu
2025-06-03update(core/usbd_core): include dcache & osal headersakumisu
2025-04-21feat(core/usbd_core): add ep0_next_state to record control transfer statesakumisu
2024-08-26usbd_core: add usb_device_is_suspend() APIZhihong Chen
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-16refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.hsakumisu
2024-08-09Add PUSB2 and XHCI driver and RTOS glue (#236)zhugengyu
2024-07-26feat(port): add remote wakeup apisakumisu
2024-07-25feat(core/usbd_core): support webusbsakumisu
2024-05-31feat: use fast memcpy for netsakumisu
2024-05-16refactor(core/usbd_core): process string internal, you can use like \"cherryu...sakumisu
2024-04-29add usbd_get_ep_mult apisakumisu
2024-04-29add usbd_get_ep_mps apisakumisu
2024-02-18config busid and regbase in usbh_initialize and usbd_initializesakumisu
2024-02-06support multi port api for devicesakumisu
2024-01-16add usbd init and deinit event macrosakumisu
2023-12-20register desc with callback when enable CONFIG_USBDEV_ADVANCE_DESCsakumisu
2023-11-17remove usb_mem.hsakumisu
2023-06-21use usbd_event_handler instead of usbd_configure_done_callbacksakimisu
2023-06-21format class struct and global variable namesakimisu
2023-05-17add remote wakeup eventsakimisu
2023-03-22add usbd_event_handler for userssakumisu
2023-01-29add webusb supportsakimisu
2023-01-15only support one configsakimisu
2023-01-07add CONFIG_USBDEV_ADVANCE_DESC macrosakimisu
2022-11-28split other_speed with fs and hssakimisu
2022-11-19add another desc register apisakimisu
2022-09-24add usb device deinit functionsakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-17remove comments to reduce rowssakumisu
2022-07-31merge class rx setup functions into onesakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-06-04move log macros into usb_log.h,adjust header file inclusion ordersakumisu
2022-04-08add test mode when using feature cmdsakumisu
2022-03-10add usb_dc_init declare in usb_dc.h,and add usbd_initialize to call itsakumisu
2022-02-26switch the ordersakumisu
2022-02-08format codessakimisu
2022-02-01rename paramater named class with devclass insteadsakimusu
2022-01-15update licensesakumisu
2021-11-29refactor usb class structuresakumisu
2021-09-28add usb hs support,add bos and msosv2 descriptor registersakumisu
2021-07-10first commitjzlv