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
7671befc
Commit
7671befc
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update a README
parent
79e5d2b7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+5
-1
5 additions, 1 deletion
README.txt
with
5 additions
and
1 deletion
README.txt
+
5
−
1
View file @
7671befc
...
@@ -927,10 +927,14 @@ Making defconfig Files
...
@@ -927,10 +927,14 @@ Making defconfig Files
make olddefconfig
make olddefconfig
NOTE
:
Only compressed defconfig files are retained in the NuttX repository.
NOTE
1:
Only compressed defconfig files are retained in the NuttX repository.
All patches and PRs that attempt to add or modify a defconfig file MUST
All patches and PRs that attempt to add or modify a defconfig file MUST
use the compressed defconfig format as created by 'make savdefconfig.'
use the compressed defconfig format as created by 'make savdefconfig.'
NOTE 2: When 'make savedefconfig' runs it will try several things some of
which are expected to fail. In these cases you will see an error message
from make followed by "(ignored)." You should also ignore these messages
CAUTION: This size reduction was accomplished by removing all setting
CAUTION: This size reduction was accomplished by removing all setting
from the .config file that were at the default value. 'make olddefconfig'
from the .config file that were at the default value. 'make olddefconfig'
can regenerate the original .config file by simply restoring those default
can regenerate the original .config file by simply restoring those default
...
...
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