summaryrefslogtreecommitdiff
path: root/embassy-nrf/src/qspi.rs
AgeCommit message (Expand)Author
2022-09-22Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-01Remove commented out logging codeTil Blechschmidt
2022-08-01Extend QSPI config with freq, delay, spi mode, and address modeTil Blechschmidt
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-23Remove PeripheralRef::into_inner()Dario Nieuwenhuis
2022-07-23Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis
2022-07-23WIP: Make unborrow safe to useGrant Miller
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-04-19Add embedded-storage trait impls for QSPIUlf Lilleengen
2022-01-13nrf/qspi: expose all functionality as inherent methods.Dario Nieuwenhuis
2021-12-23Lower some verbose logs to trace.Dario Nieuwenhuis
2021-12-16Remove unneeded rustfmt::skipUlf Lilleengen
2021-09-11embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis
2021-07-29Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis
2021-06-07fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis
2021-05-27nrf/qspi: wait MORE for DPM enter.Dario Nieuwenhuis
2021-05-26nrf/qspi: proper lowpower drop, supporting DPM.Dario Nieuwenhuis
2021-05-17Fix unused field warningsRukai
2021-05-17Fix warningsRukai
2021-05-17nrf: add `Unborrow<Target = Self>` bound to all instance traitsDario Nieuwenhuis
2021-05-17nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis
2021-04-14Rename PeripheralBorrow to UnborrowDario Nieuwenhuis
2021-04-14Remove Pin from Flash traitDario Nieuwenhuis
2021-03-29nrf/qpsi: make config non_exhaustiveDario Nieuwenhuis
2021-03-29nrf: better macro naming.Dario Nieuwenhuis
2021-03-29nrf: add unborrow! macroDario Nieuwenhuis
2021-03-29nrf: rename inner peripheral to `peri` for consistenceDario Nieuwenhuis
2021-03-29nrf/qspi: update to new apiDario Nieuwenhuis
2021-03-18Remove free() from PeripheralMutex and all nrf drivers.Dario Nieuwenhuis
2021-03-07Move nRF's util into a separate crateThales Fragoso
2021-03-05Update `nrf-hal` to v0.12.1Timo Kröger
2021-03-02Move traits to separate crate.xoviat
2021-03-01Fix warnings.Dario Nieuwenhuis
2021-02-28Port qspi to PeripheralMutexDario Nieuwenhuis
2021-02-26interrupt: Split set_handler context.Dario Nieuwenhuis
2021-02-26Cleanup interrupt package naming. Fixes #40Dario Nieuwenhuis
2021-02-13Get rid of some warningsThales Fragoso
2021-01-04Add "context" pointer to owned interrupt handlers.Dario Nieuwenhuis
2020-12-29Update RTC for owned irqsDario Nieuwenhuis
2020-12-29WIP owned irqsDario Nieuwenhuis
2020-12-01Add support for log+defmt again, but better.Dario Nieuwenhuis
2020-11-27Remove anyfmtDario Nieuwenhuis
2020-10-31Fix build with all nrf chip modelsDario Nieuwenhuis
2020-09-22First commitDario Nieuwenhuis