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

[incubator-nuttx] branch master updated (4befbdf -> e1ff0c4)

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

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


    from 4befbdf  docker: add ninja-build
     add e1ff0c4  libc: Implement openpty function

No new revisions were added by this update.

Summary of changes:
 .../src/lc823450/lc823450_wdt.h => include/pty.h   |  31 ++--
 libs/libc/stdlib/Make.defs                         |   3 +
 libs/libc/stdlib/lib_openpty.c                     | 159 +++++++++++++++++++++
 3 files changed, 176 insertions(+), 17 deletions(-)
 copy arch/arm/src/lc823450/lc823450_wdt.h => include/pty.h (74%)
 create mode 100644 libs/libc/stdlib/lib_openpty.c