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
d9314c10
Commit
d9314c10
authored
8 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
LPC43xx ADC: board.h should be included last; Also, unreleated, update tools/README.txt
parent
5ddeffde
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
arch/arm/src/lpc43xx/lpc43_adc.c
+6
-1
6 additions, 1 deletion
arch/arm/src/lpc43xx/lpc43_adc.c
tools/README.txt
+10
-0
10 additions, 0 deletions
tools/README.txt
with
16 additions
and
1 deletion
arch/arm/src/lpc43xx/lpc43_adc.c
+
6
−
1
View file @
d9314c10
...
...
@@ -59,7 +59,6 @@
#include
<assert.h>
#include
<debug.h>
#include
<arch/board/board.h>
#include
<nuttx/irq.h>
#include
<nuttx/arch.h>
#include
<nuttx/analog/adc.h>
...
...
@@ -80,6 +79,12 @@
#include
"lpc43_pinconfig.h"
/* board.h should be included last because it depends on the previous
* inclusions and may need to modify other definitions.
*/
#include
<arch/board/board.h>
#if defined(CONFIG_LPC43_ADC0)
/* TODO ADC1 */
/****************************************************************************
...
...
This diff is collapsed.
Click to expand it.
tools/README.txt
+
10
−
0
View file @
d9314c10
...
...
@@ -104,6 +104,16 @@ kconfig2html.c
<Kconfig root> is the directory containing the root Kconfig file.
Default <Kconfig directory>: .
NOTE: In order to use this tool, some configuration must be in-place will
all necessary symbolic links. You can establish the configured symbolic
links with:
make context
or more quickly with:
make dirlinks
mkconfigvars.sh
---------------
...
...
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