aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3593 from bugadani/refactorDario Nieuwenhuis2024-12-161-111/+83
|\
| * 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-101-78/+39
* | 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
* 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 nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-177-46/+560
* Update nrf-pac.Dario Nieuwenhuis2024-11-1515-818/+591
* 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: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-0442-2176/+2018
* 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
* 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
* Merge pull request #3171 from nerwalt/nrf9151Dario Nieuwenhuis2024-07-187-40/+499
|\
| * saddc regression fixnerwalt2024-07-151-1/+1
| * cargo fmtnerwalt2024-07-151-2/+4
| * Adding _nrf91 featurenerwalt2024-07-156-36/+58
| * Merge branch 'main' into nrf9151nerwalt2024-07-151-0/+18
| |\
| * | Connecting GPIOTE interruptsnerwalt2024-07-151-5/+5
| * | Putting never used/constucted items behind feature flagnerwalt2024-07-151-2/+3
| * | Merge branch 'main' into nrf9151nerwalt2024-07-112-12/+55
| |\ \
| * \ \ Merge branch 'main' into nrf9151nerwalt2024-07-011-0/+18
| |\ \ \
| * | | | Adding support for 9120nerwalt2024-06-286-31/+465
* | | | | Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
| |_|_|/ |/| | |
* | | | nrf after cargo checkrafael2024-07-141-2/+2
* | | | nrfrafael2024-07-141-0/+18
| |_|/ |/| |
* | | Merge pull request #3145 from embassy-rs/nrf-radio-fixesUlf Lilleengen2024-07-031-7/+2
|\ \ \
| * | | remove unused loggingUlf Lilleengen2024-07-031-3/+0
| * | | fix cancellation hanging on event never occuringUlf Lilleengen2024-07-031-4/+2
| | |/ | |/|