-
Notifications
You must be signed in to change notification settings - Fork 67
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 usb
updated
22 files
+1 −1 | .github/workflows/test-build-win.yml | |
+1 −1 | Makefile | |
+19 −4 | demo/cdc_loop.c | |
+8 −4 | demo/cdc_startup.c | |
+1 −1 | inc/hid_usage_keyboard.h | |
+1 −1 | inc/hid_usage_simulation.h | |
+59 −0 | inc/stm32_compat.h | |
+5 −0 | inc/usbd_core.h | |
+17 −0 | library.json | |
+4 −0 | readme.md | |
+3 −3 | src/usbd_stm32f103_devfs.c | |
+5 −6 | src/usbd_stm32f105_otgfs.c | |
+8 −13 | src/usbd_stm32f429_otgfs.c | |
+4 −3 | src/usbd_stm32f429_otghs.c | |
+3 −3 | src/usbd_stm32f446_otgfs.c | |
+3 −3 | src/usbd_stm32f446_otghs.c | |
+3 −3 | src/usbd_stm32h743_otgfs.c | |
+3 −3 | src/usbd_stm32l052_devfs.c | |
+3 −3 | src/usbd_stm32l100_devfs.c | |
+2 −2 | src/usbd_stm32l433_devfs.c | |
+3 −3 | src/usbd_stm32l476_otgfs.c | |
+2 −2 | src/usbd_stm32wb55_devfs.c |