summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Signed-off-by: Zhihong Chen <[email protected]>
2024-08-16port: ehci: should not be clear CSC/PEC/OCC flag when usb_hc_init()Zhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
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
to while1
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
2024-07-19feat(class/vendor/wifi/usbh_bl616): add bl616 usbwifi driversakumisu
2024-07-18fix(port/dwc2/usb_dc_dwc2): fix lost ep0 setup intstatus by clear, for dwc2 ↵charschu
version 4.3
2024-07-15update(port/musb/usb_hc_musb): add portpower bit for commit e4b56ceesakumisu
2024-07-15fix typosakumisu
2024-07-15fix(demo/winusb1.0_template): fix WINUSB_IFx_WCIDProperties arraysakumisu
2024-07-15Add host driver for XBOX controllersTill Harbaum
2024-07-15Workaround for BL616 power controlTill Harbaum
2024-07-13fix(port/bl): fix test mode apisakumisu
2024-07-13update(demo/hid_mouse_template): draw circle to test report ratesakumisu
2024-07-13fix: fix typosakumisu
2024-07-11doc(readme): fix typoHaoboGu
2024-07-11feat(core/usbd_core): support get hid desc request(0x21), support get status ↵sakumisu
for remote wakeup & self powered
2024-07-10fix(kconfig): fix spellingsakumisu