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
72c4f122
Commit
72c4f122
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
samv71-xult/mrf24j40-starhub: Reset pins backward; update README.
parent
445af2e5
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/README.txt
+5
-0
5 additions, 0 deletions
configs/samv71-xult/README.txt
configs/samv71-xult/src/samv71-xult.h
+4
-4
4 additions, 4 deletions
configs/samv71-xult/src/samv71-xult.h
with
9 additions
and
4 deletions
configs/samv71-xult/README.txt
+
5
−
0
View file @
72c4f122
...
...
@@ -1943,6 +1943,11 @@ Configuration sub-directories
STATUS:
2017-07-02: Configurations added. Not yet tested.
2017-07-03: Initial testing, appears to be working, but endpoints
fail to associate; sniffer shows that nothing sent fro the star
hub. I am thinking that there is something wrong with the
GPIO interrupt configuration so that no MRF24J40 interrupt are
being received.
mxtxplnd:
...
...
This diff is collapsed.
Click to expand it.
configs/samv71-xult/src/samv71-xult.h
+
4
−
4
View file @
72c4f122
...
...
@@ -576,8 +576,8 @@
* D2 PA5 microBUS1 GPIO interrupt input PA5
* D3 PA6 microBUS2 GPIO interrupt input PA6
* D4 PD27 *** Not used ***
* D5 PD11 microBUS2 PWM
PD11 PWMC0_H0
* D6 PC19 microBUS1 PW
N
PC19 PWMC0_H2
* D5 PD11 microBUS2 PWM
B
PD11 PWMC0_H0
* D6 PC19 microBUS1 PW
MA
PC19 PWMC0_H2
* D7 PA2 *** Not used ***
* D8 PA17 *** Not used ***
* D9 PC9 microBUS2 CS GPIO output PC9
...
...
@@ -590,9 +590,9 @@
/* Reset (RST#) Pulled-up on the click board */
#define CLICK_MB1_RESET (GPIO_OUTPUT | GPIO_CFG_DEFAULT | GPIO_OUTPUT_CLEAR | \
GPIO_PORT_PIOD | GPIO_PIN30)
#define CLICK_MB2_RESET (GPIO_OUTPUT | GPIO_CFG_DEFAULT | GPIO_OUTPUT_CLEAR | \
GPIO_PORT_PIOA | GPIO_PIN19)
#define CLICK_MB2_RESET (GPIO_OUTPUT | GPIO_CFG_DEFAULT | GPIO_OUTPUT_CLEAR | \
GPIO_PORT_PIOD | GPIO_PIN30)
/* Interrupts */
#define CLICK_MB1_INTR (GPIO_INPUT | GPIO_CFG_PULLUP | GPIO_CFG_DEGLITCH | \
...
...
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