aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
* Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-3/+3
* Enable embassy-eh time feature when appropriateReed2025-01-041-2/+2
* Remove un-needed embassy-eh time featureReed2025-01-041-1/+1
* Relax timestamp checkUlf Lilleengen2025-01-021-1/+1
* Move safeguard if compare irq is enabledUlf Lilleengen2025-01-021-5/+6
* Update comment to reflect realityUlf Lilleengen2025-01-021-3/+3
* Fix case where a short interrupt caused wrong alarm setUlf Lilleengen2025-01-021-2/+2
* Ensure alarm is re-scheduled if timetamp is in the pastUlf Lilleengen2025-01-011-37/+43
* Desugar some async fnsDániel Buga2024-12-304-24/+16
* nrf54l: Allow debug access from firmware sid3Dominik Boehi2024-12-261-9/+67
* Rename ETQD, bump dateDániel Buga2024-12-222-3/+3
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-3/+3
* Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-162-112/+85
|\
| * Merge time-driver and time-queue-driver traits, make HALs own and handle the ...Dario Nieuwenhuis2024-12-131-52/+63
| * Refactor integrated-timersDániel Buga2024-12-102-79/+41
* | Merge pull request #3646 from wackazong/embedded_io_async_uarteDario Nieuwenhuis2024-12-151-0/+39
|\ \
| * | Just impl WriteAlexander Walter2024-12-141-18/+0
| * | Add trait embedded_io_async to uarteAlexander Walter2024-12-141-0/+57
* | | Fix rustfm and warningAlexander Walter2024-12-142-3/+2
* | | Move wake on sense to nfctAlexander Walter2024-12-142-7/+6
* | | rustfmtAlexander Walter2024-12-141-2/+0
* | | Add nrf9160Alexander Walter2024-12-142-3/+14
* | | Added system off and wake-on-fieldAlexander Walter2024-12-132-0/+16
|/ /
* / nrf: Add RESET operations helpers for the nrf5340Alessandro Gasbarroni2024-12-122-0/+85
|/
* nrf/nfct: actually fix frame timing.Dario Nieuwenhuis2024-12-071-6/+15
* nrf/nfct: use the right error register for rx and tx.Dario Nieuwenhuis2024-12-061-2/+6
* nrf/nfct: set correct frame delay timing.Dario Nieuwenhuis2024-12-061-6/+6
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-244-12/+8
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-206-0/+429
* nrf: Remove leftover info message and fix link to errataPriit Laes2024-11-192-2/+1
* nrf: add docs build for nrf54.Dario Nieuwenhuis2024-11-171-0/+1
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-178-47/+571
* Update nrf-pac.Dario Nieuwenhuis2024-11-1516-819/+592
* fix(nrf5340-app): added SPIM4 peripheralGiona Imperatori2024-11-091-0/+2
* Fix "non-local impl definition" warning from recent nightlies.Dario Nieuwenhuis2024-11-081-27/+36
* nrf/pwm: disconnect input.Dario Nieuwenhuis2024-11-041-1/+10
* nrf/pwm: fix bad pin assignment.Dario Nieuwenhuis2024-11-041-1/+1
* nrf: fix docs build.Dario Nieuwenhuis2024-11-041-2/+1
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-0443-2215/+2034
* 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
* fix: review commentsDinu Blanovschi2024-10-221-5/+14
* nrf: add try_write to BufferedUarte.Dario Nieuwenhuis2024-08-211-0/+28
* Fixes build issues related to nrf9120 featuresnerwalt2024-08-121-4/+4
* nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig`Frank Plowman2024-08-091-1/+2
* nrf: wdt: Fix formatting for `Safety` sectionPriit Laes2024-08-081-2/+3
* nrf: gpio: Fix return values for functions returning unit type - `()`Priit Laes2024-08-081-8/+16
* nrf: buffered_uarte: Add overrides for `too_many_arguments` lintPriit Laes2024-08-081-0/+7