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
/
i2s.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: stm32 spi driver slave mode
Cristian Milatinov
2025-11-04
1
-1
/
+2
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-2
/
+2
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
1
-2
/
+2
*
stm32/afio: make the A generic param only appear in chips with AFIO.
Dario Nieuwenhuis
2025-09-05
1
-23
/
+23
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
1
-23
/
+23
*
stm32/spi: update for new version numbering, add i2s support for all versions.
Dario Nieuwenhuis
2025-09-05
1
-95
/
+88
*
i2s
Süha Ünüvar
2025-08-08
1
-15
/
+12
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-45
/
+42
*
fix: unneeded mutability
elagil
2025-01-03
1
-1
/
+1
*
fix: unused import
elagil
2025-01-03
1
-2
/
+1
*
fix: configuration logic
elagil
2025-01-03
1
-1
/
+1
*
fix: STM32F4 I2S clock calculations
elagil
2025-01-03
1
-4
/
+4
*
chore: fix build
elagil
2025-01-03
1
-8
/
+8
*
Revise I2S interface to ring-buffered.
Alexandros Liarokapis
2024-10-16
1
-72
/
+267
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-13
/
+8
*
Add i2s support for spi_v3.
Alexandros Liarokapis
2024-05-27
1
-66
/
+261
*
add proper rxonly support for spi_v3 and force tx dma stream requirement on o...
Alexandros Liarokapis
2024-05-27
1
-2
/
+10
*
stm32: use funcs for info/state, const for ENABLE_BIT.
Dario Nieuwenhuis
2024-05-21
1
-2
/
+2
*
stm32/spi: remove peripheral generic param.
Dario Nieuwenhuis
2024-05-20
1
-7
/
+7
*
stm32/spi: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
1
-15
/
+9
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-2
/
+1
*
stm32: update metapac.
Dario Nieuwenhuis
2024-02-26
1
-8
/
+8
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
1
-5
/
+4
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+1
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-5
/
+30
*
rcc: update pll clock naming
xoviat
2023-10-15
1
-1
/
+1
*
Fix typo
bofh
2023-07-30
1
-1
/
+1
*
Fix Spi::new_internal call in i2s
bofh
2023-07-30
1
-1
/
+3
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-21
/
+13
*
stm32/i2s: add module and example for f4
xoviat
2023-05-03
1
-0
/
+310