index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
2
-7
/
+7
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
2
-8
/
+8
*
fix: stm32/usb: Fixed STM32H5 build requiring time feature
Gabriel Smith
2025-08-29
1
-1
/
+10
*
Working USB_OTG_HS example for STM32WBA
Gerzain Mata
2025-07-27
2
-10
/
+1
*
Working USB_OTG_HS example
Gerzain Mata
2025-07-27
1
-1
/
+1
*
Moved from HSE to HSI to generate USB_OTG_HS_CLK
Gerzain Mata
2025-07-25
2
-7
/
+11
*
Partially working USB example
Gerzain Mata
2025-07-24
1
-7
/
+19
*
Working USB. Still no enumeration
Gerzain Mata
2025-07-23
1
-1
/
+1
*
WIP changes
Gerzain Mata
2025-07-21
1
-1
/
+1
*
Cargo fmt recent changes
Gerzain Mata
2025-07-16
1
-1
/
+1
*
Fixed register names from recent stm32-data changes
Gerzain Mata
2025-07-16
1
-1
/
+1
*
Merge branch 'main' into feat/adc4-stm32wba
Gerzain Mata
2025-07-16
2
-27
/
+51
|
\
|
*
stm32: fix stm32g0b0 build.
Dario Nieuwenhuis
2025-07-16
1
-1
/
+1
|
*
consolidate endpoint validation logic in stm32
korbin
2025-07-13
1
-46
/
+32
|
*
make usb endpoint allocator methods accept an optional EndpointAddress
korbin
2025-07-13
2
-13
/
+51
*
|
WIP for USB_OTG support on STM32WBA devices
Gerzain Mata
2025-07-14
2
-5
/
+44
|
/
*
STM32 USB: Read data before register update
Dion Dokter
2025-06-03
1
-1
/
+3
*
stm32/otg: calculate TRDT using AHB freq instead of kernel freq.
Dario Nieuwenhuis
2025-04-30
1
-1
/
+1
*
Added USB core_id 0x1000 for STM32
Josep Angel Oltra
2025-04-17
1
-1
/
+1
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
2
-53
/
+46
*
fix(usb): blocking wait
elagil
2025-03-24
1
-1
/
+1
*
fix: build
elagil
2025-03-22
1
-2
/
+1
*
fix: apply STM32H5 USB errata (OUT transfer delay)
elagil
2025-03-22
1
-0
/
+11
*
Merge pull request #3964 from elagil/sof_out_usb
Dario Nieuwenhuis
2025-03-16
1
-0
/
+19
|
\
|
*
fix: disable `new_with_sof` for STM32L1
elagil
2025-03-16
1
-3
/
+1
|
*
feat: add optional USB SOF output
elagil
2025-03-12
1
-0
/
+21
*
|
fix: only ISO EP is always double buffered
elagil
2025-03-16
1
-2
/
+3
*
|
refactor: fix build warnings
elagil
2025-03-15
1
-8
/
+16
*
|
refactor: USB read function restructure
elagil
2025-03-15
1
-19
/
+14
*
|
fix: iso out order
elagil
2025-03-15
1
-38
/
+37
*
|
fix: USB ISO IN EP stat
elagil
2025-03-15
1
-20
/
+25
|
/
*
Fix unsupported trace! call for EndpointAddress
Volkalex28
2025-01-09
1
-1
/
+1
*
STM32: set USB initialization delay to 1µs
Fabian Wolter
2024-12-30
1
-4
/
+2
*
Update STM32U5 OTG HS clock handling
Marvin Drees
2024-12-10
2
-14
/
+2
*
Add support for stm32u595/5a5 OTG_HS in client mode
Dave Marples
2024-12-10
2
-7
/
+45
*
Use inline const for initializing arrays. (#3567)
Dario Nieuwenhuis
2024-11-24
1
-7
/
+4
*
otg: fix corruption in CONTROL OUT transfers in stm32f4.
Dario Nieuwenhuis
2024-11-24
1
-18
/
+2
*
otg: improve trace logging, print bytes as hex.
Dario Nieuwenhuis
2024-11-24
1
-1
/
+0
*
Add USBPHYC clock configuration for H7RS series
Kevin
2024-09-22
2
-1
/
+11
*
Add OTG_HS support for STM32H7R/S
Kevin
2024-09-22
2
-0
/
+73
*
feat(usb): add support for ISO endpoints
elagil
2024-09-05
1
-25
/
+186
*
Merge pull request #3281 from elagil/ulpi_add_fs_support
Ulf Lilleengen
2024-08-25
1
-0
/
+49
|
\
|
*
feat: Add support for a full-speed ULPI mode
elagil
2024-08-24
1
-0
/
+49
*
|
Fix errors
Dion Dokter
2024-07-09
1
-1
/
+1
|
/
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
2
-8
/
+7
*
Emit cargo:rustc-check-cfg instructions from build.rs
Jan Špaček
2024-05-30
1
-2
/
+2
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
2
-4
/
+4
*
stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.
Dario Nieuwenhuis
2024-05-01
1
-2
/
+2
*
Configure MAX_EP_COUNT via const generics
Dániel Buga
2024-04-27
1
-3
/
+5
*
Remove extra disable call
Dániel Buga
2024-04-26
1
-2
/
+3
[next]