mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
This example will help newcomers to port software from Linux to NuttX in a POSIX compliant fashion using stdio library. It shows how to work with open(), close() and write() functions over /dev/console. Signed-off-by: Vinicius May <vmay.sweden@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| posix_stdio.c | ||