projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce42ee
)
signal name for pwm0 is pwm, so variables should change to pwm0_pwm and likewise
author
Neel
<neelgala@gmail.com>
Thu, 22 Mar 2018 16:23:34 +0000
(21:53 +0530)
committer
Neel
<neelgala@gmail.com>
Thu, 22 Mar 2018 16:23:34 +0000
(21:53 +0530)
pinmap.txt
patch
|
blob
|
history
src/actual_pinmux.py
patch
|
blob
|
history
diff --git
a/pinmap.txt
b/pinmap.txt
index a520d497a7c167f38c2b1326f635044d9c82843a..f2fbccbdfc4b078d7e0f34df8b0b79593b6bf05a 100644
(file)
--- a/
pinmap.txt
+++ b/
pinmap.txt
@@
-8,7
+8,7
@@
muxed
10 sd0_d0 sd1_d0
11 sd0_d1 sd1_d1
12 sd0_d2 sd1_d2
-13 sd0_d3 sd1_d3 pwm0
+13 sd0_d3 sd1_d3 pwm0
_pwm
dedicated
4 uart1_tx
5 uart1_rx
diff --git
a/src/actual_pinmux.py
b/src/actual_pinmux.py
index ec0e1440557408ed176747c6d99cb04c7ec82476..4d00d34395b9b2d24da747afd117a48f6f6009cd 100644
(file)
--- a/
src/actual_pinmux.py
+++ b/
src/actual_pinmux.py
@@
-18,7
+18,7
@@
dictionary = {
"sd_clk": "output",
"sd_cmd": "output",
"sd_d": "inout",
- "pwm": "output"
+ "pwm
_pwm
": "output"
}