You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/03/20 16:03:05 UTC

[incubator-nuttx] branch master updated (a0fae8c -> 51283bd)

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

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


    from a0fae8c  boards/arm/stm32l4: Fix nxstyle warning
     add fb0fd36  arch/risc-v: Internal functions should be prefixed by "riscv_" instead of "up_"
     add 51283bd  arch/risc-v/syscall.h: Fix syscall function names in comments.

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/include/rv32im/syscall.h             | 28 +++++++++++-----------
 arch/risc-v/include/rv64gc/syscall.h             | 30 ++++++++++++------------
 arch/risc-v/src/common/riscv_exit.c              |  4 ++--
 arch/risc-v/src/rv32im/riscv_blocktask.c         |  4 ++--
 arch/risc-v/src/rv32im/riscv_releasepending.c    |  4 ++--
 arch/risc-v/src/rv32im/riscv_reprioritizertr.c   | 11 +++++----
 arch/risc-v/src/rv32im/riscv_sigdeliver.c        |  4 ++--
 arch/risc-v/src/rv32im/riscv_swint.c             |  7 +++---
 arch/risc-v/src/rv32im/riscv_unblocktask.c       |  4 ++--
 arch/risc-v/src/rv64gc/riscv_blocktask.c         |  4 ++--
 arch/risc-v/src/rv64gc/riscv_releasepending.c    |  4 ++--
 arch/risc-v/src/rv64gc/riscv_reprioritizertr.c   | 11 +++++----
 arch/risc-v/src/rv64gc/riscv_sigdeliver.c        |  2 +-
 arch/risc-v/src/rv64gc/riscv_swint.c             |  5 ++--
 arch/risc-v/src/rv64gc/riscv_unblocktask.c       |  4 ++--
 arch/risc-v/src/rv64gc/svcall.h                  |  8 +++----
 boards/risc-v/bl602/bl602evb/src/bl602_ostest.c  |  2 +-
 boards/risc-v/c906/smartl-c906/src/c906_ostest.c |  2 +-
 18 files changed, 71 insertions(+), 67 deletions(-)