nuttx-apps/examples/lvglterm
Justin Hammond 30a028d4e6 examples/lvglterm: Let the shell be named something other than nsh.
The terminal spawned "nsh" by a name compiled in, which finds nothing
on a system that installs NSH under another name, as a kernel build
does when NSH is the system's init: the program is /system/bin/init
and no "nsh" exists at all.  The terminal came up,
took keystrokes, and had no shell behind it.

The name is now configurable and still defaults to "nsh", so a bare
name is looked up on PATH as before and a path is taken as given.

Assisted-by: Claude:claude-opus-5
Signed-off-by: Justin Hammond <justin@dynam.ac>
2026-08-09 03:18:20 +08:00
..
CMakeLists.txt examples/lvglterm: add USB HID keyboard input with cursor scrolling 2026-07-07 09:52:42 +08:00
Kconfig examples/lvglterm: Let the shell be named something other than nsh. 2026-08-09 03:18:20 +08:00
lvglterm.c examples/lvglterm: Let the shell be named something other than nsh. 2026-08-09 03:18:20 +08:00
lvglterm.h examples/lvglterm: support physical keyboard input 2026-07-03 09:16:58 -03:00
lvglterm_kbd.c examples/lvglterm: read any keyboard through one input path 2026-08-02 18:36:37 +08:00
lvglterm_touch.c examples/lvglterm: support physical keyboard input 2026-07-03 09:16:58 -03:00
Make.defs examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile examples/lvglterm: add USB HID keyboard input with cursor scrolling 2026-07-07 09:52:42 +08:00