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-apps.git.
from 4c256e7 netutils/dhcpd: handshake the dhcpd message with server port.
new 8e3eca1 apps/examples: Adds termios example
new 577598d Apply 2 suggestion(s) to 1 file(s)
new afad97d Apply 2 suggestion(s) to 2 file(s)
new 3bf2f31 fixed coding style issue
The 4 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:
examples/README.md | 9 ++
examples/termios/Kconfig | 24 +++++
{fsutils/ipcfg => examples/termios}/Make.defs | 6 +-
examples/{i2sloop => termios}/Makefile | 16 ++--
examples/termios/termios_main.c | 129 ++++++++++++++++++++++++++
5 files changed, 173 insertions(+), 11 deletions(-)
create mode 100644 examples/termios/Kconfig
copy {fsutils/ipcfg => examples/termios}/Make.defs (89%)
copy examples/{i2sloop => termios}/Makefile (78%)
create mode 100644 examples/termios/termios_main.c