Skip to content

Commit

Permalink
docs: Add LinuxTarget and LocalLinuxTarget to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbonnici committed Jan 2, 2020
1 parent 52e4b63 commit fc026ce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/target.rst
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,24 @@ Target
Installs an additional module to the target after the initial setup has been
performed.

Linux Target
------------

.. class:: LinuxTarget(connection_settings=None, platform=None, working_directory=None, executables_directory=None, connect=True, modules=None, load_default_modules=True, shell_prompt=DEFAULT_SHELL_PROMPT, conn_cls=SshConnection, is_container=False,)

:class:`LinuxTarget` is a subclass of :class:`~devlib.target.Target`
with customisations specific to a device running linux.


Local Linux Target
------------------

.. class:: LocalLinuxTarget(connection_settings=None, platform=None, working_directory=None, executables_directory=None, connect=True, modules=None, load_default_modules=True, shell_prompt=DEFAULT_SHELL_PROMPT, conn_cls=SshConnection, is_container=False,)

:class:`LocalLinuxTarget` is a subclass of
:class:`~devlib.target.LinuxTarget` with customisations specific to using
the host machine running linux as the target.


Android Target
---------------
Expand Down

0 comments on commit fc026ce

Please sign in to comment.