aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/twim.rs
Commit message (Expand)AuthorAgeFilesLines
* Add docsAlex Moon2025-04-291-0/+6
* Make the nrf Twim RAM buffer a instance variable instead of stack allocatedAlex Moon2025-04-181-142/+23
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-9/+7
* panic when events_error is set in twim without errorsrcdragonn2025-01-081-4/+1
* remove self from check_errorsrc to make it work in async_waitdragonn2025-01-081-3/+3
* use check_errorsrc instead of matching again on errorsrc bitsdragonn2025-01-081-7/+2
* nrf twim return errors in async_waitdragonn2025-01-081-4/+17
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-126/+112
* Refactoring and cleanupAlex Moon2024-10-231-86/+95
* Remove support for consecutive Read operationsAlex Moon2024-10-231-132/+57
* Add support for transactions to Twim in embassy-nrfAlex Moon2024-10-231-244/+377
* nrf: remove mod sealed.Dario Nieuwenhuis2024-04-051-19/+16
* nrf: Remove useless lifetimesPriit Laes2024-02-171-4/+4
* nrf: Remove useless borrowsPriit Laes2024-02-171-2/+2
* nrf: Use .is_empty() instead of .len() == 0Priit Laes2024-02-171-3/+3
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-62/+53
* nrf, rp: update set_configxoviat2023-10-011-2/+5
* nrf: twim: Use SetConfig trait to reduce code duplicationPriit Laes2023-09-101-4/+5
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-6/+6
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-3/+3
* Fix some typosDirk Stolle2023-05-081-1/+1
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-061-37/+10
* nrf/twim: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-20/+27
* nrf: docs.Dario Nieuwenhuis2023-02-011-18/+55
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-18/+10
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-3/+3
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-2/+1
* Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-311-30/+30
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-2/+2
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-3/+3
* nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-231-6/+5
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-8/+8
* Associated typeHenrik Alsér2022-07-091-2/+3
* Shared buses with SetConfigHenrik Alsér2022-07-081-0/+10
* Run rustfmt.Dario Nieuwenhuis2022-06-121-67/+21
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-2/+2
* nrf/twim: allow zero length transfers.Dario Nieuwenhuis2022-06-071-10/+14
* nrf/twim: add blocking methods variants with timeout.Dario Nieuwenhuis2022-05-031-0/+124
* nrf/twim: add option for high drive.Dario Nieuwenhuis2022-05-031-2/+14
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-40/+31
* Move EasyDMA documentation to module levelTil Blechschmidt2022-03-081-1/+7
* Refactor _from_ram methods to use more readable copy operationTil Blechschmidt2022-03-021-11/+6
* 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