index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stm32
/
usbotg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: add STM32H723 support
bigtreetech
2022-12-02
1
-14
/
+24
*
stm32: Add USBOTG support to stm32h7
adelyser
2021-11-21
1
-17
/
+36
*
stm32: Wait for setup complete to enable ep0 rx in usbotg.c
Arksine
2020-05-03
1
-4
/
+11
*
stm32: Wait for setup complete notification in usbotg.c
Kevin O'Connor
2020-05-03
1
-6
/
+13
*
stm32: Move usb_request_bootloader() to chip specific code
Kevin O'Connor
2019-09-18
1
-5
/
+0
*
stm32: Disable usb irqs in usbotg handlers
Kevin O'Connor
2019-09-12
1
-17
/
+56
*
stm32: Rework usbotg transmit interrupts
Kevin O'Connor
2019-09-08
1
-7
/
+10
*
stm32: Work around stm32f407 usbotg chip errata
Kevin O'Connor
2019-08-31
1
-3
/
+10
*
stm32: Configure and enable usbotg endpoint0 during setup
Kevin O'Connor
2019-08-30
1
-25
/
+10
*
stm32: Disable and flush usbotg bulk transmit pipe on usb_set_configure()
Kevin O'Connor
2019-08-30
1
-19
/
+11
*
stm32: Perform usbotg endpoint init during usb_set_configure()
Kevin O'Connor
2019-08-30
1
-26
/
+26
*
stm32: Discard usbotg tx data until usb is ready
Kevin O'Connor
2019-08-30
1
-2
/
+2
*
stm32: No need to clear the usbotg address on reset
Kevin O'Connor
2019-08-30
1
-4
/
+2
*
stm32: Enable usbotg bulk reads during endpoint configuration
Kevin O'Connor
2019-08-30
1
-0
/
+1
*
stm32: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
1
-3
/
+3
*
stm32: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
1
-42
/
+42
*
stm32: Simplify usbotg packet reading and writing
Kevin O'Connor
2019-08-16
1
-57
/
+54
*
stm32: Initial support for USB On-The-Go (OTG) driver on stm32f4
Kevin O'Connor
2019-08-15
1
-0
/
+401