aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/twim.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Change TWIM methods to copy slice if required and add non-copying variantsTil Blechschmidt2022-03-021-41/+86
* embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-42/+43
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-97/+200
* nrf/twim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-265/+155
* Lower some verbose logs to trace.Dario Nieuwenhuis2021-12-231-2/+2
* Remove unneeded rustfmt::skipUlf Lilleengen2021-12-161-6/+12
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+2
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* embassy-nrf: twim derive defmtJacob Rosenthal2021-06-071-0/+1
* fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-071-1/+1
* fix errorsFolkert2021-06-051-2/+2
* extract the polled-on functionFolkert2021-06-051-55/+24
* add distinct read and write functionsFolkert2021-06-051-2/+131
* changes after reviewFolkert2021-06-051-4/+3
* nrf async twimFolkert2021-06-041-0/+113
* nrf/twim: make pullup configurable, do not enable it by default.Dario Nieuwenhuis2021-05-261-2/+10
* nrf/twim: deconfigure pins on dropDario Nieuwenhuis2021-05-261-3/+4
* Fix unused field warningsRukai2021-05-171-6/+2
* nrf: add `Unborrow<Target = Self>` bound to all instance traitsDario Nieuwenhuis2021-05-171-1/+1
* nrf: add blocking TWIMDario Nieuwenhuis2021-05-171-0/+531