Home
last modified time | relevance | path

Searched full:nrfx_base (Results 1 – 5 of 5) sorted by relevance

/nrf_hw_models-3.6.0/docs/
DREADME.md23 the environment variable `NRFX_BASE` and `NATIVE_SIM_PATH` must be set.
24 `NRFX_BASE` must point to the path where nrfx has been cloned.
32 `NRFX_BASE` must be set as:
35 export NRFX_BASE=/some_path/nrfx/
/nrf_hw_models-3.6.0/
DMakefile4 ifndef NRFX_BASE
5 $(error NRFX_BASE must be set to the nrfx checkout folder)
D52833.mk28 -I${NRFX_BASE} \
29 -I${NRFX_BASE}/mdk
D5340.mk44 -I${NRFX_BASE} \
45 -I${NRFX_BASE}/mdk
/nrf_hw_models-3.6.0/.github/workflows/
Dbuild.yml8 NRFX_BASE: ${{ github.workspace }}/nrfx
30 git clone -b v2.8.0 --depth=1 https://github.com/NordicSemiconductor/nrfx ${NRFX_BASE}