-
- Downloads
stmhal: Add CDC+HID USB device.
The HID device must appear before the CDC in order for both to work at the same time. Whilst the code is working, it's not currently used.
Showing
- stmhal/modpyb.c 2 additions, 7 deletionsstmhal/modpyb.c
- stmhal/usb.c 1 addition, 3 deletionsstmhal/usb.c
- stmhal/usbdev/class/cdc_hid/inc/usbd_cdc_hid.h 83 additions, 0 deletionsstmhal/usbdev/class/cdc_hid/inc/usbd_cdc_hid.h
- stmhal/usbdev/class/cdc_hid/src/usbd_cdc_hid.c 654 additions, 0 deletionsstmhal/usbdev/class/cdc_hid/src/usbd_cdc_hid.c
This diff is collapsed.
Please register or sign in to comment