summaryrefslogtreecommitdiff
path: root/ports/stm32/usbd_conf.c
AgeCommit message (Expand)Author
2019-10-13remove ports/stm32Dan Halbert
2018-05-28stm32/usb: Guard USB device code with #if for whether USB is enabled.Damien George
2018-05-14stm32/usb: Add ability to have 2x VCP interfaces on the one USB device.Damien George
2018-05-11stm32/usbd_conf: Changes files to unix line endings and apply styling.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-05-01stm32/usbd_conf: Use mp_hal_pin_config() instead of HAL_GPIO_Init.Damien George
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-09stm32/usbd_conf: Add USB support for H7 MCUs.iabdalkader
2018-02-13stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.Damien George
2018-02-13stm32: Update HAL macro and constant names to use newer versions.Damien George
2018-02-01stm32/usbdev: Add support for high-speed USB device mode.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George