xiaoxiang781216 commented on code in PR #3082:
URL: https://github.com/apache/nuttx-apps/pull/3082#discussion_r2106271842
##########
examples/posix_stdio/Kconfig:
##########
@@ -7,14 +7,20 @@ config EXAMPLES_POSIX_STDIO
bool "Posix stdio example"
default n
---help---
- Enable POSIX stdio example that shows how to use open(), write() and
close() via /dev/console.
+ Enable POSIX stdio example that shows how to use open(), write() and
+ close() via /dev/console.
config EXAMPLES_POSIX_STDIO_PROGNAME
string "Program name"
default "posix_stdio"
depends on EXAMPLES_POSIX_STDIO
config EXAMPLES_POSIX_STDIO_PRIORITY
- int "POSIX_STDIO test priority"
+ int "POSIX_STDIO priority"
default 100
depends on EXAMPLES_POSIX_STDIO
+
+config EXAMPLES_POSIX_STDIO_STACKSIZE
+ int "POSIX_STDIO stack size"
+ default 2048
Review Comment:
```suggestion
default DEFAULT_TASK_STACKSIZE
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]