This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 7a9418c82c Enable SMPS for STM32H745I-DISCO by default
     add 42eafcdfa5 risc-v/bl808: Add watchdog driver
     add 23bc78a5b7 bl808_wdt: Expand function headers

No new revisions were added by this update.

Summary of changes:
 .../platforms/risc-v/bl808/boards/ox64/index.rst   |   3 +-
 Documentation/platforms/risc-v/bl808/index.rst     |   1 +
 arch/risc-v/include/bl808/irq.h                    |   2 +
 arch/risc-v/src/bl808/Kconfig                      |   5 +
 arch/risc-v/src/bl808/Make.defs                    |   2 +-
 arch/risc-v/src/bl808/bl808_timer.c                |   3 -
 arch/risc-v/src/bl808/bl808_wdt.c                  | 448 +++++++++++++++++++++
 .../src/bl808/{bl808_timer.h => bl808_wdt.h}       |  12 +-
 arch/risc-v/src/bl808/hardware/bl808_timer.h       |  35 +-
 boards/risc-v/bl808/ox64/configs/timer/defconfig   |   2 +
 boards/risc-v/bl808/ox64/src/bl808_appinit.c       |   7 +
 11 files changed, 508 insertions(+), 12 deletions(-)
 create mode 100644 arch/risc-v/src/bl808/bl808_wdt.c
 copy arch/risc-v/src/bl808/{bl808_timer.h => bl808_wdt.h} (85%)

Reply via email to