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-usb-synopsys-otg
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4397 from korbin/allocate-numbered-endpoints
Dario Nieuwenhuis
2025-07-15
1
-12
/
+31
|
\
|
*
make usb endpoint allocator methods accept an optional EndpointAddress
korbin
2025-07-13
1
-12
/
+31
*
|
otg: Improve IN write performance
Matt Johnston
2025-07-15
1
-3
/
+16
|
/
*
otg: Allow exact out buffer size
Matt Johnston
2025-02-17
1
-1
/
+1
*
otg: use const blocks for init.
Dario Nieuwenhuis
2024-11-24
1
-12
/
+9
*
otg: fix corruption in CONTROL OUT transfers in stm32f4.
Dario Nieuwenhuis
2024-11-24
1
-63
/
+50
*
otg: improve trace logging, print bytes as hex.
Dario Nieuwenhuis
2024-11-24
1
-4
/
+8
*
otg: fix build with defmt enabled.
Dario Nieuwenhuis
2024-11-24
1
-54
/
+54
*
Add USBPHYC clock configuration for H7RS series
Kevin
2024-09-22
1
-11
/
+18
*
Add OTG_HS support for STM32H7R/S
Kevin
2024-09-22
2
-0
/
+187
*
feat(usb-otg): add support for ISO endpoints
elagil
2024-09-05
2
-8
/
+38
*
Merge pull request #3281 from elagil/ulpi_add_fs_support
Ulf Lilleengen
2024-08-25
1
-2
/
+5
|
\
|
*
feat: Add support for a full-speed ULPI mode
elagil
2024-08-24
1
-2
/
+5
*
|
Add OTG core DMA address registers
ferris
2024-08-13
1
-0
/
+12
*
|
usb-synopsys-otg: ensure ep alloc fails when endpoint_count < MAX_EP_COUNT.
Dario Nieuwenhuis
2024-08-03
1
-2
/
+2
|
/
*
Reduced define for 'unreachable!' to a single macro rule
Tarun Singh
2024-07-17
1
-10
/
+6
*
Add collapse_debuginfo to fmt.rs macros.
Dario Nieuwenhuis
2024-06-17
1
-0
/
+17
*
usb: add transceiver delay option
Matt Ickstadt
2024-05-21
1
-1
/
+15
*
embassy-usb-synopsys-otg: impl Sync for EpState
Matt Ickstadt
2024-05-20
1
-1
/
+7
*
embassy-usb-synopsys-otg: default vbus_detect to false.
Dario Nieuwenhuis
2024-05-13
1
-1
/
+1
*
Configure MAX_EP_COUNT via const generics
Dániel Buga
2024-04-27
1
-20
/
+18
*
Only access the necessary parts of State
Dániel Buga
2024-04-27
1
-27
/
+33
*
Group endpoint states into a per-endpoint struct
Dániel Buga
2024-04-27
1
-30
/
+40
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-1
/
+1
*
Hide the Dir trait
Dániel Buga
2024-04-26
1
-6
/
+8
*
Extract synopsys otg driver
Dániel Buga
2024-04-26
3
-0
/
+6039