summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 7af3fdb..84ce271 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -155,6 +155,7 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
- xxd
- unzip
- Python Pillow
+ - curl
> **Note:** Due to the fast paced nature of development, this list might not be exhaustive.
Please refer to Tensorflow Lite Micro documentation for more info.
@@ -198,7 +199,7 @@ The build parameters are:
These parameters are optional and are only valid for Arm® *Cortex®-M* CPU targeted configurations. The default values
points to the `dependencies/cmsis`, `dependencies/cmsis-dsp` and `dependencies/cmsis-nn` git submodules.
Repositories are hosted here: [CMSIS-5](https://github.com/ARM-software/CMSIS_5.git),
- [CMSIS-DPS](https://github.com/ARM-software/CMSIS-DSP) and [CMSIS-NN](https://github.com/ARM-software/CMSIS-NN.git).
+ [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) and [CMSIS-NN](https://github.com/ARM-software/CMSIS-NN.git).
- `ETHOS_U_NPU_ENABLED`: Sets whether the use of *Ethos-U* NPU is available for the deployment target. By default, this
is set and therefore application is built with *Ethos-U* NPU supported.