projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad21a1
)
reduce microtest further in size
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 24 Jun 2018 11:09:20 +0000
(12:09 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 24 Jun 2018 11:09:20 +0000
(12:09 +0100)
src/spec/microtest.py
patch
|
blob
|
history
diff --git
a/src/spec/microtest.py
b/src/spec/microtest.py
index 528cc344b5d025dbbb62b264bad5b3333c83e636..3c73834a5ed6a899cf90cb65bf46ff1c5fcba76a 100644
(file)
--- a/
src/spec/microtest.py
+++ b/
src/spec/microtest.py
@@
-50,11
+50,11
@@
def pinspec(of):
ps = PinSpec(pinbanks, fixedpins, function_names)
# Bank A, 0-3
- ps.gpio("", ('A', 0), 0, 0,
6
)
+ ps.gpio("", ('A', 0), 0, 0,
3
)
ps.uart("0", ('A', 0), 1)
- ps.uart("1", ('A', 2), 1)
+
#
ps.uart("1", ('A', 2), 1)
ps.i2c("0", ('A', 1), 2)
- ps.i2c("1", ('A', 2), 4)
+
#
ps.i2c("1", ('A', 2), 4)
microtest = ['UART0', 'TWI0', ]
microtest_eint = []