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
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
embassy-stm32: Misc clippy fixes
Grant Miller
2023-08-06
1
-6
/
+6
*
Move frequency to SPI config
bofh
2023-07-30
1
-17
/
+49
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
1
-18
/
+5
*
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
Dario Nieuwenhuis
2023-06-29
1
-2
/
+2
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-157
/
+123
*
Merge #1340 #1474
bors[bot]
2023-05-25
1
-0
/
+15
|
\
|
*
stm32/i2s: add module and example for f4
xoviat
2023-05-03
1
-0
/
+15
*
|
Simplify SUBGHZSPI configuration.
ceekdee
2023-05-04
1
-2
/
+2
*
|
Handle SUBGHZSPI as async.
ceekdee
2023-05-03
1
-3
/
+8
|
/
*
Add external LoRa physical layer functionality.
ceekdee
2023-04-21
1
-1
/
+1
*
stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example i...
anton smeenk
2023-04-18
1
-0
/
+17
*
stm32/spi: add support for all word sizes.
Dario Nieuwenhuis
2023-04-18
1
-73
/
+93
*
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
1
-9
/
+14
*
stm32/spi: add v4/v5 support (for H5).
Dario Nieuwenhuis
2023-04-10
1
-36
/
+36
*
stm32/spi: fix occasional data corruption
Patrick Oppenlander
2023-03-01
1
-2
/
+4
*
STM32 SPI: Set clk-pin pull-up/-down to match spi clock polarity
Ralf
2023-02-06
1
-2
/
+8
*
Let repeated clock byte be singular pointer and not array pointer
Rasmus Melchior Jacobsen
2022-12-23
1
-1
/
+1
*
fix(stm32): Ensure that gpio speed is VeryHigh for all spi versions
Rasmus Melchior Jacobsen
2022-12-23
1
-7
/
+3
*
fix(stm32): Align with updated dma::write_repeated signature
Rasmus Melchior Jacobsen
2022-12-23
1
-2
/
+2
*
embassy-stm32: Allow SPI with DMA to implement blocking embbeded-hal traits
Guillaume MICHEL
2022-11-30
1
-6
/
+6
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-22
/
+10
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-4
/
+4
*
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+1
*
Merge #839
bors[bot]
2022-09-04
1
-0
/
+13
|
\
|
*
Use `pub(crate)` visibility for internal SPI
Timo Kröger
2022-08-26
1
-1
/
+2
|
*
stm32wl: Do not require external SPI pins for SUBGHZ
Timo Kröger
2022-08-26
1
-0
/
+12
*
|
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-31
1
-37
/
+31
|
/
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-35
/
+35
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-23
/
+22
*
embassy-stm32: Simplify time
Grant Miller
2022-07-10
1
-24
/
+12
*
impl SetConfig for stm32 i2c and SPI
Henrik Alsér
2022-07-09
1
-0
/
+8
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-49
/
+15
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.
Dario Nieuwenhuis
2022-04-27
1
-44
/
+43
*
SDIO working on stm32f4
chemicstry
2022-03-16
1
-4
/
+16
*
stm32/spi: fix blocking transfer hanging after async.
Dario Nieuwenhuis
2022-03-15
1
-0
/
+4
*
stm32/spi: Clear rx fifo in blocking methods
Grant Miller
2022-03-14
1
-1
/
+4
*
stm32/spi: do not clear rxfifo in SPIv3, the hw already does it.
Dario Nieuwenhuis
2022-03-15
1
-2
/
+7
*
stm32/spi: fix hang in SPIv3 by not waiting for rxfifo empty in finish_dma.
Dario Nieuwenhuis
2022-03-15
1
-25
/
+8
*
stm32/spi: implement async trasnfer_in_place
Dario Nieuwenhuis
2022-03-15
1
-8
/
+27
*
rustfmt
Grant Miller
2022-03-14
1
-3
/
+3
*
Fix zero-length-slice bugs
Grant Miller
2022-03-14
1
-5
/
+15
*
Fix async `write` bug
Grant Miller
2022-03-14
1
-4
/
+3
*
Make all functions generic over word size
Grant Miller
2022-03-14
1
-21
/
+27
*
Use const REGS
Grant Miller
2022-03-14
1
-63
/
+55
*
Finish unification
Grant Miller
2022-03-14
4
-454
/
+118
*
Finish matching versions
Grant Miller
2022-03-14
3
-0
/
+27
*
Add `set_txdmaen` and `set_rxdmaen` functions
Grant Miller
2022-03-14
4
-45
/
+41
*
Add `flush_rx_fifo` function
Grant Miller
2022-03-14
4
-20
/
+37
[next]