mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
doc: Fix references
This commit is contained in:
parent
2aeaedb8bc
commit
98e86efbda
@ -701,7 +701,7 @@ The interface should be implemented as follows
|
||||
are required to run the workload.
|
||||
|
||||
|
||||
.. instrument-reference:
|
||||
.. _instrument-reference:
|
||||
|
||||
Adding an Instrument
|
||||
---------------------
|
||||
|
@ -310,13 +310,15 @@ the first first spec first, then move on to second spec, etc. Again, please see
|
||||
:ref:`configuration-specification` for more details.
|
||||
|
||||
|
||||
Adding a new device interface
|
||||
Adding a new target interface
|
||||
-----------------------------
|
||||
|
||||
If you are working with a particularly unusual device (e.g. a early stage
|
||||
development board) or need to be able to handle some quirk of your Android build,
|
||||
configuration available in ``generic_android`` interface may not be enough for
|
||||
you. In that case, you may need to write a custom interface for your device. A
|
||||
device interface is an ``Extension`` (a plug-in) type in WA and is implemented
|
||||
similar to other extensions (such as workloads or instruments). Pleaser refer to
|
||||
:ref:`adding_a_device` section for information on how this may be done.
|
||||
development board) or need to be able to handle some quirk of your Android
|
||||
build, configuration available in ``generic_android`` interface may not be
|
||||
enough for you. In that case, you may need to write a custom interface for your
|
||||
device. A device interface is an ``Extension`` (a plug-in) type in WA and is
|
||||
implemented similar to other extensions (such as workloads or instruments).
|
||||
Pleaser refer to the
|
||||
:ref:`adding a custom target <adding-custom-target-example>` section for
|
||||
information on how this may be done.
|
||||
|
@ -218,7 +218,7 @@ the rest of the list augmentations to disable them.
|
||||
|
||||
This should give you basic functionality. If you are working with a development
|
||||
board or you need some advanced functionality additional configuration may be required.
|
||||
Please see the :ref:`device_setup` section for more details.
|
||||
Please see the :ref:`device setup <setting-up-a-device>` section for more details.
|
||||
|
||||
.. note:: In WA2 'Instrumentation' and 'Result Processors' were divided up into their
|
||||
own sections in the agenda. In WA3 they now fall under the same category of
|
||||
|
Loading…
x
Reference in New Issue
Block a user