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
35892cb1
Commit
35892cb1
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update cloning documentation to include steps to initialize Sub-Modules
parent
d8613756
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+12
-2
12 additions, 2 deletions
README.txt
with
12 additions
and
2 deletions
README.txt
+
12
−
2
View file @
35892cb1
...
...
@@ -152,9 +152,19 @@ Downloading from Repositories
The current NuttX du jour is available in from a GIT repository. Cloning
instructions are available here:
git clone https://bitbucket.org/patacongo/nuttx.git
git clone https://bitbucket.org/patacongo/nuttx.git
Configuring the Cone
Initialize Sub-Modules
The NuttX repository contains GIT sub-modules for the Documentation/,
arch/, and configs/ directories. These may need to be individually
initialized:
cd nuttx
git submodule init
git submodule update
Configuring the Clone
Set your identity:
...
...
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