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/04/13 13:59:29 UTC

[incubator-nuttx] branch master updated (190e3aded3 -> a5c64adbe4)

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 190e3aded3 MPFS: Use riscv_exception_attach like the others do
     add d6c952c56f arch: Fix compile error when enabling CONFIG_DUMP_ON_EXIT
     add 6d12ee19e2 arch: Move the DUMP_ON_EXIT logic after nxtask_exit.
     add a5c64adbe4 arch/Kconfig: Move the DUMP_ON_EXIT option out of the Bring-up group.

No new revisions were added by this update.

Summary of changes:
 arch/Kconfig                          | 14 +++++++-------
 arch/arm/src/common/arm_exit.c        | 10 +++++-----
 arch/avr/src/common/up_exit.c         | 10 +++++-----
 arch/hc/src/common/up_exit.c          | 10 +++++-----
 arch/mips/src/common/mips_exit.c      | 10 +++++-----
 arch/misoc/src/lm32/lm32_exit.c       | 10 +++++-----
 arch/misoc/src/minerva/minerva_exit.c | 10 +++++-----
 arch/or1k/src/common/up_exit.c        | 10 +++++-----
 arch/renesas/src/common/up_exit.c     | 10 +++++-----
 arch/risc-v/src/common/riscv_exit.c   | 10 +++++-----
 arch/sparc/src/common/up_exit.c       | 12 ++++++------
 arch/x86/src/common/up_exit.c         | 10 +++++-----
 arch/x86_64/src/common/up_exit.c      | 10 +++++-----
 arch/xtensa/src/common/xtensa_exit.c  | 12 ++++++------
 arch/z16/src/common/z16_exit.c        | 10 +++++-----
 arch/z80/src/common/z80_exit.c        | 10 +++++-----
 16 files changed, 84 insertions(+), 84 deletions(-)