summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-28fix(core/usbd_core): fix ep config for more eps when call usbd_set_interfacev1.4.2sakumisu
2024-12-23docs: release v1.4.2sakumisu
2024-12-23chore: fix missing licensesakumisu
2024-12-20修复VID/PID匹配逻辑yangpeng
2024-12-19update(port/dwc2/usb_glue_gd): add check for epsakumisu
2024-12-16update(port/dwc2/usb_glue_at): import system_core_clocksakumisu
2024-12-16update(port/dwc2/usb_glue_st): support stm32h7rssakumisu
2024-12-16update(port/dwc2/usb_dc_dwc2): support up to 16 endpointssakumisu
2024-12-09fix warningsakumisu
2024-12-09docs: update rstsakumisu
2024-12-09update(port/ohci): update ohci common codesakumisu
2024-12-04docs: add vendor rstsakumisu
2024-12-04update(port/ehci/usb_glue_aic): add check for CONFIG_USB_OHCI_HCOR_OFFSETsakumisu
2024-12-01docs: update rstsakumisu
2024-11-29update(port/dwc2/usb_hc_dwc2): do not support hs hub with ls/fs devicesakumisu
2024-11-29chore: add canaan logosakumisu
2024-11-28update(cherrymp): use own osalsakumisu
2024-11-27update(port/fsdev): add check for iso, we do not supportsakumisu
2024-11-27docs: update rstsakumisu
2024-11-27fix(class/cdc/usbd_cdc_ecm): fix missing returnsakumisu
2024-11-26chore: add missing licensesakumisu
2024-11-26update(cherrymp): change mq to sem for fast runsakumisu
2024-11-25update(port/dwc2/usb_dc_dwc2): clear crst bit because some mcu cannot be ↵sakumisu
self-clearing, refs:#276
2024-11-25usbd_video: use pingpang buffer to improve tx performanceZhihong Chen
- use pingpang buffer to improve tx performance Signed-off-by: Zhihong Chen <[email protected]>
2024-11-25update(class/audio): change volume unit with dB, fix uac2.0 volume rangesakumisu
2024-11-24update: change memcpy to fast memcpysakumisu
2024-11-21docs: add share rstsakumisu
2024-11-21fix warningsakumisu
2024-11-21fix(port/dwc2/usb_dc_dwc2): do not clear other intr bitssakumisu
2024-11-18demo: video_static_h264_template.c: fix end braceZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2024-11-18HPMicro: update hpmicro port filesZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2024-11-16refactor(class/video/usbd_video): refactor video stream transfer, support n ↵sakumisu
frames in one transfer
2024-11-13chore(scons): add kendryte configsakumisu
2024-11-13fix(cherrymp): fix bool to uint32_tsakumisu
2024-11-13update(demo): set hid busy before writesakumisu
2024-11-11update(demo/usbd_rndis): update send & recv done api, add check for this demosakumisu
2024-11-11update(class/cdc/usbd_cdc_ecm): support transfer api for enet & wireless ↵sakumisu
without lwip
2024-11-11update(demo/usb_host): move test macro before run apisakumisu
2024-11-06update(osal/freertos): update usb_osal_mq_recv and usb_osal_mq_send for isr apisakumisu
2024-11-04update(platform/rtthread): remove unused idle task checksakumisu
2024-11-04chore(cmake): update idf config for lwip & freertossakumisu
2024-10-31feat(class/aoa): add usb aoa hostsakumisu
2024-10-31feat(core/usbh_core): add usbh_find_hubport apisakumisu
2024-10-31update(osal/usb_osal_thread): implement usb_osal_sem_resetsakumisu
2024-10-31update(port/ehci/usb_glue_aic): remove lsusb shell, add check for ehci ↵sakumisu
configflag
2024-10-31add:cherryusb_config_template.h add CONFIG_USB_HS configuration descriptionDozingfiretruck
2024-10-30update(class/audio/usbh_auido): update audio volume and mute api, caculate ↵sakumisu
volume with volume min & max
2024-10-30update(core/usbd_core): implement USB_REQUEST_GET_INTERFACE request, refs:#268sakumisu
2024-10-30chore: update commentsakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
Co-authored-by: Michiel van Leeuwen <[email protected]>