projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163653d
)
rename jtag pins to avoid clash with bsv keyword
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 23 Jul 2018 13:54:13 +0000
(14:54 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 23 Jul 2018 13:54:13 +0000
(14:54 +0100)
src/spec/pinfunctions.py
patch
|
blob
|
history
diff --git
a/src/spec/pinfunctions.py
b/src/spec/pinfunctions.py
index 1a4b8fe325768e90dacc286517823a912c97791d..9931ebc66989502341cef82abd07b98b44c1ea1a 100644
(file)
--- a/
src/spec/pinfunctions.py
+++ b/
src/spec/pinfunctions.py
@@
-81,7
+81,7
@@
def i2c(suffix, bank):
def jtag(suffix, bank):
- return (['
MS+', 'DI-', 'DO+', '
CK+'], [])
+ return (['
TMS+', 'TDI-', 'TDO+', 'T
CK+'], [])
def uart(suffix, bank):