nrf52_bsim: Support full include paths of nrfx hal files
In #10543 some include directives are modified to include some folders in the path to the nrfx hal headers. This would break things with the previous nRF52 HW models as the replacement hal files were not placed in a folder matching that path, and the include path was not pointing directly at the folder containing the files. Therefore, require the latest HW models version (which replicates that folder structure), and add a new -I for the compiler 2 folders higher. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
386846fbff
commit
5b5bd09d5b
2 changed files with 3 additions and 2 deletions
|
@ -58,7 +58,8 @@ zephyr_library_compile_definitions(NO_POSIX_CHEATS)
|
|||
|
||||
zephyr_include_directories(
|
||||
fake
|
||||
$ENV{BSIM_COMPONENTS_PATH}/ext_NRF52_hw_models/src/nrfx_hal/
|
||||
$ENV{BSIM_COMPONENTS_PATH}/ext_NRF52_hw_models/src/
|
||||
$ENV{BSIM_COMPONENTS_PATH}/ext_NRF52_hw_models/src/nrfx/hal/
|
||||
$ENV{BSIM_COMPONENTS_PATH}/ext_NRF52_hw_models/src/HW_models/
|
||||
)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
v1.0
|
||||
v1.1
|
Loading…
Add table
Add a link
Reference in a new issue