Exemplo n.º 1
0
 def __init__(self, options):
     """ ctor
     """
     self.mbed = Mbed(options)
     self.mutex = Lock()  # Used to sync console output prints
     self.print_thread = None
     self.print_thread_flag = False  # True, serial dump, False - serial dump stop (thread ends)
Exemplo n.º 2
0
 def __init__(self, options):
     """ ctor
     """
     HostTestResults.__init__(self)
     self.mbed = Mbed(options)