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 2021/07/02 15:34:05 UTC

[incubator-nuttx] branch master updated (30fd340 -> 65fa116)

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 30fd340  boards: spresense: Add CONFIG_BOARD_LATE_INITIALIZE=y for SMP
     add 65fa116  sched: Refine tls_info_s and task_info_s

No new revisions were added by this update.

Summary of changes:
 include/nuttx/sched.h             |  4 +++
 include/nuttx/tls.h               | 22 +++++++-------
 libs/libc/tls/task_getinfo.c      | 13 ++------
 sched/group/group.h               |  1 +
 sched/group/group_create.c        | 63 ++++++++++++++++++++++++++++++++-------
 sched/group/group_leave.c         |  2 +-
 sched/group/group_waiter.c        |  2 +-
 sched/pthread/pthread_create.c    |  4 +++
 sched/sched/sched_get_stackinfo.c | 10 -------
 sched/task/task_init.c            |  8 +++--
 10 files changed, 82 insertions(+), 47 deletions(-)