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
/
usbfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Fix STM32G4 USB
Alex Maclean
2023-12-21
1
-1
/
+6
*
stm32: Make sure to limit tx during usbfs startup
Kevin O'Connor
2023-10-05
1
-1
/
+2
*
stm32: Fix usbfs spurious USB packet transmit on startup
Kevin O'Connor
2023-10-04
1
-6
/
+16
*
stm32: Only enable one direction on usbfs double buffered end points
Kevin O'Connor
2023-10-04
1
-2
/
+2
*
stm32: Add usbfs double buffer support for bulk tx messages
Kevin O'Connor
2023-10-03
1
-8
/
+28
*
stm32: Add usbfs double buffer support for bulk rx messages
Kevin O'Connor
2023-10-03
1
-14
/
+49
*
stm32: Update usbfs to support setting both buffers for each endpoint
Kevin O'Connor
2023-10-03
1
-35
/
+37
*
stm32: Improve usbfs epr register handling
Kevin O'Connor
2023-10-03
1
-40
/
+41
*
stm32: Prefer "MACH_STM32F1" test over "MACH_STM32F103 || MACH_N32G45x"
Kevin O'Connor
2023-04-07
1
-1
/
+1
*
stm32: Add support for Nation N32G45x mcus (#6116)
Alexey
2023-04-07
1
-1
/
+1
*
stm32: Fix usb build on stm32g0b0
Kevin O'Connor
2022-12-15
1
-2
/
+7
*
stm32g4: implement build,usb,can,i2c,spi,serial,adc.
Matt Baker
2022-12-02
1
-1
/
+1
*
stm32l4: add stm32l412 support with adc,i2c,spi,usb
Matt Baker
2022-09-15
1
-1
/
+1
*
stm32: Add support for USB on stm32g0
Kevin O'Connor
2021-12-23
1
-20
/
+69
*
stm32: Rework USB transfer memory layout in usbfs.c
Kevin O'Connor
2021-12-23
1
-46
/
+55
*
stm32: Fix buffer size calculation in usbfs.c
Kevin O'Connor
2021-12-23
1
-1
/
+1
*
stm32: Simplify irq declaration in usbfs.c
Kevin O'Connor
2021-12-23
1
-11
/
+11
*
stm32: Initial support for stm32f070
Kevin O'Connor
2019-10-23
1
-6
/
+17
*
stm32: Support 16bit packet memory access on usbfs controller
Kevin O'Connor
2019-10-23
1
-9
/
+15
*
stm32: Make sure to turn on the usb clock before writing to the packet memory
Kevin O'Connor
2019-10-13
1
-4
/
+4
*
stm32: Move usb_request_bootloader() to chip specific code
Kevin O'Connor
2019-09-18
1
-15
/
+0
*
stm32: Fix usbfs rx buffer sizing
Kevin O'Connor
2019-09-16
1
-2
/
+2
*
stm32: Use official defines for EPR bits
Kevin O'Connor
2019-09-16
1
-30
/
+23
*
stm32: Rename USB_BTABLE to EPM in usbfs.c
Kevin O'Connor
2019-09-16
1
-20
/
+20
*
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
-28
/
+28
*
stm32: Rename stm32f4/ directory to stm32/
Kevin O'Connor
2019-08-05
1
-0
/
+307