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/nuttx.git


    from 6b89b6f945 Remove executable permissions from source files
     new 1d8af7e105 add holder for mutex
     new fcdba7a3ef sim/usrsocktest: Enable CONFIG_DEBUG_ASSERTIONS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/risc-v/src/esp32c3/esp32c3_libc_stubs.c     |  16 +-
 boards/sim/sim/sim/configs/usrsocktest/defconfig |   2 +
 drivers/modem/alt1250/alt1250.c                  |  38 +--
 drivers/usrsock/usrsock_dev.c                    |   2 +-
 include/nuttx/modem/alt1250.h                    |  13 +-
 include/nuttx/mutex.h                            | 416 +++++++++++++++++------
 include/nuttx/net/net.h                          |  47 +++
 include/nuttx/semaphore.h                        |  12 +-
 include/semaphore.h                              |  21 +-
 libs/libc/semaphore/sem_getprotocol.c            |   5 -
 libs/libc/semaphore/sem_init.c                   |   3 +-
 libs/libc/wqueue/work_usrthread.c                |   2 +-
 net/usrsock/usrsock_devif.c                      |   4 +-
 net/utils/net_lock.c                             |  88 +++++
 14 files changed, 514 insertions(+), 155 deletions(-)

Reply via email to