summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-26docs: release v1.4.0v1.4.0-rc1sakumisu
2024-08-26chore(cmake): update chipidea and threadxsakumisu
2024-08-26feat(osal): add threadx portsakumisu
2024-08-26usbd_core: add usb_device_is_suspend() APIZhihong Chen
2024-08-25fix(port/bl): overflow checksakumisu
2024-08-25feat(port/chipidea): add chipidea port, add nxp mxc glue for chipidea and ehcisakumisu
2024-08-24fix(core/usbh_core.c): fix error namesakumisu
2024-08-23update(port/hpm): check resume in port changesakumisu
2024-08-23chore(cmake): use config to enable lwip portsakumisu
2024-08-23port: hpmicro: add USBH_USE_CUSTOM_ISR add USBD_USE_CUSTOM_ISR to control isrZhihong Chen
2024-08-22update(port/dwc2/usb_dc_dwc2): add busid for functions to support multi ipsakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-21docs: update docsakumisu
2024-08-18update(class/hid/usbh_hid): read report size from hid descsakumisu
2024-08-18chore(kconfig): change descriptionsakumisu
2024-08-17feat: add usb adb device with cherryshsakumisu
2024-08-16HPMicro: update usb_dc_hpm.cZhihong Chen
2024-08-16port: ehci: should not be clear CSC/PEC/OCC flag when usb_hc_init()Zhihong Chen
2024-08-16feat(common): add usb_hexdump for testsakumisu
2024-08-16refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.hsakumisu
2024-08-16refactor(class/cdc): rename usbd_cdc to usbd_cdc_acmsakumisu
2024-08-16Fix IDF compilation errorudoudou
2024-08-15update(cherrymp): rename to cherrympsakumisu
2024-08-15fix(class): use different buffer for cdc_acm,hid,msc,serialsakumisu
2024-08-14update: idf config updatesakumisu
2024-08-14Correct spelling errors.Yang Xijing
2024-08-13docs: update pngsakumisu
2024-08-13fix(port/dwc2): check idle when flush fifo, add delay for dwc2_set_modesakumisu
2024-08-13fix(class/hid): fix typosakumisu
2024-08-12chore: update cmake and kconfigsakumisu
2024-08-12feat(osal): import idf osal from udoudou/esp_cherryusbsakumisu
2024-08-09update(demo): change uint32_t to uintptr_t for 64bit cpu registersakumisu
2024-08-09feat(demo/msc_ram_template): add api for msc pollingsakumisu
2024-08-09Add PUSB2 and XHCI driver and RTOS glue (#236)zhugengyu
2024-08-08fix(class/msc/usbd_msc): fix spellingsakumisu
2024-08-08feat(class/msc/usbd_msc): add msc polling mode to move read & write from isr ...sakumisu
2024-08-07Modifying the USB Int Source to support esp32p4Kevincoooool
2024-08-06Fix the bug that USBD_EVENT_DEINIT was not notified correctlyLiPeng
2024-08-05change hid_mouse_reportwangzongqiang
2024-07-30update(demo/bootuf2): use flash cachesakumisu
2024-07-30update(port/hpm/usb_dc_hpm): remove phcd clearsakumisu
2024-07-30update(port/hpm/usb_dc_hpm): enable resume handlersakumisu
2024-07-30fix(core/usbd_core): fix self powered checksakumisu
2024-07-27feat(port/dwc2): import kendryte glue from k230_sdksakumisu
2024-07-26feat(port): add remote wakeup apisakumisu
2024-07-25feat(core/usbd_core): support webusbsakumisu
2024-07-23feat(demo): add uf2 demosakumisu
2024-07-23chore(docs): update rstsakumisu
2024-07-23refactor(osal): use osal malloc and free, remove usb_malloc & usb_free macrosakumisu
2024-07-21chore(docs): update rstsakumisu