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 2022/03/29 17:33:18 UTC

[incubator-nuttx] branch master updated (d09be7d -> 904f7aa)

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 d09be7d  workqueue: add work_foreach support
     add 20c511f  arch/risc-v: Rename up_fpuconfig to riscv_fpuconfig
     add 904f7aa  arch/risc-v: Use riscv_fpuconfig to enable FPU

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/bl602/bl602_head.S      | 14 --------------
 arch/risc-v/src/bl602/bl602_start.c     |  4 ++++
 arch/risc-v/src/c906/c906_head.S        |  7 -------
 arch/risc-v/src/c906/c906_start.c       |  4 ++++
 arch/risc-v/src/common/riscv_fpu.S      | 10 +++++-----
 arch/risc-v/src/common/riscv_internal.h |  2 ++
 arch/risc-v/src/mpfs/mpfs_head.S        | 11 +++--------
 arch/risc-v/src/mpfs/mpfs_start.c       |  7 +++++++
 arch/risc-v/src/qemu-rv/qemu_rv_start.c |  4 ++++
 9 files changed, 29 insertions(+), 34 deletions(-)