From: Luke Kenneth Casson Leighton Date: Sat, 9 May 2020 09:12:10 +0000 (+0100) Subject: mess about with microtest to get the scenario working X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fa01e55ca96fa80926153e057044deb6e4e7c9c;p=pinmux.git mess about with microtest to get the scenario working --- diff --git a/src/spec/microtest.py b/src/spec/microtest.py index caf9d84..ab957b6 100644 --- a/src/spec/microtest.py +++ b/src/spec/microtest.py @@ -56,16 +56,16 @@ def pinspec(): ) # Bank A, 0-3 - ps.gpio("0", ('A', 0), 0, 0, 3) - ps.uart("1", ('A', 0), 1) - #ps.uart("0", ('A', 0), 1) - #ps.uart("1", ('A', 2), 1) + ps.gpio("", ('A', 0), 0, 0, 3) + #ps.uart("", ('A', 0), 1) + ps.uart("0", ('A', 0), 1) + ps.uart("1", ('A', 2), 1) ps.i2c("0", ('A', 1), 2) - ps.i2c("1", ('A', 0), 3, limit=1) + ps.i2c("0", ('A', 3), 3, limit=1) #ps.i2c("0", ('A', 1), 2) #ps.i2c("1", ('A', 2), 4) - microtest = ['UART', 'TWI', ] + microtest = ['UART0', 'TWI0', ] microtest_eint = [] microtest_pwm = [] descriptions = {