Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

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.

Module contents

  • No labels