Home
last modified time | relevance | path

Searched refs:Pyboard (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/
A Drun-perfbench.py44 if isinstance(target, pyboard.Pyboard):
253 target = pyboard.Pyboard(args.device)
275 if isinstance(target, pyboard.Pyboard):
A Drun-internalbench.py74 pyb = pyboard.Pyboard("/dev/ttyACM0")
A Drun-natmodtests.py181 target = TargetPyboard(pyboard.Pyboard(args.device))
A Drun-multitests.py165 self.pyb = pyboard.Pyboard(device)
A Drun-tests661 pyb = pyboard.Pyboard(args.device, args.baudrate, args.user, args.password)
/AliOS-Things-master/components/py_engine/engine/tools/
A Dpyboard.py254 class Pyboard: class
537 setattr(Pyboard, "exec", Pyboard.exec_)
541 pyb = Pyboard(device, baudrate, user, password)
706 pyb = Pyboard(
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dpyboardextended.py6 from .pyboard import Pyboard, PyboardError, stdout_write_bytes, filesystem_command
11 from pyboard import Pyboard, PyboardError, stdout_write_bytes, filesystem_command
559 class PyboardExtended(Pyboard):

Completed in 11 milliseconds