doc: Update required Nordic nrfx version to 3.2

The HW models now provide replacements and hook to DPPI and TEMP
hal functions which do not exist until the release 3.2 of the nrfx.
So let's update the requirement.
This release also includes bugfixes in the dppi nrfy hal without
which we'd have link errors.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-10-20 10:43:49 +02:00
parent 90f4484cba
commit b0d95c2f70
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ If you want to integrate them in another way, please check the section
When compiling this component using the provided Makefile (not with Zephyr's build system),
the environment variable `NRFX_BASE` and `NATIVE_SIM_PATH` must be set.
`NRFX_BASE` must point to the path where a nrfx has been cloned.
The nrfx must be at least version 2.3.0.
The nrfx must be at least version 3.2.0.
So for example, if the nrfx has been cloned as:
```