Implement redirection of output from NSH builtin commands to a file in a mounted volume

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-01-15 21:01:37 +00:00
parent 8c3c7314a8
commit fd1189a6fe
4 changed files with 22 additions and 20 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ Execution starts in the following order:
is set. It must be set for the VSN board.
- boot, performs initial chip and board initialization
- sched/os_bringup.c then calls either user_start or exec_builtin()
with application as set in the .config
- sched/os_bringup.c then calls user entry defined in the .config file.
Naming throughout the code