mess about with microtest to get the scenario working
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 9 May 2020 09:12:10 +0000 (10:12 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 9 May 2020 09:14:35 +0000 (10:14 +0100)
src/spec/microtest.py

index caf9d843dd2f0bc95dd386d4c5e974b29d2bd9a0..ab957b6ae8dc6c596ecf820c6ec3c30d80b449ea 100644 (file)
@@ -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 = {