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
1e96a073
Commit
1e96a073
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Kconfig: CONFIG_BUILD_KERNEL should not be experimental
parent
2c0770a4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Kconfig
+1
-1
1 addition, 1 deletion
Kconfig
arch
+1
-1
1 addition, 1 deletion
arch
configs
+1
-1
1 addition, 1 deletion
configs
with
3 additions
and
3 deletions
Kconfig
+
1
−
1
View file @
1e96a073
...
...
@@ -165,7 +165,7 @@ config BUILD_PROTECTED
config BUILD_KERNEL
bool "NuttX kernel build"
depends on ARCH_USE_MMU && ARCH_ADDRENV
&& EXPERIMENTAL
depends on ARCH_USE_MMU && ARCH_ADDRENV
select LIB_SYSCALL
---help---
Builds NuttX as a separately compiled kernel. No applications are
...
...
This diff is collapsed.
Click to expand it.
arch
@
f9a3a146
Subproject commit
d943c5e3049299c271d185701710166d7f20a4d4
Subproject commit
f9a3a1463b24b8da63f2a7577d0b4ce0131a1069
This diff is collapsed.
Click to expand it.
configs
@
196f9f3f
Subproject commit
f27e7ff4e9d21c92f272bd613d4d147b25b1a09e
Subproject commit
196f9f3f3f067ccb3c285078a704a2a5eb37b7ea
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