boards: rpi_pico: Added Watchdog timer to supported feature list

Adds Watchdog timer (WDT) to the list of supported features for the
Raspberry Pi Pico board.

Signed-off-by: Jamie McCrae <spam@helper3000.net>
This commit is contained in:
Jamie McCrae 2022-07-05 20:50:14 +01:00 committed by Carles Cufí
commit e8d8ad51e8
2 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,7 @@ Hardware
- USB 1.1 controller (host/device)
- 8 Programmable I/O (PIO) for custom peripherals
- On-board LED
- 1 Watchdog timer peripheral
.. figure:: img/rpi_pico.png
@ -66,6 +67,9 @@ hardware features:
* - HWINFO
- :kconfig:option:`CONFIG_HWINFO`
- N/A
* - Watchdog Timer (WDT)
- :kconfig:option:`CONFIG_WATCHDOG`
- :dtcompatible:`raspberrypi,pico-watchdog`
Programming and Debugging
*************************

View file

@ -13,3 +13,4 @@ supported:
- gpio
- i2c
- hwinfo
- watchdog