aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5029 from robamu/tiny-docs-improvementsUlf Lilleengen2025-12-121-2/+2
|\
| * tiny improvements for nrf docsRobin Mueller2025-12-101-2/+2
* | feat: add nRF54LM20A supportHaobo Gu2025-12-081-0/+3
* | chore: expose uicr write functionsUlf Lilleengen2025-12-041-3/+12
* | fix: use correct cfg guardUlf Lilleengen2025-12-021-2/+2
* | feat: support nrf54l10 and nrf54l05 in HALUlf Lilleengen2025-12-021-2/+12
* | feat: support nrf54 GRTC as time-driverUlf Lilleengen2025-11-261-0/+1
* | embassy-nrf: add workaround for anomaly 66 on nrf52Matthew Tran2025-11-231-0/+24
|/
* fix: cracen only in secure modeUlf Lilleengen2025-11-041-1/+1
* fix: warningsUlf Lilleengen2025-11-041-0/+1
* feat: add nrf54 config to set clock speedUlf Lilleengen2025-11-041-0/+30
* feat: initial support for nrf54 CRACEN peripheralUlf Lilleengen2025-11-041-1/+3
* nrf5340: Do not write to UICR from non-secure worldDmitry Tarnyagin2025-10-281-1/+1
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-12/+0
* feat(nrf): add rtc support for nRF54LHaobo Gu2025-10-141-1/+0
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+2
* nrf: apply FICR.TRIMCNF valuesMatthew Tran2025-10-051-13/+51
* doc fixesRobin Mueller2025-09-231-1/+1
* add basic RTC driver for nRFRobin Mueller2025-09-221-0/+2
* nrf: 802.15.4 embassy-net-driverRemmirad2025-09-061-0/+11
* nrf54l: Disable glitch detection and enable DC/DC in init.Ole Bauck2025-09-011-0/+17
* Enable temp support on the nrf54l15nerwalt2025-08-121-1/+0
* Merge branch 'main' into nrf54l15-wdtDario Nieuwenhuis2025-08-081-1/+5
|\
| * Adds RRAMC support for the nrf54l15nerwalt2025-08-081-1/+5
* | Adds WDT support for the nrf54l15nerwalt2025-08-081-1/+0
|/
* Merge pull request #4427 from clubby789/unsafe-opDario Nieuwenhuis2025-07-231-4/+6
|\
| * Use `unsafe` block in IRQ handlersclubby7892025-07-201-4/+6
* | 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