This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 6b3b42008 examples/nxterm: add full-screen window option
add c77580021 examples/nxterm: add PTY-backed keyboard console
add e3dc165cc examples/nxterm: add serial console fallback
No new revisions were added by this update.
Summary of changes:
examples/nxterm/CMakeLists.txt | 3 +
examples/nxterm/Kconfig | 37 +++++
examples/nxterm/Makefile | 5 +
examples/nxterm/nxterm_internal.h | 7 +
examples/nxterm/nxterm_listener.c | 8 +-
examples/nxterm/nxterm_main.c | 65 ++++++++
examples/nxterm/nxterm_pty.c | 329 ++++++++++++++++++++++++++++++++++++++
7 files changed, 453 insertions(+), 1 deletion(-)
create mode 100644 examples/nxterm/nxterm_pty.c