Submodules
libnxembeddedtools.remoteapi.runner.abstract module
This module is used to abstract the interface runner (openocd or T32).
-
class
libnxembeddedtools.remoteapi.runner.abstract.
Runner
Bases:
ABC
Class representing a Runner.
-
abstract
start
() Start the runner.
Returns: True if run started successfully, False otherwise
Return type: Boolean
-
abstract
stop
() Stop the runner.
-
abstract
libnxembeddedtools.remoteapi.runner.factory module
-
libnxembeddedtools.remoteapi.runner.factory.
get
()
libnxembeddedtools.remoteapi.runner.lauterbach module
-
class
libnxembeddedtools.remoteapi.runner.lauterbach.
Runner
Bases:
Runner
-
start
() Start the runner.
Returns: True if run started successfully, False otherwise
Return type: Boolean
-
stop
() Stop the runner.
-
libnxembeddedtools.remoteapi.runner.openocd module
This module contains everything to start openocd
-
class
libnxembeddedtools.remoteapi.runner.openocd.
Runner
Bases:
Runner
-
start
() Start the runner.
Returns: True if run started successfully, False otherwise
Return type: Boolean
-
stop
() Stop the runner.
-