예제 #1
0
 def test_simple_start(self):
     get_oocd(
         chip_name="Esp32"
     )  # if any of files to launch is not exists will through an exception
예제 #2
0
 def __init__(self, methodName):
     super(DebuggerTestsBase, self).__init__(methodName)
     self.gdb = dbg.get_gdb()
     self.oocd = dbg.get_oocd()