1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-03 18:41:54 +01:00

doc: documeting connections

This commit is contained in:
Sergei Trofimov
2016-12-07 18:03:44 +00:00
parent 925fccb4f9
commit 01253100cd
3 changed files with 160 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ Target
:class:`Instrument`).
:param connection_settings: A ``dict`` that specifies how to connect to the remote
device. Its contents depend on the specific :class:`Target` type used (e.g.
:class:`AndroidTarget` expects the adb ``device`` name).
device. Its contents depend on the specific :class:`Target` type (used see
:ref:`connection-types`\ ).
:param platform: A :class:`Target` defines interactions at Operating System level. A
:class:`Platform` describes the underlying hardware (such as CPUs