aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/wdt.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* nrf/wdt: erase instance genericDario Nieuwenhuis2025-09-281-10/+9
|
* Adds WDT support for the nrf54l15nerwalt2025-08-081-4/+4
|
* nrf: make wdt INDEX privateMatthew Tran2025-04-211-9/+7
|
* nrf53: add WDT supportMatthew Tran2025-04-201-37/+73
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-8/+22
|
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-2/+1
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-42/+38
|
* nrf: wdt: Fix formatting for `Safety` sectionPriit Laes2024-08-081-2/+3
|
* Adding _nrf91 featurenerwalt2024-07-151-4/+4
| | | | Combining _nrf9160 and _nrf9120 in many places to reduce cfgs
* Adding support for 9120nerwalt2024-06-281-4/+4
|
* nrf: docs.Dario Nieuwenhuis2023-02-011-3/+5
|
* Provides a means of obtaining the current WDT confighuntc2023-01-041-0/+24
| | | | Obtaining the current WDT config is important so that we do not have to duplication configuration around the place. A constructor method has been introduced that returns WDT config in accordance with how the register is presently configured. The bootloader example has also been updated to show the watchdog can be obtained and used.
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-261-2/+2
|
* Undoing unnecessary changesDion Dokter2021-10-121-7/+1
|
* Initial support for nrf9160Dion Dokter2021-10-111-2/+13
|
* nrf/wdt: add handle stealDario Nieuwenhuis2021-08-201-0/+8
|
* nrf: add WDT driverDario Nieuwenhuis2021-08-071-0/+153