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-nrf
/
src
/
spim.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change SPIM methods to copy slice if required and add non-copying variants
Til Blechschmidt
2022-02-23
1
-4
/
+97
*
Merge #615
bors[bot]
2022-02-12
1
-1
/
+0
|
\
|
*
nrf: remove stray mention of OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-1
/
+0
*
|
Merge #613
bors[bot]
2022-02-12
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.
Dario Nieuwenhuis
2022-02-12
1
-2
/
+7
*
|
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-10
/
+51
|
/
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
1
-57
/
+207
*
nrf/spim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-22
/
+43
*
nrf/spim: share code between blocking+async.
Dario Nieuwenhuis
2022-01-13
1
-137
/
+72
*
Lower some verbose logs to trace.
Dario Nieuwenhuis
2021-12-23
1
-2
/
+2
*
Remove unneeded rustfmt::skip
Ulf Lilleengen
2021-12-16
1
-6
/
+12
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+3
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
Formatting.
Bob McWhirter
2021-07-23
1
-1
/
+1
*
Split up the nRF impls for SPI traits.
Bob McWhirter
2021-07-23
1
-7
/
+16
*
fmt: make all macros `macro_rules` so scoping is consistent.
Dario Nieuwenhuis
2021-06-07
1
-1
/
+1
*
skip 'in ram' check for mutable slice in fullduplex
Folkert
2021-06-05
1
-1
/
+2
*
match on mode
Folkert
2021-06-03
1
-17
/
+22
*
nrf/spim: disable and deconfigure pins on drop.
Dario Nieuwenhuis
2021-05-26
1
-0
/
+19
*
Fix unused field warnings
Rukai
2021-05-17
1
-6
/
+2
*
Fix warnings
Rukai
2021-05-17
1
-3
/
+3
*
nrf: add `Unborrow<Target = Self>` bound to all instance traits
Dario Nieuwenhuis
2021-05-17
1
-1
/
+1
*
nrf: add support for nrf52805, nrf52811, nrf52820
Dario Nieuwenhuis
2021-05-17
1
-24
/
+23
*
Make changes to `Write` as well as `Transfer`
Richard Dodd
2021-05-05
1
-8
/
+4
*
Address issues in PR.
Richard Dodd
2021-05-05
1
-8
/
+4
*
Implement the blocking hal api for SPIM.
Richard Dodd
2021-05-05
1
-0
/
+105
*
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
1
-6
/
+6
*
Remove Pin from SPI
Dario Nieuwenhuis
2021-04-14
1
-19
/
+42
*
nrf: better macro naming.
Dario Nieuwenhuis
2021-03-29
1
-6
/
+6
*
nrf/spim: make mosi,miso optional
Richard Dodd
2021-03-29
1
-7
/
+17
*
nrf: add unborrow! macro
Dario Nieuwenhuis
2021-03-29
1
-7
/
+4
*
nrf: rename inner peripheral to `peri` for consistence
Dario Nieuwenhuis
2021-03-29
1
-4
/
+4
*
nrf: Specify `connected` bit in psel_bits
Dario Nieuwenhuis
2021-03-29
1
-15
/
+6
*
nrf/spim: do not use PeripheralMutex
Dario Nieuwenhuis
2021-03-29
1
-77
/
+53
*
nrf: add owned Peripherals struct, migrate gpio and spim
Dario Nieuwenhuis
2021-03-29
1
-32
/
+56
*
Simplify spim macros
Dario Nieuwenhuis
2021-03-18
1
-43
/
+24
*
peripheralmutex: separate interrupt registration to own method.
Dario Nieuwenhuis
2021-03-18
1
-0
/
+1
*
Remove free() from PeripheralMutex and all nrf drivers.
Dario Nieuwenhuis
2021-03-18
1
-5
/
+0
*
Implement FullDuplex for nrf spim
Dario Nieuwenhuis
2021-03-18
1
-4
/
+24
*
Move nRF's util into a separate crate
Thales Fragoso
2021-03-07
1
-1
/
+1
*
Update `nrf-hal` to v0.12.1
Timo Kröger
2021-03-05
1
-18
/
+3
*
nrf/spim: support all chips
Dario Nieuwenhuis
2021-03-01
1
-7
/
+17
*
nrf: add SPIM
Dario Nieuwenhuis
2021-03-01
1
-0
/
+262
[prev]