Searched full:nrfx_base (Results 1 – 5 of 5) sorted by relevance
23 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/
4 ifndef NRFX_BASE5 $(error NRFX_BASE must be set to the nrfx checkout folder)
28 -I${NRFX_BASE} \29 -I${NRFX_BASE}/mdk
44 -I${NRFX_BASE} \45 -I${NRFX_BASE}/mdk
8 NRFX_BASE: ${{ github.workspace }}/nrfx30 git clone -b v2.8.0 --depth=1 https://github.com/NordicSemiconductor/nrfx ${NRFX_BASE}