1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-01 09:31:53 +01:00

modules: Update docs with 'setup' stage for module initialization

Update documentation to include the 'setup' stage for module
initialization.
This commit is contained in:
Marc Bonnici
2018-10-10 10:25:17 +01:00
committed by setrofim
parent 8654a6dc2b
commit fa41bb01d2
2 changed files with 6 additions and 0 deletions

View File

@@ -212,6 +212,9 @@ define the following class attributes:
:early: The module will be installed when a :class:`Target` is first
created. This should be used for modules that do not rely on a
live connection to the target.
:setup: The module will be installed after initial setup of the device
has been performed. This allows the module to utilize assets
deployed during the setup stage for example 'Busybox'.
Additionally, a module must implement a static (or class) method :func:`probe`: