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 2020/06/30 12:31:30 UTC

[incubator-nuttx] branch master updated (b896da2 -> 0fe2884)

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 b896da2  make/export: copy incdir.c for export build
     add 36a0978  arch/risc-v/src/rv32im: update & complete risc-v rv32im arch
     add 0fe2884  libs/libc/machine/risc-v: add rv32 support

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/include/rv32im/irq.h                   |  52 ++++-----
 arch/risc-v/include/rv32im/syscall.h               |  69 ++++++-----
 .../riscv_schedulesigaction.c}                     |  19 +--
 arch/risc-v/src/rv32im/riscv_swint.c               |  70 ++++++-----
 libs/libc/machine/risc-v/Make.defs                 |   4 +
 libs/libc/machine/risc-v/rv32/Kconfig              |  10 ++
 libs/libc/machine/risc-v/{rv64 => rv32}/Make.defs  |  11 +-
 libs/libc/machine/risc-v/rv32/arch_memcpy.S        | 130 +++++++++++++++++++++
 8 files changed, 259 insertions(+), 106 deletions(-)
 copy arch/risc-v/src/{litex/litex_schedulesigaction.c => rv32im/riscv_schedulesigaction.c} (94%)
 create mode 100644 libs/libc/machine/risc-v/rv32/Kconfig
 copy libs/libc/machine/risc-v/{rv64 => rv32}/Make.defs (84%)
 create mode 100644 libs/libc/machine/risc-v/rv32/arch_memcpy.S