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: block stop2 for wle and misc fixes
xoviat
2025-12-15
1
-6
/
+7
*
stm32/sdio: update transfer interface
xoviat
2025-12-12
3
-52
/
+97
*
sdmmc: factor out sd and add sdio mod
xoviat
2025-12-11
3
-713
/
+980
*
sdmmc: more refactorign
xoviat
2025-12-10
1
-682
/
+578
*
sdmmc: refactor sd card creation
xoviat
2025-12-09
1
-171
/
+114
*
sdmmc: use storage devices with reference
xoviat
2025-12-09
1
-316
/
+402
*
type-erase sdmmc
xoviat
2025-12-09
1
-182
/
+212
*
low-power: use scoped block stop
xoviat
2025-12-08
1
-1
/
+11
*
Add comment
Jared Szechy
2025-11-02
1
-0
/
+2
*
Fix status polling
Jared Szechy
2025-11-01
1
-3
/
+1
*
allow unused
Jared Szechy
2025-10-29
1
-0
/
+1
*
Fix SDMMC on v2
Jared Szechy
2025-10-29
1
-0
/
+3
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-3
/
+3
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
1
-38
/
+38
*
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
[next]