You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/06/07 17:17:27 UTC

[incubator-nuttx] branch master updated (9d4c708913 -> 28b25e0391)

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

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


    from 9d4c708913 net/tcp: Search conn list again to aovid the race condition in tcp_timer_expiry
     add 118fd3902c dump_task: also dump thread param when dump thread name
     add c52a19c8dc arch: Include nuttx/tls.h in *_assert.c
     add b02db04e00 arch/assert: Keep the thread dump column order same as ps
     add 2b2830c252 arch/assert: Replace twice strlcpy with single snprintf
     add 28b25e0391 arch: dump "<noname>" as the task name if CONFIG_TASK_NAME_SIZE equals 0

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/common/arm_assert.c          | 49 +++++++++++++++++++++----------
 arch/risc-v/src/common/riscv_assert.c     | 49 +++++++++++++++++++++----------
 arch/xtensa/src/common/xtensa_dumpstate.c | 47 +++++++++++++++++++++--------
 3 files changed, 102 insertions(+), 43 deletions(-)