mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-07 20:41:55 +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:
@@ -37,6 +37,9 @@ class Module(object):
|
||||
# serial).
|
||||
# 'connected' -- installed when a connection to to the target has been
|
||||
# established. This is the default.
|
||||
# 'setup' -- 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'.
|
||||
stage = 'connected'
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user