mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lvglterm.c | ||
| lvglterm.h | ||
| lvglterm_kbd.c | ||
| lvglterm_touch.c | ||
| Make.defs | ||
| Makefile | ||