Gregory Nutt
2f982e9c77
Revert "Squashed commit of the following:"
...
This reverts commit 25b92edd9f
.
2018-08-22 12:06:32 -06:00
anchao
25b92edd9f
Squashed commit of the following:
...
apps/builtin/exec_builtin.c: Try posix_spawn if builtin apps do not have have an entry point.
apps/Application.mk: introduce MODULE config to simplify tristate(m)
apps/nsh: Change the nuttx shell module type to tristate
apps: Add loadable application support
script/mksymtab: Generate symbol table name by default
apps/builtin: Allow loadable applications can register with apps/builtin.
2018-08-22 09:30:38 -06:00
Gregory Nutt
1db7d34a84
examples/elf and nxff: Won't build with CONFIG_BUILD_KERNEL because the interface exec() is not available in that configuration. Also, remove a stray comma and a stray semacolon in examples/pty_test/Kconfig and examples/random/Kconfig
2017-10-06 15:13:00 -06:00
Gregory Nutt
ac018597e4
Fix a syntax error in a Kconfig file. Update comments in another.
2016-07-29 13:12:28 -06:00
Gregory Nutt
1a6bb2a47c
apps/examples/pty_test: If CONFIG_SERIAL_TERMIOS is not selected, then don't call tcgetattr or tcsetattr.
2016-07-19 14:28:07 -06:00
Gregory Nutt
7f6a21ecac
Eliminate some warnings
2016-07-18 11:26:45 -06:00
Gregory Nutt
7e2980bee5
Fix comment string
2016-07-17 09:39:26 -06:00
Gregory Nutt
126592b85d
apps/examples/pty_test: Use of POLL must be optional. There are still a few character drivers that do not support it.
2016-07-16 13:46:52 -06:00
Alan Carvalho de Assis
8a16e80cf3
apps/examples/pty_test: Add termios calls to convert LF to CR-LF on writes
2016-07-16 12:38:44 -06:00
Gregory Nutt
3cd17bcc7c
Fix a couple of cosmetic alignment issues
2016-07-16 11:56:17 -06:00
Alan Carvalho de Assis
49ab72d9ac
Extensions to examples/pty_test
2016-07-16 11:24:54 -06:00
Gregory Nutt
552d3c4712
PTY: Fix a few errors from early testing
2016-07-15 14:09:14 -06:00
Alan Carvalho de Assis
e3d0c6f15a
apps/examples/pty_test: PTY test program
2016-07-15 13:28:38 -06:00