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
/
sdmmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32/sdmmc: misc improvements
Dario Nieuwenhuis
2025-07-04
1
-71
/
+53
*
sdmmc: use div_ceil.
Dario Nieuwenhuis
2025-07-04
1
-5
/
+3
*
sdmmc: set datatime during initialization
Anton Lazarev
2025-06-16
1
-3
/
+2
*
stm32/sdmmc: add support for multiple block reads and writes.
Oliver
2025-04-18
1
-15
/
+177
*
refactor to reduce code duplication
Anton Lazarev
2025-03-31
1
-337
/
+212
*
support 8 lane data bus
Anton Lazarev
2025-03-31
1
-4
/
+158
*
support eMMC
Anton Lazarev
2025-03-31
1
-1
/
+184
*
scaffold eMMC support
Anton Lazarev
2025-03-31
1
-315
/
+395
*
use ready_for_data status to determine when write has finished
Anton Lazarev
2025-03-31
1
-5
/
+5
*
use upstream command definitions
Anton Lazarev
2025-03-31
1
-151
/
+55
*
update sdio-host to 0.6
Anton Lazarev
2025-03-31
1
-10
/
+10
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-76
/
+57
*
stm32/sdmmc: remove DMA generic param.
Dario Nieuwenhuis
2025-03-25
1
-50
/
+54
*
doc: Fix "the the"
Ronald Weber
2025-02-19
1
-1
/
+1
*
Add block-device-driver impl for use with embedded-fatfs (#2607)
Scott Mabin
2024-08-26
1
-0
/
+41
*
Added set_cmd_block for dma memory compatibility
David Haig
2024-07-19
1
-47
/
+46
*
Allow cmd buffer to be passed in for dma memory
David Haig
2024-07-17
1
-18
/
+73
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-41
/
+28
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-2
/
+2
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-16
/
+13
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-2
/
+0
*
Correct more CI build issues.
Caleb Garrett
2024-03-10
1
-0
/
+1
*
Add DMA request priority as transfer option.
Caleb Garrett
2024-03-10
1
-0
/
+1
*
stm32/dma: add AnyChannel, add support for BDMA on H7.
Dario Nieuwenhuis
2024-02-24
1
-10
/
+5
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
1
-62
/
+2
*
remove embedded-sdmmc
Ulf Lilleengen
2023-12-20
1
-50
/
+0
*
stm32: doc everything else.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+2
*
stm32: document hrtim, qspi, sdmmc, spi.
Dario Nieuwenhuis
2023-12-19
1
-10
/
+29
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+1
*
stm32/sdmmc: use unwrap to ensure panics get printed to defmt.
Dario Nieuwenhuis
2023-11-27
1
-4
/
+4
*
stm32: update metapac
xoviat
2023-10-20
1
-2
/
+2
*
rcc: update pll clock naming
xoviat
2023-10-15
1
-3
/
+3
*
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
*
Handle stbiterr in 4bit wide mode for sdmmc_v1
Scott Mabin
2023-09-10
1
-10
/
+46
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
*
add missing TransferOptions fields for DMA
JuliDi
2023-07-22
1
-0
/
+3
*
fix sdmmc bdma transferconfig fields
JuliDi
2023-06-27
1
-1
/
+5
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-342
/
+307
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-8
/
+8
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-4
/
+4
*
stm32: move to bind_interrupts
xoviat
2023-05-24
1
-46
/
+45
*
stm32/sdmmc: fix "drop with a value that implements `Copy` does nothing" warn...
Dario Nieuwenhuis
2023-05-19
1
-3
/
+9
*
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
1
-113
/
+130
*
stm32/sdmmc: remove "inner" layer.
Dario Nieuwenhuis
2023-04-17
1
-579
/
+419
*
stm32/sdmmc: remove unneeded pointer casts.
Dario Nieuwenhuis
2023-04-17
1
-13
/
+12
*
stm32/sdmmc: remove cfg_if.
Dario Nieuwenhuis
2023-04-17
1
-89
/
+89
*
stm32/sdmmc: switch to AFIT.
Dario Nieuwenhuis
2023-04-15
1
-35
/
+21
*
stm32/sdmmc: Fix compile errors
chemicstry
2023-02-23
1
-2
/
+2
*
stm32/sdmmc: Refactor TypeId into a macro
chemicstry
2023-02-23
1
-39
/
+61
[next]