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
...
*
Reset inited flag to allow re-enabling
Dániel Buga
2024-04-26
1
-0
/
+1
*
Hide the Dir trait
Dániel Buga
2024-04-26
1
-2
/
+2
*
Extract synopsys otg driver
Dániel Buga
2024-04-26
1
-1203
/
+107
*
Fix spelling in vbus_detection doc comment
Joël Schulz-Ansres
2024-04-22
1
-2
/
+2
*
Merge pull request #2813 from diondokter/u0-dion
Dario Nieuwenhuis
2024-04-16
2
-8
/
+8
|
\
|
*
stm32/usb: enable USV for U0.
Dario Nieuwenhuis
2024-04-16
1
-1
/
+1
|
*
Add some examples.
Dion Dokter
2024-04-13
1
-7
/
+7
*
|
Remove nested CS
James Munns
2024-04-16
1
-6
/
+4
*
|
Add critical sections to avoid USB OTG Errata
James Munns
2024-04-16
1
-52
/
+64
|
/
*
stm32/otg: fix OTG_HS in FS mode.
Dario Nieuwenhuis
2024-04-12
1
-40
/
+18
*
stm32: fix typo in doc
Boris Faure
2024-04-11
1
-2
/
+2
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
3
-25
/
+23
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
2
-13
/
+2
*
stm32/usb: assert usb clock is okay.
Dario Nieuwenhuis
2024-03-19
1
-0
/
+13
*
stm32/usb: extract common init code.
Dario Nieuwenhuis
2024-03-19
3
-48
/
+53
*
stm32/usb: merge usb and usb_otg into single module.
Dario Nieuwenhuis
2024-03-19
3
-36
/
+1660
*
USB needs PWR_CR2 USV set on STM32L4
Joonas Javanainen
2024-02-20
1
-1
/
+1
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
1
-1
/
+1
*
Suppress "unused" warnings.
Dario Nieuwenhuis
2024-01-14
1
-5
/
+6
*
changes to get usb working on a L1. Adds a usb_serial example too
shufps
2024-01-14
1
-0
/
+6
*
stm32: fix USB wait_enabled IN messages
Ben Schattinger
2023-12-26
1
-2
/
+2
*
stm32: USB IN endpoints use IN wakers
Ben Schattinger
2023-12-26
1
-1
/
+1
*
stm32: doc everything else.
Dario Nieuwenhuis
2023-12-19
2
-0
/
+11
*
Conditionally compile line for all stm32wb chips
Kaitlyn Kenwell
2023-12-08
1
-1
/
+1
*
Assert CR2.USV on stm32wb55, wb35 series chips
Kaitlyn Kenwell
2023-12-08
1
-1
/
+1
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-2
/
+0
*
enable clock first
pbert
2023-10-12
1
-1
/
+1
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-2
/
+1
*
stm32: centralize enabling pwr, syscfg, flash.
Dario Nieuwenhuis
2023-09-25
1
-4
/
+1
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
Dario Nieuwenhuis
2023-06-29
1
-28
/
+28
*
stm32/usb: add TODO: implement VBUS detection.
Dario Nieuwenhuis
2023-06-27
1
-42
/
+43
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-220
/
+194
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
2
-6
/
+6
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-3
/
+3
*
stm32: move to bind_interrupts
xoviat
2023-05-24
1
-87
/
+93
*
stm32/usb: do not require embassy-time.
Dario Nieuwenhuis
2023-05-19
1
-2
/
+4
*
stm32: add H5 support.
Dario Nieuwenhuis
2023-04-06
1
-0
/
+5
*
stm32/usb: add support for 32bit usbram.
Dario Nieuwenhuis
2023-04-06
1
-46
/
+85
*
usb: docs
Dario Nieuwenhuis
2023-01-31
1
-8
/
+8
*
Update stm32-data.
Dario Nieuwenhuis
2023-01-11
1
-0
/
+1
*
Refactor embassy-usb address handling to allow reordering of status resoponse
chemicstry
2023-01-11
1
-12
/
+13
*
stm32/usb: use separate irq flags.
Dario Nieuwenhuis
2022-12-23
1
-33
/
+33
*
usb-driver: Remove unncessary lifetime
Gabriel Smith
2022-11-27
1
-1
/
+1
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-313
/
+269
*
usb: make HALs depend only on embassy-usb-driver.
Dario Nieuwenhuis
2022-09-27
1
-2
/
+3
*
usb: split driver trait to separate crate.
Dario Nieuwenhuis
2022-09-26
1
-17
/
+18
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-2
/
+1
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-1
/
+1
[prev]
[next]