mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
doc/target: Update documentation for install_module
This commit is contained in:
parent
76ef9e0364
commit
d4f3316120
@ -545,6 +545,14 @@ Target
|
|||||||
|
|
||||||
:returns: ``True`` if internet seems available, ``False`` otherwise.
|
:returns: ``True`` if internet seems available, ``False`` otherwise.
|
||||||
|
|
||||||
|
.. method:: Target.install_module(mod, **params)
|
||||||
|
:param mod: The module name or object to be installed to the target.
|
||||||
|
:param params: Keyword arguments used to instantiate the module.
|
||||||
|
|
||||||
|
Installs an additional module to the target after the initial setup has been
|
||||||
|
performed.
|
||||||
|
|
||||||
|
|
||||||
Android Target
|
Android Target
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user