Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
189d2cf4
Commit
189d2cf4
authored
8 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update NSH document, README, and comments in a script file
parent
6be282af
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Documentation/NuttShell.html
+2
-2
2 additions, 2 deletions
Documentation/NuttShell.html
tools/README.txt
+0
-1
0 additions, 1 deletion
tools/README.txt
tools/sethost.sh
+2
-1
2 additions, 1 deletion
tools/sethost.sh
with
4 additions
and
4 deletions
Documentation/NuttShell.html
+
2
−
2
View file @
189d2cf4
...
...
@@ -8,7 +8,7 @@
<tr
align=
"center"
bgcolor=
"#e4e4e4"
>
<td>
<h1><big><font
color=
"#3c34ec"
><i>
NuttShell (NSH)
</i></font></big></h1>
<p>
Last Updated:
July 20
, 2016
</p>
<p>
Last Updated:
August 4
, 2016
</p>
</td>
</tr>
</table>
...
...
@@ -3277,7 +3277,7 @@ nsh>
</tr>
<tr>
<td><b><code>
mkfifo
</code></b></td>
<td><code>
CONFIG_NFILE_DESCRIPTORS
</code>
>
0
&&
<code>
CONFIG_PIPES
</code></td>
<td><code>
CONFIG_NFILE_DESCRIPTORS
</code>
>
0
&&
<code>
CONFIG_PIPES
</code>
&&
<code>
CONFIG_DEV_PIPE_SIZE
</code>
>
0
</td>
<td><code>
CONFIG_NSH_DISABLE_MKFIFO
</code></td>
</tr>
<tr>
...
...
This diff is collapsed.
Click to expand it.
tools/README.txt
+
0
−
1
View file @
189d2cf4
...
...
@@ -625,7 +625,6 @@ sethost.sh
-32|64 selects 32- or 64-bit host (Only for Cygwin). Default 64
-h will show this help test and terminate
refresh.sh
----------
...
...
This diff is collapsed.
Click to expand it.
tools/sethost.sh
+
2
−
1
View file @
189d2cf4
...
...
@@ -212,7 +212,8 @@ cd $nuttx || { echo "ERROR: failed to cd to $nuttx"; exit 1; }
make clean_context 1>/dev/null 2>&1
make olddefconfig 1>/dev/null 2>&1
# Restore any previous .config and Make.defs files
# Move config file to correct location and restore any previous .config
# and Make.defs files
if
[
"X
$dotconfig
"
!=
"Xy"
]
;
then
sed
-i
-e
"s/^CONFIG_APPS_DIR/# CONFIG_APPS_DIR/g"
.config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment