mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
risc-v/bl808: Add watchdog driver
This change implements a driver for the two watchdog timers on the BL808, and enables it as part of the timer config. The driver is based on the GP timer driver.
This commit is contained in:
@@ -154,5 +154,6 @@ Serial Console is enabled on UART3 at 2 Mbps.
|
||||
timer
|
||||
-----
|
||||
|
||||
This configuration enables support for hardware timers and the timer example app.
|
||||
This configuration enables support for general purpose and watchdog timers,
|
||||
as well as the timer and watchdog examples.
|
||||
Serial Console is enabled on UART3 at 2 Mbps.
|
||||
|
||||
@@ -55,6 +55,7 @@ SPI Yes
|
||||
Timers Yes
|
||||
UART Yes
|
||||
USB No
|
||||
Watchdogs Yes
|
||||
=========== ======= ====================
|
||||
|
||||
Supported Boards
|
||||
|
||||
Reference in New Issue
Block a user