Lines Matching full:nrfx
3 This repo contains models of the nRF5x HW peripherals and some replacement nrfx
4 HAL functions. When used in combination with the real nrfx, these should enable code
5 meant for the nrfx to run without needing further changes.
21 `NRFX_BASE` must point to the path where a nrfx has been cloned.
22 The nrfx must be at least version 2.3.0.
23 So for example, if the nrfx has been cloned as:
26 cd /some_path/nrfx/
27 git clone git@github.com:NordicSemiconductor/nrfx.git .
32 export NRFX_BASE=/some_path/nrfx/
35 See the [nrfx/hal/README.md](../src/nrfx/hal/README.md) for more details.
41 In that case, the Zephyr's versions of the nrfx HAL and the native simulator will be used by