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
8dffb83c
Commit
8dffb83c
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Several fixes for errors introduced by last check-ins
parent
37280110
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/sama5d4-ek/kernel/defconfig
+3
-1
3 additions, 1 deletion
configs/sama5d4-ek/kernel/defconfig
tools/cfgdefine.c
+5
-0
5 additions, 0 deletions
tools/cfgdefine.c
with
8 additions
and
1 deletion
configs/sama5d4-ek/kernel/defconfig
+
3
−
1
View file @
8dffb83c
...
...
@@ -744,7 +744,8 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024
# CONFIG_EXAMPLES_ELF is not set
# CONFIG_EXAMPLES_FTPC is not set
# CONFIG_EXAMPLES_FTPD is not set
# CONFIG_EXAMPLES_HELLO is not set
CONFIG_EXAMPLES_HELLO=y
CONFIG_EXAMPLES_HELLO_PROGNAME="hello"
# CONFIG_EXAMPLES_HELLOXX is not set
# CONFIG_EXAMPLES_JSON is not set
# CONFIG_EXAMPLES_HIDKBD is not set
...
...
@@ -755,6 +756,7 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024
# CONFIG_EXAMPLES_MOUNT is not set
# CONFIG_EXAMPLES_NRF24L01TERM is not set
CONFIG_EXAMPLES_NSH=y
CONFIG_EXAMPLES_NSH_PROGNAME="init"
# CONFIG_EXAMPLES_NSH_CXXINITIALIZE is not set
# CONFIG_EXAMPLES_NULL is not set
# CONFIG_EXAMPLES_NX is not set
...
...
This diff is collapsed.
Click to expand it.
tools/cfgdefine.c
+
5
−
0
View file @
8dffb83c
...
...
@@ -86,6 +86,11 @@ static const char *dequote_list[] =
"CONFIG_NXWM_CALIBRATION_ICON"
,
/* Name of bitmap image class */
"CONFIG_NXWM_HEXCALCULATOR_ICON"
,
/* Name of bitmap image class */
/* apps/ definitions */
"CONFIG_EXAMPLES_HELLO_PROGNAME"
,
/* Name of installed hello example program */
"CONFIG_EXAMPLES_NSH_PROGNAME"
,
/* Name of installed NSH example program */
NULL
/* Marks the end of the list */
};
...
...
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