micropython/ports/stm32/usbdev/class
Damien George 4caf5b2358 stm32/usbdev: Add USB config option for max power drawn by the board.
The new compile-time option is MICROPY_HW_USB_MAX_POWER_MA.  Set this in
the board configuration file to the maximum current in mA that the board
will draw over USB.  The default is 500mA.
2019-01-27 14:02:10 +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 max power drawn by the board. 2019-01-27 14:02:10 +11:00