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
ebc3a64e
Commit
ebc3a64e
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Back out last change to configs/Kconfig. It has some bad side-effects
parent
0309c63a
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
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
configs/Kconfig
+1
-7
1 addition, 7 deletions
configs/Kconfig
with
5 additions
and
7 deletions
ChangeLog
+
4
−
0
View file @
ebc3a64e
...
...
@@ -6472,4 +6472,8 @@
specified. The default need not be used. This is really only
useful when CONFIG_ARCH_BOARD_CUSTOM is selected and there is no
meaningful default sub-directory (2014-1-16).
* configs/Kconfig: Backed out the previous change for two reasons:
(1) it has a bad side effect in that the sub-directory setting
no longer tracks the board setting, and (2) you still can't
source the Kconfig file from the custom board directory (2014-1-16).
This diff is collapsed.
Click to expand it.
configs/Kconfig
+
1
−
7
View file @
ebc3a64e
...
...
@@ -859,7 +859,7 @@ config ARCH_BOARD_CUSTOM
endchoice
config ARCH_BOARD
string
"Board configuration sub-directory"
string
default "amber" if ARCH_BOARD_AMBER
default "arduino-due" if ARCH_BOARD_ARDUINO_DUE
default "avr32dev1" if ARCH_BOARD_AVR32DEV1
...
...
@@ -947,12 +947,6 @@ config ARCH_BOARD
default "zkit-arm-1769" if ARCH_BOARD_ZKITARM
default "sim" if ARCH_BOARD_SIM
default "" if ARCH_BOARD_CUSTOM
---help---
Select the board sub-directory name where the board logic resides under
the configs/ directory. Normally, the default is the correct location
and you probably not want to change that. However, if you have selected
ARCH_BOARD_CUSTOM, then you will need to tell the build system when
the board logic resides.
comment "Common Board Options"
...
...
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