aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/watchdog.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* RP235x watchdog doesn't have the double count bugCaleb Jamison2025-03-281-3/+11
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+2
|
* Expose the watchdog reset reasonSebastian Scholz2025-02-121-0/+22
|
* Initial rp235x supportCaleb Jamison2024-08-081-0/+1
| | | | Examples have been run, but there is not yet a test suite.
* rp: fix watchdog CTRL register getting overwrittenNick2024-05-291-2/+2
|
* RP: Watchdog scratch set/get with index: usize.Henrik Berg2023-07-121-91/+27
|
* RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTimeHenrik Berg2023-07-121-0/+96
|
* rp: update rp-pac.Dario Nieuwenhuis2023-06-161-36/+24
|
* rp: Add system reset fn via watchdogkalkyl2023-05-171-0/+13
|
* rp/watchdog: fix overflow if period is longer than 4294 seconds.Dario Nieuwenhuis2023-05-131-7/+5
|
* Remove lifetime, use pac fieldskalkyl2022-12-241-7/+7
|
* embassy-rp: Add Watchdogkalkyl2022-12-241-0/+111