You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pr...@apache.org on 2020/09/15 13:28:34 UTC

[incubator-nuttx] branch master updated (7c67cff -> 57dfb98)

This is an automated email from the ASF dual-hosted git repository.

protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 7c67cff  RX65N Pre-check Warnings Resolved
     add b3541cc  libs/libc/unistd: add dummy getrlimit & setrlimit support
     add c38c821  libs/libc/time: add gethrtime() support
     add 4d787db  Documentation: add gethrtime() API to "Clocks and Timers"
     add 57dfb98  include: add dependence to setvbuf & isatty, undefine symbols when !CONFIG_SERIAL_TERMIOS

No new revisions were added by this update.

Summary of changes:
 Documentation/reference/user/06_clocks_timers.rst  | 10 +++++++
 include/cxx/cunistd                                |  2 ++
 include/stdio.h                                    |  4 +++
 include/sys/time.h                                 | 16 +++++++++++
 include/termios.h                                  |  3 ++
 include/unistd.h                                   |  2 ++
 libs/libc/time/Make.defs                           |  1 +
 .../libc/time/lib_gethrtime.c                      | 31 +++++++++++----------
 libs/libc/unistd/Make.defs                         |  1 +
 .../libc/unistd/lib_getrlimit.c                    | 32 ++++++++++------------
 .../lib_newlocale.c => unistd/lib_setrlimit.c}     | 19 +++++++------
 11 files changed, 80 insertions(+), 41 deletions(-)
 copy boards/arm/xmc4/xmc4700-relax/src/xmc4_bringup.c => libs/libc/time/lib_gethrtime.c (79%)
 copy fs/inode/fs_inodeaddref.c => libs/libc/unistd/lib_getrlimit.c (78%)
 copy libs/libc/{locale/lib_newlocale.c => unistd/lib_setrlimit.c} (81%)