You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/01/02 06:14:48 UTC

[incubator-nuttx] branch master updated (40516a3 -> dd26d9c)

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/incubator-nuttx.git.


    from 40516a3  drivers/pipes: Fix a typo error
     add dd26d9c  BL602: Add support for system reboot modes

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/Kconfig                                |   1 +
 arch/risc-v/src/bl602/Make.defs                    |   2 +-
 .../risc-v/src/bl602/bl602_systemreset.c           | 155 ++++++++++-----------
 .../risc-v/src/bl602/bl602_systemreset.h           |  37 +++--
 boards/risc-v/bl602/bl602evb/src/Makefile          |   3 +
 .../bl602/bl602evb/src/bl602_reset.c}              |  34 ++++-
 6 files changed, 135 insertions(+), 97 deletions(-)
 copy boards/arm/eoss3/quickfeather/src/eoss3_autoleds.c => arch/risc-v/src/bl602/bl602_systemreset.c (54%)
 copy boards/risc-v/litex/arty_a7/include/board.h => arch/risc-v/src/bl602/bl602_systemreset.h (82%)
 copy boards/{arm/stm32/stm32f103-minimum/src/stm32_reset.c => risc-v/bl602/bl602evb/src/bl602_reset.c} (79%)