index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
usbd_conf.c
Age
Commit message (
Expand
)
Author
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-04
stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins.
Damien George
2019-08-15
stm32/usbd: Make USB device FIFO sizes dynamically configurable.
Damien George
2019-08-15
stm32/usbd: Support USB device mode on STM32L432 MCUs.
Damien George
2019-08-15
stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB config
Damien George
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-16
stm32: Add support for USB on L0 MCUs.
Damien George
2019-05-31
stm32/usb: Support up to 3 VCP interfaces on USB device peripheral.
Damien George
2019-05-30
stm32/usb: Refactor CDC VCP code to enable N CDC interfaces.
Damien George
2019-04-08
stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs.
Damien George
2019-02-07
stm32/usbd_conf: Fully support USB HS with external PHY.
Damien George
2018-10-15
stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ.
Damien George
2018-09-26
stm32/usbd_conf: Allocate enough space in USB HS TX FIFO for CDC packet.
Damien George
2018-05-28
stm32/usb: Guard USB device code with #if for whether USB is enabled.
Damien George
2018-05-14
stm32/usb: Add ability to have 2x VCP interfaces on the one USB device.
Damien George
2018-05-11
stm32/usbd_conf: Changes files to unix line endings and apply styling.
Damien George
2018-05-02
stm32/irq: Define IRQ priorities directly as encoded hardware values.
Damien George
2018-05-01
stm32/usbd_conf: Use mp_hal_pin_config() instead of HAL_GPIO_Init.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-09
stm32/usbd_conf: Add USB support for H7 MCUs.
iabdalkader
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2018-02-01
stm32/usbdev: Add support for high-speed USB device mode.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George