mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
f2d0d5b45f
Build Documentation / build-html (push) Has been cancelled
This patch adds the description for NSH_BUILTIN_AS_COMMAND including its advantage and disadvantage. NSH_BUILTIN_AS_COMMAND is an optional configuration in nsh. It allows nsh builtin apps to run directly like nsh command without creating a thread. This is done in pull request https://github.com/apache/nuttx-apps/pull/3168 Signed-off-by: Haokun Dong <donghaokun@lixiang.com>