Commit Graph

25 Commits

Author SHA1 Message Date
sakumisu
64394bf246 update: add USBH_IRQHandler & USBD_IRQHandler function declaration
Signed-off-by: sakumisu <1203593632@qq.com>
2025-01-15 17:10:19 +08:00
sakumisu
bef45dc360 feat(port): add remote wakeup api 2024-07-26 22:02:01 +08:00
sakumisu
1a9c1481f4 feat(core/usbd_core): support get hid desc request(0x21), support get status for remote wakeup & self powered 2024-07-11 13:58:16 +08:00
sakumisu
2da4edf76b remove port param in usbd_get_port_speed 2024-04-29 11:35:29 +08:00
Zhihong Chen
bba4b46fa4 update usb test mode
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com>
2024-03-13 19:25:07 +08:00
sakumisu
d1c7fa8c19 support multi port api for device 2024-02-06 19:52:22 +08:00
sakumisu
29d45ef5c7 replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in usbh_ep_open api 2023-12-10 22:34:01 +08:00
sakumisu
d7c0add7ef add usbd_event_handler for users 2023-03-22 15:00:34 +08:00
sakimisu
9291c1459c add ep mult support 2022-11-19 21:51:38 +08:00
sakimisu
cf97d5276e add usbd_get_port_speed api to use different config descriptors 2022-11-19 21:51:38 +08:00
sakumisu
7377b5183d Simplify the license rows, standardize header macro name 2022-08-18 21:41:19 +08:00
sakumisu
54c52944d2 remove comments to reduce rows 2022-08-17 20:12:37 +08:00
sakumisu
f1bc0aef04 refactor dcd api and ep in/out irq callback process 2022-07-28 21:35:22 +08:00
sakumisu
174a07fb89 update readme 2022-07-03 22:14:23 +08:00
sakumisu
f7ceacdc79 add some dcd api 2022-07-02 19:40:00 +08:00
sakumisu
e71fb773ed add aynsc transfer function 2022-04-08 15:07:11 +08:00
sakumisu
0cee453c74 move ep macros into usb_def.h 2022-03-11 17:29:22 +08:00
sakumisu
96b92efbcb add usb_dc_init declare in usb_dc.h,and add usbd_initialize to call it 2022-03-10 19:10:00 +08:00
sakimisu
1edbae8e07 format codes 2022-02-08 11:44:46 +08:00
sakumisu
c5bfeed867 update license 2022-01-15 17:13:57 +08:00
sakumisu
636b30c3d8 refactor usb class structure 2021-11-29 10:32:05 +08:00
sakumisu
10da78cb0b format code 2021-11-16 10:26:46 +08:00
sakumisu
5a22e7a57b modify print log,add USBD_LOG_INFO forever print 2021-11-14 21:14:51 +08:00
sakumisu
bb5f7e434b modify class request print log 2021-11-09 10:28:10 +08:00
jzlv
8a143df509 first commit 2021-07-10 18:31:58 +08:00