summaryrefslogtreecommitdiff
path: root/core/usbd_core.c
AgeCommit message (Expand)Author
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