summaryrefslogtreecommitdiff
path: root/class/hid/usbd_hid.c
AgeCommit message (Expand)Author
2026-02-03style(class): remove device warning logs for memorysakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-02-06support multi port api for devicesakumisu
2023-07-21Fix the callback api in usbd_hid.cChen Leeren
2023-05-26extend report lengthsakimisu
2023-05-24fix hid get report lensakumisu
2022-10-20remove intf mallocsakumisu
2022-09-25fix hid durationsakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-18delete hid statesakumisu
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-28refactor dcd api and ep in/out irq callback processsakumisu
2022-06-28update hid functions registersakumisu
2022-02-12add static to embelish request handlersakumisu
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-28fix direction mask in bmRequestType with new macrosakumisu
2021-12-04fix doxygen user namesakumisu
2021-11-29refactor usb class structuresakumisu
2021-11-14modify print log,add USBD_LOG_INFO forever printsakumisu
2021-11-09modify class request print logsakumisu
2021-09-28add usb hs support,add bos and msosv2 descriptor registersakumisu
2021-07-10first commitjzlv