Home
last modified time | relevance | path

Searched refs:PyboardError (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/tools/
A Dpyboard.py88 class PyboardError(Exception): class
340 raise PyboardError("could not enter raw repl")
350 raise PyboardError("could not enter raw repl")
355 raise PyboardError("could not enter raw repl")
423 raise PyboardError("could not enter raw repl")
467 raise PyboardError("exception", ret, ret_err)
597 except PyboardError as er:
709 except PyboardError as er:
719 except PyboardError as er:
733 except PyboardError as er:
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dmain.py184 except pyboard.PyboardError as er:
187 raise pyboard.PyboardError("no device found")
195 raise pyboard.PyboardError("no device with serial number {}".format(serial_number))
201 except pyboard.PyboardError as er:
275 except pyboard.PyboardError as er:
360 except pyboard.PyboardError as er:
A Dpyboardextended.py6 from .pyboard import Pyboard, PyboardError, stdout_write_bytes, filesystem_command
11 from pyboard import Pyboard, PyboardError, stdout_write_bytes, filesystem_command
/AliOS-Things-master/components/py_engine/tests/
A Drun-internalbench.py44 except pyboard.PyboardError:
A Drun-natmodtests.py93 except pyboard.PyboardError as er:
A Drun-perfbench.py49 except pyboard.PyboardError as er:
A Drun-multitests.py182 except pyboard.PyboardError as er:
A Drun-tests181 except pyboard.PyboardError as e:

Completed in 18 milliseconds