micropython/ports/stm32/usbdev/class
Damien George 7d8db42d17 stm32/usbdev: Add USB config option for board being self powered.
The new compile-time option is MICROPY_HW_USB_SELF_POWERED.  Set this
option to 1 in the board configuration file to indicate that the USB device
is self powered.  This option is disabled by default (previous behaviour).
2019-01-27 13:52:43 +11:00
..
inc stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ. 2018-10-15 15:37:01 +11:00
src stm32/usbdev: Add USB config option for board being self powered. 2019-01-27 13:52:43 +11:00