You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/03/02 11:30:03 UTC

[incubator-nuttx] branch master updated (8caa496 -> fe6aa4a)

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

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


    from 8caa496  ekk-lm3s9b96: Remove unused mmcsd option
     add eb1cc02  sched/group: Move files_initlist/lib_stream_initialize to group_alloc
     add fe6aa4a  sim: add loop thread to handle dev loops

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/up_idle.c         | 40 ----------------------
 arch/sim/src/sim/up_initialize.c   | 70 ++++++++++++++++++++++++++++++++++++++
 sched/group/group_create.c         | 12 +++++++
 sched/group/group_setupidlefiles.c |  4 ---
 sched/group/group_setupstreams.c   |  5 ---
 sched/group/group_setuptaskfiles.c |  4 ---
 sched/init/nx_start.c              | 14 ++++----
 7 files changed, 89 insertions(+), 60 deletions(-)