mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
fbcon asked the registry of built-in applications for the stack size and priority to spawn its shell with. A kernel build has no such registry: its programs are ELF files in a filesystem, which is exactly what the posix_spawn() below already handles, PATH search and all. The lookup therefore fails to compile there. Ask the registry only where there is one, and take the numbers from this example's own configuration otherwise. Tested on an EIC7700 EVB in a kernel build: fbcon renders its console on a 1080p HDMI framebuffer and spawns a shell whose prompt appears on the monitor. Assisted-by: Claude:claude-opus-5 Signed-off-by: Justin Hammond <justin@dynam.ac> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| fbcon_main.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||