aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/spim.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: ensure spi irq is disabled when droppedUlf Lilleengen2023-08-101-0/+3
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-16/+4
* Add lifetimes to the functionsDion Dokter2023-07-041-2/+2
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-8/+8
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-3/+3
* nrf/spim: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-27/+32
* nrf: docs.Dario Nieuwenhuis2023-02-011-8/+25
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-21/+10
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-4/+4
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-1/+1
* Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-311-30/+28
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
* nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-231-5/+4
* Remove PeripheralRef::into_inner()Dario Nieuwenhuis2022-07-231-6/+13
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-25/+25
* WIP: Make unborrow safe to useGrant Miller2022-07-231-17/+10
* Associated typeHenrik Alsér2022-07-091-2/+3
* Shared buses with SetConfigHenrik Alsér2022-07-081-0/+43
* Run rustfmt.Dario Nieuwenhuis2022-06-121-18/+9
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-2/+2
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-132/+37
* Move EasyDMA documentation to module levelTil Blechschmidt2022-03-081-36/+5
* Refactor _from_ram methods to use more readable copy operationTil Blechschmidt2022-03-021-6/+6
* Fix EasyDMA slice copying not actually copying dataTil Blechschmidt2022-02-231-4/+7
* Add defmt log outputs for SPIM memcpyTil Blechschmidt2022-02-231-0/+2
* Change SPIM methods to copy slice if required and add non-copying variantsTil Blechschmidt2022-02-231-4/+97
* Merge #615bors[bot]2022-02-121-1/+0
|\
| * nrf: remove stray mention of OptionalPinDario Nieuwenhuis2022-02-121-1/+0
* | Merge #613bors[bot]2022-02-121-2/+7
|\ \ | |/ |/|
| * embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-2/+7
* | nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-10/+51
|/
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-57/+207
* nrf/spim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-22/+43
* nrf/spim: share code between blocking+async.Dario Nieuwenhuis2022-01-131-137/+72
* 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/+3
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* Formatting.Bob McWhirter2021-07-231-1/+1
* Split up the nRF impls for SPI traits.Bob McWhirter2021-07-231-7/+16
* fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-071-1/+1
* skip 'in ram' check for mutable slice in fullduplexFolkert2021-06-051-1/+2
* match on modeFolkert2021-06-031-17/+22
* nrf/spim: disable and deconfigure pins on drop.Dario Nieuwenhuis2021-05-261-0/+19
* Fix unused field warningsRukai2021-05-171-6/+2
* Fix warningsRukai2021-05-171-3/+3
* nrf: add `Unborrow<Target = Self>` bound to all instance traitsDario Nieuwenhuis2021-05-171-1/+1
* nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis2021-05-171-24/+23