aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
...
* embassy-nrf: twim derive defmtJacob Rosenthal2021-06-071-0/+1
* nrf/buffered_uarte: Fix crash when calling set_baudrate as the very first thing.Dario Nieuwenhuis2021-06-081-1/+3
* fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.Dario Nieuwenhuis2021-06-071-16/+26
* fmt: use absolute pathsDario Nieuwenhuis2021-06-071-29/+29
* fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-077-51/+148
* 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
* skip 'in ram' check for mutable slice in fullduplexFolkert2021-06-051-1/+2
* nrf async twimFolkert2021-06-041-0/+113
* match on modeFolkert2021-06-031-17/+22
* nrf/qspi: wait MORE for DPM enter.Dario Nieuwenhuis2021-05-271-0/+5
* nrf/qspi: proper lowpower drop, supporting DPM.Dario Nieuwenhuis2021-05-261-53/+87
* nrf/spim: disable and deconfigure pins on drop.Dario Nieuwenhuis2021-05-261-0/+19
* nrf/uarte: deconfigure pins on dropDario Nieuwenhuis2021-05-261-3/+6
* 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-262-3/+17
* nrf/saadc: do not use dynDario Nieuwenhuis2021-05-221-46/+47
* Avoid using full GATUlf Lilleengen2021-05-221-7/+7
* Makes it possible to use the ADC with different analog pinsUlf Lilleengen2021-05-211-16/+14
* Mark Unborrow as unsafe to implementDario Nieuwenhuis2021-05-194-11/+11
* nrf/saadc: remove PinDario Nieuwenhuis2021-05-191-8/+6
* Merge pull request #185 from embassy-rs/nrf-improvementDario Nieuwenhuis2021-05-172-2/+5
|\
| * nrf/gpiote: Allow choosing IRQ priority.Dario Nieuwenhuis2021-05-172-2/+5
* | Fix unused field warningsRukai2021-05-176-32/+15
* | Fix warningsRukai2021-05-175-13/+7
|/
* stm32: fix build, add ciDario Nieuwenhuis2021-05-177-0/+14
* nrf: add `Unborrow<Target = Self>` bound to all instance traitsDario Nieuwenhuis2021-05-178-10/+11
* nrf/pwm: add enable/disableDario Nieuwenhuis2021-05-171-0/+14
* nrf/pwm: set initial value to Low, according to the PSDario Nieuwenhuis2021-05-171-4/+4
* nrf: add PWMDario Nieuwenhuis2021-05-177-0/+262
* Add `init` fn. Initializes hw and returns Peripherals.Dario Nieuwenhuis2021-05-172-80/+85
* nrf/gpiote: initialize automaticallyDario Nieuwenhuis2021-05-179-36/+15
* Add `#[interrupt]` macro to register static interrupts.Dario Nieuwenhuis2021-05-171-0/+1
* nrf: add blocking TWIMDario Nieuwenhuis2021-05-178-0/+548
* nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis2021-05-1716-584/+1572
* Switch to use PrioritX enums.Dario Nieuwenhuis2021-05-111-40/+1
* Use `critical_section` crateDario Nieuwenhuis2021-05-112-38/+9
* Improve commentUlf Lilleengen2021-05-101-2/+2
* Disable PPI trigger during normal readUlf Lilleengen2021-05-101-4/+10
* Read rx amount outside of poll_fnUlf Lilleengen2021-05-101-3/+4
* Use rxdrdy as trigger for timerUlf Lilleengen2021-05-101-1/+1
* Add implementation of ReadUntilIdle for nRF UARTUlf Lilleengen2021-05-101-1/+158
* Merge pull request #158 from derekdreery/blocking_spimDario Nieuwenhuis2021-05-051-0/+97
|\
| * Make changes to `Write` as well as `Transfer`Richard Dodd2021-05-051-8/+4
| * Address issues in PR.Richard Dodd2021-05-051-8/+4
| * Implement the blocking hal api for SPIM.Richard Dodd2021-05-051-0/+105
* | Address issues in PRRichard Dodd2021-05-051-15/+22
* | Add a pin variant that can change between disconnected/input/output.Richard Dodd2021-05-051-42/+152
|/