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
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-62
/
+53
*
nrf, rp: update set_config
xoviat
2023-10-01
1
-2
/
+5
*
nrf: twim: Use SetConfig trait to reduce code duplication
Priit Laes
2023-09-10
1
-4
/
+5
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-6
/
+6
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-3
/
+3
*
Fix some typos
Dirk Stolle
2023-05-08
1
-1
/
+1
*
Update embedded-hal crates.
Dario Nieuwenhuis
2023-04-06
1
-37
/
+10
*
nrf/twim: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-20
/
+27
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-18
/
+55
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-18
/
+10
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-3
/
+3
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-2
/
+1
*
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-31
1
-30
/
+30
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-2
/
+2
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-3
/
+3
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-6
/
+5
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-8
/
+8
*
Associated type
Henrik Alsér
2022-07-09
1
-2
/
+3
*
Shared buses with SetConfig
Henrik Alsér
2022-07-08
1
-0
/
+10
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-67
/
+21
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-2
/
+2
*
nrf/twim: allow zero length transfers.
Dario Nieuwenhuis
2022-06-07
1
-10
/
+14
*
nrf/twim: add blocking methods variants with timeout.
Dario Nieuwenhuis
2022-05-03
1
-0
/
+124
*
nrf/twim: add option for high drive.
Dario Nieuwenhuis
2022-05-03
1
-2
/
+14
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
1
-40
/
+31
*
Move EasyDMA documentation to module level
Til Blechschmidt
2022-03-08
1
-1
/
+7
*
Refactor _from_ram methods to use more readable copy operation
Til Blechschmidt
2022-03-02
1
-11
/
+6
*
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