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/03/04 15:11:53 UTC

[incubator-nuttx] branch master updated (8b73e30 -> 48d49e5)

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 8b73e30  arch/arm/src/stm32h7/Kconfig
     add 48d49e5  mqueue: add poll support

No new revisions were added by this update.

Summary of changes:
 fs/mqueue/Kconfig             |   6 +++
 fs/mqueue/mq_open.c           | 100 +++++++++++++++++++++++++++++++++++++++++-
 fs/vfs/fs_poll.c              |   3 +-
 include/nuttx/mqueue.h        |  20 +++++++++
 sched/mqueue/mq_rcvinternal.c |   5 ++-
 sched/mqueue/mq_sndinternal.c |   6 ++-
 6 files changed, 136 insertions(+), 4 deletions(-)