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 2022/01/10 17:55:37 UTC

[incubator-nuttx] branch master updated (5a0ab20 -> 2447b7b)

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 5a0ab20  serial: merge serial check signo to one place
     add 2447b7b  pthread: restore pthread mutex default protocol POSIX compatibility

No new revisions were added by this update.

Summary of changes:
 .../imxrt/teensy-4.x/configs/pikron-bb/defconfig   |  1 +
 .../freedom-k28f/configs/nshsdusb/defconfig        |  1 +
 .../kinetis/freedom-k66f/configs/netnsh/defconfig  |  1 +
 .../arm/kinetis/freedom-k66f/configs/nsh/defconfig |  1 +
 .../arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig  |  1 +
 .../arm/stm32/b-g474e-dpow1/configs/nsh/defconfig  |  1 +
 .../stm32/olimexino-stm32/configs/can/defconfig    |  1 +
 .../olimexino-stm32/configs/composite/defconfig    |  1 +
 .../stm32/olimexino-stm32/configs/nsh/defconfig    |  1 +
 .../olimexino-stm32/configs/smallnsh/defconfig     |  1 +
 .../stm32/olimexino-stm32/configs/tiny/defconfig   |  1 +
 .../nucleo-144/configs/f746-evalos/defconfig       |  1 +
 .../nucleo-144/configs/f746-pysim/defconfig        |  1 +
 .../nucleo-144/configs/f767-evalos/defconfig       |  1 +
 .../intel64/qemu-intel64/configs/nsh/defconfig     |  1 +
 .../intel64/qemu-intel64/configs/ostest/defconfig  |  1 +
 libs/libc/pthread/pthread_mutexattr_getprotocol.c  |  2 +-
 libs/libc/pthread/pthread_mutexattr_init.c         |  8 ++++++--
 libs/libc/pthread/pthread_mutexattr_setprotocol.c  | 22 +++++++++++-----------
 libs/libc/semaphore/sem_getprotocol.c              |  3 +--
 libs/libc/semaphore/sem_setprotocol.c              |  8 ++++----
 sched/Kconfig                                      | 18 ++++++++++++++++++
 sched/pthread/pthread_mutexinit.c                  |  4 ++++
 sched/semaphore/sem_setprotocol.c                  |  2 +-
 24 files changed, 62 insertions(+), 21 deletions(-)