You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/12/01 15:05:32 UTC

[incubator-nuttx] branch master updated (6164747 -> b65c7c2)

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

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


    from 6164747  README.md: Fix typo in macOS section
     add b65c7c2  arch: Dump task name through tcb_s::name instead of argv[0]

No new revisions were added by this update.

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