aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usbd_conf.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-04stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins.Damien George
2019-08-15stm32/usbd: Make USB device FIFO sizes dynamically configurable.Damien George
2019-08-15stm32/usbd: Support USB device mode on STM32L432 MCUs.Damien George
2019-08-15stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB configDamien George
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-16stm32: Add support for USB on L0 MCUs.Damien George
2019-05-31stm32/usb: Support up to 3 VCP interfaces on USB device peripheral.Damien George
2019-05-30stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.Damien George
2019-04-08stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs.Damien George
2019-02-07stm32/usbd_conf: Fully support USB HS with external PHY.Damien George
2018-10-15stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ.Damien George
2018-09-26stm32/usbd_conf: Allocate enough space in USB HS TX FIFO for CDC packet.Damien George
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