| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | nrf/wdt: erase instance generic | Dario Nieuwenhuis | 2025-09-28 | 1 | -10/+9 |
| | | |||||
| * | Adds WDT support for the nrf54l15 | nerwalt | 2025-08-08 | 1 | -4/+4 |
| | | |||||
| * | nrf: make wdt INDEX private | Matthew Tran | 2025-04-21 | 1 | -9/+7 |
| | | |||||
| * | nrf53: add WDT support | Matthew Tran | 2025-04-20 | 1 | -37/+73 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -8/+22 |
| | | |||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -2/+1 |
| | | |||||
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 1 | -42/+38 |
| | | |||||
| * | nrf: wdt: Fix formatting for `Safety` section | Priit Laes | 2024-08-08 | 1 | -2/+3 |
| | | |||||
| * | Adding _nrf91 feature | nerwalt | 2024-07-15 | 1 | -4/+4 |
| | | | | | Combining _nrf9160 and _nrf9120 in many places to reduce cfgs | ||||
| * | Adding support for 9120 | nerwalt | 2024-06-28 | 1 | -4/+4 |
| | | |||||
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 1 | -3/+5 |
| | | |||||
| * | Provides a means of obtaining the current WDT config | huntc | 2023-01-04 | 1 | -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 Nieuwenhuis | 2021-10-26 | 1 | -2/+2 |
| | | |||||
| * | Undoing unnecessary changes | Dion Dokter | 2021-10-12 | 1 | -7/+1 |
| | | |||||
| * | Initial support for nrf9160 | Dion Dokter | 2021-10-11 | 1 | -2/+13 |
| | | |||||
| * | nrf/wdt: add handle steal | Dario Nieuwenhuis | 2021-08-20 | 1 | -0/+8 |
| | | |||||
| * | nrf: add WDT driver | Dario Nieuwenhuis | 2021-08-07 | 1 | -0/+153 |
