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
...
*
Track current word size in v2 and v3 also
Grant Miller
2021-12-06
3
-17
/
+29
*
Move WordSize methods to mod
Grant Miller
2021-12-06
4
-41
/
+43
*
Move NoPin impls from v1 to mod
Grant Miller
2021-12-06
2
-22
/
+22
*
Flush MISO before transfer operation
Ulf Lilleengen
2021-12-03
2
-0
/
+10
*
Fix wrong pin configuration in STM32's SPI v3.
Matous Hybl
2021-12-01
2
-61
/
+34
*
Ensure SPI DMA write is completed
Ulf Lilleengen
2021-11-24
1
-2
/
+11
*
Configure the correct pin instances
Ulf Lilleengen
2021-10-21
1
-2
/
+2
*
inline FRE register check for SPI on F1
Tobias Pisani
2021-10-11
1
-23
/
+19
*
Add AFType::Input for input configurations.
Tobias Pisani
2021-10-11
1
-10
/
+8
*
Make miso/mosi optional when for unidirectional spi
Tobias Pisani
2021-10-11
4
-46
/
+97
*
partial alternate function configuration on STM32f1
Tobias Pisani
2021-10-11
2
-4
/
+20
*
feat: Add spi support for STM32F1 variants
Tobias Pisani
2021-10-11
2
-2
/
+17
*
Code review request - moving `OutputType` to `mod sealed`
Mariusz Ryndzionek
2021-09-24
1
-2
/
+4
*
Small adjustment to 'set_as_af' interface
Mariusz Ryndzionek
2021-09-24
1
-4
/
+8
*
Refactor V1 SPI
Ulf Lilleengen
2021-09-21
1
-96
/
+55
*
Add HAL for SubGhz peripheral for STM32 WL series
Ulf Lilleengen
2021-09-02
2
-1
/
+3
*
Formatting.
Bob McWhirter
2021-08-24
1
-3
/
+3
*
Fix blocking-write for SPI.
Bob McWhirter
2021-08-24
1
-3
/
+27
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
3
-3
/
+3
*
Actually take a &mut of that read slice.
Bob McWhirter
2021-07-23
2
-2
/
+6
*
Adjust how we deal with read/write being different length.
Bob McWhirter
2021-07-23
3
-9
/
+8
*
As before, EVERY DANG TIME.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Enable DMA for SPIv1 on F4's etc.
Bob McWhirter
2021-07-23
2
-11
/
+204
*
Every dang time.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Make SPIv3 work with DMA.
Bob McWhirter
2021-07-23
2
-10
/
+92
*
Add back in the other versions of SPI.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
SPIv2 + DMA.
Bob McWhirter
2021-07-23
3
-16
/
+233
*
Wire up peripheral DMA channels for SPI.
Bob McWhirter
2021-07-23
1
-0
/
+36
*
Avoid borrowck issue.
Bob McWhirter
2021-07-23
1
-1
/
+3
*
IntelliJ'd.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Add a non-minc write() to DMA which takes a count.
Bob McWhirter
2021-07-23
2
-7
/
+49
*
More unused allowances.
Bob McWhirter
2021-07-23
1
-0
/
+1
*
Include all versions when handing to CI.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Annotate to avoid unused warnings for the moment.
Bob McWhirter
2021-07-23
1
-0
/
+3
*
Begin reworking SPI to add DMA for stm32.
Bob McWhirter
2021-07-23
2
-43
/
+56
*
Checkpoint.
Bob McWhirter
2021-07-23
2
-11
/
+68
*
Derive SPI v1 and v3 clocks automatically
Ulf Lilleengen
2021-06-14
2
-2
/
+2
*
Provide a way for a peripheral to query its clock frequency
Ulf Lilleengen
2021-06-14
1
-1
/
+1
*
Reduce generics noise
Ulf Lilleengen
2021-06-08
4
-26
/
+23
*
Enable clock for SPI v1 and v3
Ulf Lilleengen
2021-06-08
2
-14
/
+20
*
Auto generate SPI v2 clock enable
Ulf Lilleengen
2021-06-08
1
-7
/
+10
*
Fix stm32 warnings
Rukai
2021-06-06
2
-10
/
+4
*
Refactor SPI signal pin macro.
Bob McWhirter
2021-06-03
1
-18
/
+12
*
Move DAC, I2C, SPI and RNG to macro-tables.
Bob McWhirter
2021-06-03
1
-10
/
+31
*
Add stm32-metapac crate, with codegen in rust
Dario Nieuwenhuis
2021-05-31
1
-3
/
+3
*
Refactor SPI and fix write bug
Ulf Lilleengen
2021-05-27
2
-106
/
+59
*
Merge pull request #197 from rukai/fix_stm32_warnings
Dario Nieuwenhuis
2021-05-21
2
-4
/
+3
|
\
|
*
Fix warnings for embassy-stm32 and embassy-stm32-examples
Lucas Kent
2021-05-20
2
-4
/
+3
*
|
Use the correct register names.
Bob McWhirter
2021-05-20
2
-6
/
+6
*
|
Formatting.
Bob McWhirter
2021-05-20
3
-80
/
+31
[prev]
[next]