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 a522a8eeaf tools/Win.mk
new a4b378a583 mqueue: use to DEBUGASSERT to cover some param check
new a9c647d418 semaphore: move param check to sem_xx level
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:
libs/libc/semaphore/sem_init.c | 40 +++++-----
sched/mqueue/mq_send.c | 4 +-
sched/semaphore/sem_clockwait.c | 24 +++---
sched/semaphore/sem_destroy.c | 51 ++++++------
sched/semaphore/sem_post.c | 169 ++++++++++++++++++++--------------------
sched/semaphore/sem_trywait.c | 50 ++++++------
sched/semaphore/sem_wait.c | 169 ++++++++++++++++++++--------------------
7 files changed, 258 insertions(+), 249 deletions(-)