Add 0x0e_watchdog_cbm: bare-metal watchdog timer driver for RP2350

This commit is contained in:
Kevin Thomas
2026-04-05 20:39:08 -04:00
parent 27d00a6ee0
commit ce29cce5f4
25 changed files with 1928 additions and 0 deletions
+1
View File
@@ -510,6 +510,7 @@ Register-level C drivers for the RP2350 with no SDK dependencies. Each driver fo
| [0x0b_spi_cbm](drivers/0x0b_spi_cbm) | SPI bus init & bidirectional transfer | SPI0 |
| [0x0c_multicore_cbm](drivers/0x0c_multicore_cbm) | Dual-core launch & FIFO messaging | SIO FIFO, PSM |
| [0x0d_timer_cbm](drivers/0x0d_timer_cbm) | Repeating timer alarm callbacks | TIMER0, TICKS |
| [0x0e_watchdog_cbm](drivers/0x0e_watchdog_cbm) | Watchdog enable, feed & reboot detection | WATCHDOG, PSM |
<br>