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
e7787205
Commit
e7787205
authored
8 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix up a few remaining incorrect CONFIG_GPIO_IRQ
parent
416aa996
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/hc/include/m9s12/irq.h
+2
-2
2 additions, 2 deletions
arch/hc/include/m9s12/irq.h
configs/sam4s-xplained-pro/include/board.h
+1
-1
1 addition, 1 deletion
configs/sam4s-xplained-pro/include/board.h
configs/sam4s-xplained/include/board.h
+1
-1
1 addition, 1 deletion
configs/sam4s-xplained/include/board.h
with
4 additions
and
4 deletions
arch/hc/include/m9s12/irq.h
+
2
−
2
View file @
e7787205
...
...
@@ -108,7 +108,7 @@
* Port J: Pins 0-3 and 6-7
*/
#ifdef CONFIG_GPIO
_
IRQ
#ifdef CONFIG_
HCS12_
GPIOIRQ
/* To conserve space, interrupts must also be configured, port by port */
...
...
@@ -156,7 +156,7 @@
# endif
#else
# define HCS12_IRQ_NIRQS HCS12_IRQ_NVECTORS
#endif
/* CONFIG_GPIO
_
IRQ */
#endif
/* CONFIG_
HCS12_
GPIOIRQ */
#define HCS12_IRQ_VILLEGAL HCS12_IRQ_NIRQS
/* Any reserved vector */
#define NR_IRQS (HCS12_IRQ_NIRQS+1)
...
...
This diff is collapsed.
Click to expand it.
configs/sam4s-xplained-pro/include/board.h
+
1
−
1
View file @
e7787205
...
...
@@ -46,7 +46,7 @@
#ifndef __ASSEMBLY__
# include <stdint.h>
# ifdef CONFIG_GPIO_IRQ
# ifdef CONFIG_
SAM34_
GPIO_IRQ
# include <arch/irq.h>
# endif
#endif
...
...
This diff is collapsed.
Click to expand it.
configs/sam4s-xplained/include/board.h
+
1
−
1
View file @
e7787205
...
...
@@ -44,7 +44,7 @@
#ifndef __ASSEMBLY__
# include <stdint.h>
# ifdef CONFIG_SAM34_
SAM34_
GPIO_IRQ
# ifdef CONFIG_SAM34_GPIO_IRQ
# include <arch/irq.h>
# endif
#endif
...
...
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