You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/12/22 14:46:10 UTC

[incubator-nuttx] branch master updated (4f0dd95 -> fe2830e)

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

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


    from 4f0dd95  arch/Kconfig: Add HAVE_SYSCALL_HOOKS configs to Xtensa arch.
     add a0b61bb  arm/cortex-a/r: enhance the task dump
     add 362fe2c  arch/risc-v: enhance the task dump
     add fe2830e  xtensa: enhance the task dump

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/arm/arm_assert.c             | 165 ++++++++++++++++++++++++++++
 arch/arm/src/armv7-a/arm_assert.c         | 168 +++++++++++++++++++++++------
 arch/arm/src/armv7-r/arm_assert.c         | 168 +++++++++++++++++++++++------
 arch/risc-v/src/rv32im/riscv_assert.c     | 156 ++++++++++++++++++++++-----
 arch/risc-v/src/rv64gc/riscv_assert.c     | 171 ++++++++++++++++++++++++------
 arch/xtensa/src/common/xtensa_dumpstate.c | 162 ++++++++++++++++++++++++----
 6 files changed, 847 insertions(+), 143 deletions(-)