micropython/ports/stm32/usbdev
Damien George 5c320bd0b0 stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
This patch allows to completely compile-out support for USB, and no-USB is
now the default.  If a board wants to enable USB it should define:

    #define MICROPY_HW_ENABLE_USB (1)

And then one or more of the following to select the USB PHY:

    #define MICROPY_HW_USB_FS (1)
    #define MICROPY_HW_USB_HS (1)
    #define MICROPY_HW_USB_HS_IN_FS (1)
2018-02-13 18:51:08 +11:00
..
class stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config. 2018-02-13 18:51:08 +11:00
core stm32/usbdev: Add support for high-speed USB device mode. 2018-02-01 17:57:44 +11:00
Release_Notes.html ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00