aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/usbotg.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: add STM32H723 supportbigtreetech2022-12-021-14/+24
* stm32: Add USBOTG support to stm32h7adelyser2021-11-211-17/+36
* stm32: Wait for setup complete to enable ep0 rx in usbotg.cArksine2020-05-031-4/+11
* stm32: Wait for setup complete notification in usbotg.cKevin O'Connor2020-05-031-6/+13
* stm32: Move usb_request_bootloader() to chip specific codeKevin O'Connor2019-09-181-5/+0
* stm32: Disable usb irqs in usbotg handlersKevin O'Connor2019-09-121-17/+56
* stm32: Rework usbotg transmit interruptsKevin O'Connor2019-09-081-7/+10
* stm32: Work around stm32f407 usbotg chip errataKevin O'Connor2019-08-311-3/+10
* stm32: Configure and enable usbotg endpoint0 during setupKevin O'Connor2019-08-301-25/+10
* stm32: Disable and flush usbotg bulk transmit pipe on usb_set_configure()Kevin O'Connor2019-08-301-19/+11
* stm32: Perform usbotg endpoint init during usb_set_configure()Kevin O'Connor2019-08-301-26/+26
* stm32: Discard usbotg tx data until usb is readyKevin O'Connor2019-08-301-2/+2
* stm32: No need to clear the usbotg address on resetKevin O'Connor2019-08-301-4/+2
* stm32: Enable usbotg bulk reads during endpoint configurationKevin O'Connor2019-08-301-0/+1
* stm32: Update code to use armcm_boot mechanismKevin O'Connor2019-08-221-3/+3
* stm32: Move irq handler code above irq setupKevin O'Connor2019-08-221-42/+42
* stm32: Simplify usbotg packet reading and writingKevin O'Connor2019-08-161-57/+54
* stm32: Initial support for USB On-The-Go (OTG) driver on stm32f4Kevin O'Connor2019-08-151-0/+401