You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/03/26 17:13:48 UTC

[incubator-nuttx] branch master updated (5c0e8e8 -> 44b8f3e)

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

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


    from 5c0e8e8  Revert "Makefile: move INCDIROPT to common place (#625)"
     add 44b8f3e  include/nuttx/sched.h:  Move prototype for sched_releasetcb()

No new revisions were added by this update.

Summary of changes:
 binfmt/Makefile            |   1 -
 binfmt/binfmt_execmodule.c |  41 +++-----
 include/nuttx/sched.h      | 239 ++++++++++++++++++++++++++-------------------
 sched/sched/sched.h        |  46 +++------
 sched/task/task_create.c   |  41 +++-----
 sched/task/task_init.c     |  40 +++-----
 sched/task/task_setup.c    |  45 +++------
 7 files changed, 206 insertions(+), 247 deletions(-)