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/10/27 13:22:15 UTC

[incubator-nuttx] branch master updated (fd07e7b012 -> fdff92fd19)

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 fd07e7b012 openamp: fix rptun don't wait issue when get tx patyload buffer
     add fdff92fd19 libs/libc/time: mktime normalize struct tm

No new revisions were added by this update.

Summary of changes:
 include/nuttx/time.h              |  45 ++++++++++--
 libs/libc/time/lib_asctimer.c     |   5 +-
 libs/libc/time/lib_calendar2utc.c |  10 +--
 libs/libc/time/lib_gmtimer.c      |  35 +++++-----
 libs/libc/time/lib_localtime.c    |  38 +----------
 libs/libc/time/lib_strftime.c     |   8 +--
 libs/libc/time/lib_strptime.c     |   4 +-
 libs/libc/time/lib_timegm.c       | 140 +++++++++++++++++++++++++++++++++++++-
 8 files changed, 211 insertions(+), 74 deletions(-)