forked from bouffalolab/bouffalo_sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cherryusb
updated
22 files
+1 −2 | CherryUSB.svg | |
+24 −6 | README.md | |
+25 −6 | README_zh.md | |
+132 −72 | SConscript | |
+1 −1 | VERSION | |
+2 −2 | cherryusb_config_template.h | |
+1 −1 | class/msc/usbh_msc.c | |
+2 −2 | class/wireless/usbd_rndis.c | |
+69 −32 | demo/hid_custom_inout_template.c | |
+4 −15 | docs/source/api/api_host.rst | |
+2 −2 | docs/source/conf.py | |
+13 −2 | docs/source/quick_start/index.rst | |
+11 −1 | osal/usb_osal_freertos.c | |
+2 −2 | port/dwc2/usb_hc_dwc2.c | |
+15 −25 | port/ehci/usb_ehci_priv.h | |
+106 −31 | port/ehci/usb_glue_aic.c | |
+117 −0 | port/ehci/usb_glue_ma35d0.c | |
+62 −0 | port/ehci/usb_glue_nuc980.c | |
+59 −158 | port/ehci/usb_hc_ehci.c | |
+1 −1 | port/hpm/usb_dc_hpm.c | |
+1 −1 | port/musb/usb_hc_musb.c | |
+2 −2 | third_party/rt-thread-5.0/dfs_usbh_msc.c |