summaryrefslogtreecommitdiff
path: root/core/usbd_core.c
AgeCommit message (Expand)Author
2022-10-06fix warningsakumisu
2022-09-24add usb device deinit functionsakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-21check if the ep0 request data len is overflowsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-18add test mode for feature testsakumisu
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-31add nocache ram config when enable dcachesakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-07-19remove list search modesakumisu
2022-06-28update usb core macrossakumisu
2022-06-27remove surplus logsakumisu
2022-06-25fix warning in 64bit cpusakumisu
2022-06-23fix type wrong for ep argument on usbd_ep_in_handler and usbd_ep_out_handler ...Li.XiongHui
2022-06-17handle USB_DESCRIPTOR_TYPE_OTHER_SPEEDliuhy-2020
2022-06-15copy data from misalign addr to align32 addr when use dma with dcachesakumisu
2022-06-05use ep open and close return valuesakumisu
2022-04-15fix warningsakumisu
2022-04-15fix warningsakumisu
2022-04-14fix duplicate calls to the class notify handler when class has multiploesakumisu
2022-04-08add test mode when using feature cmdsakumisu
2022-03-11fix no newline warningsakumisu
2022-03-11move ep macros into usb_def.hsakumisu
2022-03-10add usb_dc_init declare in usb_dc.h,and add usbd_initialize to call itsakumisu
2022-02-24add macros for high speed iso and intr transfer with additional transactionsakumisu
2022-02-24gdd memory align32 for variable in structuresakumisu
2022-02-17fix ep0 zlp send judgementsakumisu
2022-02-08format codessakimisu
2022-02-01rename paramater named class with devclass insteadsakimusu
2022-01-15update licensesakumisu
2022-01-15add usb debug level control and color displaysakumisu
2021-12-04fix doxygen user namesakumisu
2021-11-29rename request recipient macrosakumisu
2021-11-29refactor usb class structuresakumisu
2021-11-16fix zlp process, when ep0_data_len is zerosakumisu
2021-11-16format codesakumisu
2021-11-14modify print log,add USBD_LOG_INFO forever printsakumisu
2021-09-28add usb hs support,add bos and msosv2 descriptor registersakumisu
2021-07-10first commitjzlv