mirror of
https://github.com/apache/nuttx.git
synced 2025-12-06 17:23:49 +08:00
Some checks failed
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>