summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2022-09-05 15:07:56 +0100
committerNina Drozd <nina.drozd@arm.com>2022-09-05 16:13:32 +0100
commit72eec15eddf0822a138df029b4afaf2b137dd356 (patch)
tree33ce32f296d4848b6197ff67f7b13b4378b63275 /docs/sections/building.md
parent6d1e521014fc1db6f587083a2d9b47a03d88af0d (diff)
downloadml-embedded-evaluation-kit-72eec15eddf0822a138df029b4afaf2b137dd356.tar.gz
MLECO-3538: Minor documentation updates
* updated table of contents for building page * point to timing adapter page * updates to timing adapter page links and tables Change-Id: I54bde77db1a082afddae0abe109fa1369506057c
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 5cfb1a1..2306385 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -20,7 +20,7 @@
- [Configuring the build for simple-platform](./building.md#configuring-the-build-for-simple_platform)
- [Building with CMakePresets](./building.md#building-with-cmakepresets)
- [Building the configured project](./building.md#building-the-configured-project)
- - [Building timing adapter with custom options](./timing_adapters.md#building-timing-adapter-with-custom-options)
+ - [Building timing adapter with custom options](./building.md#building-timing-adapter-with-custom-options)
- [Add custom inputs](./building.md#add-custom-inputs)
- [Add custom model](./building.md#add-custom-model)
- [Optimize custom model with Vela compiler](./building.md#optimize-custom-model-with-vela-compiler)
@@ -645,6 +645,10 @@ Where for each implemented use-case under the `source/use-case` directory, the f
> **Note:** For the specific use-case commands, refer to the relative section in the use-case documentation.
+## Building timing adapter with custom options
+
+For custom configuration of timing adapter see [Timing adapter](./timing_adapters.md#timing-adapter)
+
## Add custom inputs
The application performs inference on input data found in the folder set by the CMake parameters, for more information