-
- Downloads
stmhal: add option to query for the current usb mode
Fetch the current usb mode and return a string representation when pyb.usb_mode() is called with no args. The possible string values are interned as qstr's. None will be returned if an incorrect mode is set.
Showing
- py/makeqstrdata.py 1 addition, 0 deletionspy/makeqstrdata.py
- stmhal/qstrdefsport.h 13 additions, 0 deletionsstmhal/qstrdefsport.h
- stmhal/usb.c 27 additions, 1 deletionstmhal/usb.c
- stmhal/usbdev/class/inc/usbd_cdc_msc_hid.h 2 additions, 0 deletionsstmhal/usbdev/class/inc/usbd_cdc_msc_hid.h
- stmhal/usbdev/class/src/usbd_cdc_msc_hid.c 5 additions, 0 deletionsstmhal/usbdev/class/src/usbd_cdc_msc_hid.c
Loading
Please register or sign in to comment