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
/
twim.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change TWIM methods to copy slice if required and add non-copying variants
Til Blechschmidt
2022-03-02
1
-41
/
+86
*
embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.
Dario Nieuwenhuis
2022-02-12
1
-42
/
+43
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
1
-97
/
+200
*
nrf/twim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-265
/
+155
*
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
/
+2
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
embassy-nrf: twim derive defmt
Jacob Rosenthal
2021-06-07
1
-0
/
+1
*
fmt: make all macros `macro_rules` so scoping is consistent.
Dario Nieuwenhuis
2021-06-07
1
-1
/
+1
*
fix errors
Folkert
2021-06-05
1
-2
/
+2
*
extract the polled-on function
Folkert
2021-06-05
1
-55
/
+24
*
add distinct read and write functions
Folkert
2021-06-05
1
-2
/
+131
*
changes after review
Folkert
2021-06-05
1
-4
/
+3
*
nrf async twim
Folkert
2021-06-04
1
-0
/
+113
*
nrf/twim: make pullup configurable, do not enable it by default.
Dario Nieuwenhuis
2021-05-26
1
-2
/
+10
*
nrf/twim: deconfigure pins on drop
Dario Nieuwenhuis
2021-05-26
1
-3
/
+4
*
Fix unused field warnings
Rukai
2021-05-17
1
-6
/
+2
*
nrf: add `Unborrow<Target = Self>` bound to all instance traits
Dario Nieuwenhuis
2021-05-17
1
-1
/
+1
*
nrf: add blocking TWIM
Dario Nieuwenhuis
2021-05-17
1
-0
/
+531
[prev]