nuttx-apps/examples/posix_stdio
vrmay23 8ff533beb3 examples/posix_stdio: Fix Kconfig to define default stack size
Fix the Kconfig file for the posix_stdio example by adding
the STACKSIZE symbol and setting it to DEFAULT_TASK_STACKSIZE.

This change ensures that the example builds properly and
respects system-wide stack size configuration.

Signed-off-by: Vinicius May <vmay.sweden@gmail.com>
2025-06-01 09:21:15 -03:00
..
CMakeLists.txt examples/posix_stdio: New example dedicated to posix stdio library. 2025-05-07 20:07:35 +08:00
Kconfig examples/posix_stdio: Fix Kconfig to define default stack size 2025-06-01 09:21:15 -03:00
Make.defs examples/posix_stdio: New example dedicated to posix stdio library. 2025-05-07 20:07:35 +08:00
Makefile examples/posix_stdio: New example dedicated to posix stdio library. 2025-05-07 20:07:35 +08:00
posix_stdio.c examples/posix_stdio: New example dedicated to posix stdio library. 2025-05-07 20:07:35 +08:00