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:
parent
fd501733d0
commit
e8d8ad51e8
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
*************************
|
||||
|
|
|
@ -13,3 +13,4 @@ supported:
|
|||
- gpio
|
||||
- i2c
|
||||
- hwinfo
|
||||
- watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue