embassy-rp: Add Watchdog

This commit is contained in:
kalkyl
2022-12-24 02:51:06 +01:00
parent 67a6e5accf
commit eaad0cc1dc
3 changed files with 162 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ pub mod clocks;
pub mod flash;
pub mod multicore;
mod reset;
pub mod watchdog;
// Reexports
@@ -119,6 +120,8 @@ embassy_hal_common::peripherals! {
PIO0,
PIO1,
WATCHDOG,
}
#[link_section = ".boot2"]