1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

doc/target: Update documentation for install_module

This commit is contained in:
Marc Bonnici 2019-10-22 13:32:35 +01:00
parent 76ef9e0364
commit d4f3316120

View File

@ -545,6 +545,14 @@ Target
: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
---------------