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
057b4384
Commit
057b4384
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
samv71-xult/mrf24j40-starhub: Disabled CONFIG_BOARD_INITIALIZE; Correct MRF24J40 interrupt edge.
parent
acb0dcec
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/samv71-xult/mrf24j40-starhub/defconfig
+1
-2
1 addition, 2 deletions
configs/samv71-xult/mrf24j40-starhub/defconfig
configs/samv71-xult/src/samv71-xult.h
+2
-2
2 additions, 2 deletions
configs/samv71-xult/src/samv71-xult.h
with
3 additions
and
4 deletions
configs/samv71-xult/mrf24j40-starhub/defconfig
+
1
−
2
View file @
057b4384
...
...
@@ -499,8 +499,7 @@ CONFIG_NAME_MAX=32
#
# RTOS hooks
#
CONFIG_BOARD_INITIALIZE=y
# CONFIG_BOARD_INITTHREAD is not set
# CONFIG_BOARD_INITIALIZE is not set
# CONFIG_SCHED_STARTHOOK is not set
# CONFIG_SCHED_ATEXIT is not set
# CONFIG_SCHED_ONEXIT is not set
...
...
This diff is collapsed.
Click to expand it.
configs/samv71-xult/src/samv71-xult.h
+
2
−
2
View file @
057b4384
...
...
@@ -568,9 +568,9 @@
/* Interrupts */
#define CLICK_MB1_INTR (GPIO_INPUT | GPIO_CFG_DEFAULT | GPIO_CFG_DEGLITCH | \
GPIO_INT_
HIGHLEVEL
| GPIO_PORT_PIOA | GPIO_PIN0)
GPIO_INT_
FALLING
| GPIO_PORT_PIOA | GPIO_PIN0)
#define CLICK_MB2_INTR (GPIO_INPUT | GPIO_CFG_DEFAULT | GPIO_CFG_DEGLITCH | \
GPIO_INT_
HIGHLEVEL
| GPIO_PORT_PIOA | GPIO_PIN6)
GPIO_INT_
FALLING
| GPIO_PORT_PIOA | GPIO_PIN6)
#define IRQ_MB1 SAM_IRQ_PA0
#define IRQ_MB2 SAM_IRQ_PA6
...
...
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