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


    from 763caabf6d0 boards/boardctl: Add BOARDIOC_MACADDR command
     new cc578e33a9c macro: FOREACH_ARG Add parameter field
     new 34e8267fcc1 macro: FOREACH_ARG Add parameter field
     new 397e7e7a4f3 macro: use portable variadic macros
     new e171415897e sched/clock: has external linkage but is only used in one 
translation unit
     new 3b005dbdf7b sched/wdog: Fix MISRA 2004 rule 10.1
     new 51bb9e04173 sched/timer: Fix timer multiple return.
     new caafba07bca sched/timer: Fix MISRA Rule 10.4
     new 2b33168cc0f sched/semaphore: Fix illegal abstime.
     new 3491cef8a8f sched/timer: Fix MISRA Rule 10.3
     new bc386d73b40 sched/signal: Fix compilation warning uninitialized.
     new e01fbb757ca include/clock.h: Fix type of macro defination of constants
     new d404b15d8f8 arch/x86_64: Fix compilation error.
     new 048ef54c553 include/clock: Remove the inclusion of the macro.h.

The 13 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/x86_64/src/intel64/intel64_cpustart.c |   1 +
 fs/vfs/fs_timerfd.c                        |   8 +-
 include/nuttx/clock.h                      |  64 +++++-------
 include/nuttx/macro.h                      | 103 ++++++++++---------
 include/nuttx/sched_note.h                 |   4 +-
 include/signal.h                           |   6 +-
 sched/clock/clock_initialize.c             |   2 +-
 sched/clock/clock_settime.c                |  59 ++++-------
 sched/semaphore/sem_clockwait.c            |  69 ++++++-------
 sched/signal/sig_timedwait.c               |   4 +-
 sched/timer/timer.h                        |   4 +-
 sched/timer/timer_create.c                 |  94 +++++++++--------
 sched/timer/timer_delete.c                 |   4 +-
 sched/timer/timer_getitimer.c              |  20 ++--
 sched/timer/timer_getoverrun.c             |  11 +-
 sched/timer/timer_gettime.c                |  18 ++--
 sched/timer/timer_release.c                |  27 +++--
 sched/timer/timer_setitimer.c              |  51 +++++-----
 sched/timer/timer_settime.c                | 158 +++++++++++++++--------------
 19 files changed, 344 insertions(+), 363 deletions(-)

Reply via email to