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
...
*
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
*
Call `set_word_size` before disabling SPE
Grant Miller
2022-03-14
2
-6
/
+6
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
1
-104
/
+96
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-1
/
+1
*
stm32: centralize gpio reg access in the gpio module.
Dario Nieuwenhuis
2022-02-24
1
-3
/
+3
*
stm32: move pin trait impls from macrotables to build.rs
Dario Nieuwenhuis
2022-02-23
1
-26
/
+0
*
stm32: move dma trait impls from macrotables to build.rs
Dario Nieuwenhuis
2022-02-23
1
-9
/
+0
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
1
-1
/
+6
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
4
-105
/
+39
*
Add missing `+ 'd` on unborrows.
Dario Nieuwenhuis
2022-02-10
1
-2
/
+2
*
stm32: Remove OptionalPin
Dario Nieuwenhuis
2022-02-10
1
-54
/
+115
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
1
-58
/
+148
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
4
-145
/
+183
*
Add the possibility to reconfigure Spi mode and bit order configuration on th...
Matous Hybl
2022-01-14
1
-21
/
+86
*
Remove unneeded rustfmt::skip
Ulf Lilleengen
2021-12-16
1
-6
/
+12
*
Add finish_dma function
Grant Miller
2021-12-14
4
-81
/
+33
*
Replace wait_for_idle with spin_until_idle
Grant Miller
2021-12-14
4
-43
/
+46
*
Regs type alias
Grant Miller
2021-12-14
1
-3
/
+5
*
Refactor new
Grant Miller
2021-12-14
1
-66
/
+56
*
Refactor DMA traits.
Matous Hybl
2021-12-07
3
-30
/
+51
*
Add back MISO flush
Ulf Lilleengen
2021-12-07
2
-0
/
+10
*
Implement blocking traits with a macro
Grant Miller
2021-12-07
1
-51
/
+38
*
Unify blocking trait impls
Grant Miller
2021-12-07
4
-382
/
+125
*
Move async trait impls to mod
Grant Miller
2021-12-07
4
-143
/
+60
*
check_error_flags function
Grant Miller
2021-12-07
4
-93
/
+56
*
Move Word trait to mod
Grant Miller
2021-12-07
3
-8
/
+7
*
v2: set frxth and ds in new
Grant Miller
2021-12-06
1
-0
/
+2
*
Move Spi drop impl to mod
Grant Miller
2021-12-06
4
-33
/
+10
*
Move set_word_size to mod
Grant Miller
2021-12-06
4
-58
/
+49
*
Add tx_ptr and rx_ptr methods
Grant Miller
2021-12-06
4
-34
/
+49
*
Move Spi::new and Spi::compute_baud_rate to mod
Grant Miller
2021-12-06
4
-329
/
+191
*
Fix ssoe in v1
Grant Miller
2021-12-06
1
-6
/
+3
*
Move Spi to mod (without NoDma defaults)
Grant Miller
2021-12-06
4
-39
/
+24
[prev]
[next]