summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-20docs: release v1.4.1v1.4.1sakumisu
2024-10-18feat(class/video/usbd_video): add usbd_video_stream_start_write api for ↵sakumisu
video split tranfer, every transfer with one ep_mps
2024-10-17fix(port/dwc2/usb_hc_dwc2): fix check typosakumisu
2024-10-11chore(platform/usbh_lwip): remove Double quotation markssakumisu
2024-10-11update(port/kinetis): update mcx glue for mcxa153/mcxc444sakumisu
2024-10-10docs: fix some translationssakumisu
2024-10-10feat(port/kinetis): add kinetis usbipsakumisu
2024-10-10Update start.rstHalfSweet
2024-10-10Update deploy-docs.ymlHalfSweet
2024-09-30feat(class/audio/usb_audio): add audio altsetting desc init macrossakumisu
2024-09-28update(platform/none/usbh_lwip): remove freertos, use osal apisakumisu
2024-09-28update(class/wireless/usbh_rndis): reduce rndis control buffersakumisu
2024-09-28Reduce size of HID class request bufferDerek Konigsberg
With the change from cherry-embedded#260, this buffer no longer needs to be so large. It can be reduced to the save a lot of memory.
2024-09-27Create cppcheck.ymlsakumisu
2024-09-27fix(class/msc/usbh_msc): when device stalls by usbh_msc_get_maxlun, ingore ↵sakumisu
error and set lun=0, refs:#259
2024-09-27update(class/hid/usbh_hid): export usbh_hid_get_report_descriptor api, refs:#260sakumisu
2024-09-27docs: update rstsakumisu
2024-09-27update(port/dwc2/usb_dc_dwc2): enlarge CONFIG_USB_DWC2_TX1_FIFO_SIZE for ↵sakumisu
video demo and export CONFIG_USB_DWC2_DMA_ENABLE
2024-09-27fix(core/usbd_core): reset endpoint only for altsetting 0, refs:#258sakumisu
2024-09-26fix(port/dwc2/usb_dc_dwc2): set multi packet for iso in tx empty process, ↵sakumisu
every transfer will reset this bits, so we need restore it. remove ununsed iso imcomplete isr
2024-09-24fix: action running permissionsHalfSweet
2024-09-24Add issue template (#257)HalfSweet
2024-09-24Add Github Action for Documentation Builds (#256)HalfSweet
2024-09-19chore(cmake): fix cdc acm config namesakumisu
2024-09-19docs: update memory usagesakumisu
2024-09-19fix(class/msc/usbd_msc): fix warning and add check for ↵sakumisu
CONFIG_USBDEV_MSC_MAX_BUFSIZE
2024-09-19chore: static code analysissakumisu
2024-09-16fix(core/usbh_core): Fix raw_config_desc heap out of boundsCCHhui
2024-09-11docs: update rstsakumisu
2024-09-09update(demo): set bNumConfigurations with zero in Device Qualifier ↵sakumisu
Descriptor, we do not request other speed desc as default
2024-09-08docs: update rst frameworksakumisu
2024-09-08refactor(class/audio/usbh_audio): refactor getting audio control infosakumisu
2024-09-08fix(port/dwc2): fix dwc2 rx fifo size, remove divided by 4v1.4.0-rc2sakumisu
2024-09-08fix(port/dwc2): reset dma burst then modify, clear HCINT intstatus firstsakumisu
2024-09-08fix(port/dwc2): fix typowangyz1997
2024-09-08chore(cmake): do not use env variablesakumisu
2024-09-07update(usbh_core): add terminate char for raw_config_descsakumisu
2024-09-07chore(cherrymp): add licensesakumisu
2024-09-06update: remove uvc queuesakumisu
2024-09-04update(class/cdc): set cdc acm bFunctionProtocol to 0x00sakumisu
2024-09-02chore(scons): fix missing libpathsakumisu
2024-09-02fix(port/ehci/usb_glue_ma35d0): fix typosakumisu
2024-09-02fix(class/msc/usbd_msc): fix missing return valuesakumisu
2024-09-01update(port/dwc2/usb_hc_dwc2): power enable at last for common with other ↵sakumisu
host ip
2024-08-31update(platform/usbh_lwip): check lwip min stack sizesakumisu
2024-08-31update(osal): add error log and assert when alloc fail, and stop workingsakumisu
2024-08-31fix(platform/rtthread/usbh_dfs): fix mem freesakumisu
2024-08-30docs: update logosakumisu
2024-08-29Update usb_dc_dwc2.ctyustli
According to DS, the status register is W1C, |= will read the register first, write 1 to the corresponding bit, then write the register, if there is more than one status, it will be cleared by mistake. I'm not sure if other IP dcd's have the same problem?
2024-08-26docs: release v1.4.0v1.4.0-rc1sakumisu