aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(embassy-nrf): add uicr hfxo workaroundNils Ponsard2025-07-181-7/+36
* nrf: add support for nrf9120, nrf9151, nrf9161 approtect.Dario Nieuwenhuis2025-07-151-0/+31
* nrf: Enable TEMP driver for nrf5340-netMatthew Tran2025-05-221-1/+1
* nrf/rng: add Blocking/Async Mode param.Dario Nieuwenhuis2025-05-211-0/+24
* add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-4/+8
* nrf: _3v3 -> _3V3Matthew Tran2025-05-141-2/+2
* nrf: Add IPC peripheral for nRF5340Alessandro Gasbarroni2025-05-101-0/+2
* nrf53: add WDT supportMatthew Tran2025-04-201-1/+0
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
* Merge pull request #3939 from 0e4ef622/nrf53-int-capDario Nieuwenhuis2025-03-021-1/+155
|\
| * nrf5340: add internal capacitor configMatthew Tran2025-03-021-1/+155
* | nrf5340: add regh_voltage configMatthew Tran2025-03-011-0/+39
|/
* remove redundant cfgMatthew Tran2025-02-221-13/+5
* nrf5340: configure LFCLKMatthew Tran2025-02-221-3/+58
* nrf52833: configure internal LDOklownfish2025-01-281-4/+4
* nrf54l: Allow debug access from firmware sid3Dominik Boehi2024-12-261-9/+67
* Add nrf9160Alexander Walter2024-12-141-1/+1
* Added system off and wake-on-fieldAlexander Walter2024-12-131-0/+3
* nrf: Add RESET operations helpers for the nrf5340Alessandro Gasbarroni2024-12-121-0/+3
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-201-0/+8
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-171-20/+62
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-1/+1
* Fix "non-local impl definition" warning from recent nightlies.Dario Nieuwenhuis2024-11-081-27/+36
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-62/+58
* fix: review commentsDinu Blanovschi2024-10-221-5/+14
* cargo fmtnerwalt2024-07-151-2/+4
* Adding _nrf91 featurenerwalt2024-07-151-21/+44
* Adding support for 9120nerwalt2024-06-281-19/+23
* add HAL and example for using nRF EGU peripheralUlf Lilleengen2024-06-181-0/+2
* nRF52840/config: add dcdc voltage parameterDeepSOIC2024-03-211-0/+39
* Do not build radio for nrf5340-appErik Bånvik2024-03-051-1/+1
* Fixed nrf51 radio buildErik Bånvik2024-03-051-1/+1
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-051-1/+1
* Added IEEE 802.15.4 radioErik Bånvik2024-02-281-1/+1
* remove first person commentsGuilherme S. Salustiano2024-02-121-1/+2
* remove radio implementation on chips not testedGuilherme S. Salustiano2024-02-071-10/+1
* remove some supportsGuilherme S. Salustiano2024-02-071-3/+3
* remove radio featureGuilherme S. Salustiano2024-02-071-3/+10
* feat/implement ble radio on nrfGuilherme S. Salustiano2024-02-071-0/+6
* fix warningsUlf Lilleengen2024-01-251-0/+4
* feat: add basic support for nRF51 chips to embassy-nrfUlf Lilleengen2024-01-241-3/+16
* stm32,nrf: add warning on docs.rs directing the user to docs.embassy.dev.Dario Nieuwenhuis2024-01-111-0/+4
* [embassy-nrf] auto-documented featuresBarnaby Walters2023-12-221-0/+3
* stm32: more docs.Dario Nieuwenhuis2023-12-191-1/+5
* Document how to bind multiple interrupts and handlers in `bind_interrupts!`.Dario Nieuwenhuis2023-12-081-0/+22
* minimum build code for new APPROTECT is chip type-specificPeter Hansen2023-12-031-2/+3
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-3/+1
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
* Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
* Make irq token Copy+CloneDario Nieuwenhuis2023-09-251-0/+1