Skip to content

Commit 81ed343

Browse files
rugeGerritsenkartben
authored andcommitted
modules: hal_nordic: nrfx: Compile NRFX_GPPI modules for 54lbsim
We should use CONFIG_SOC_COMPATIBLE_NRF54L15 whenever possible. With the current bsim model of 54L these files do not yet compile, but that can be added separately. Compilation warning: ``` /nrfx_interconnect_dppic_ppib.c:158:36: warning: implicit declaration of function ‘nrf_address_bus_get’ [-Wimplicit-function-declaration] 158 | uint8_t bus_address_area = nrf_address_bus_get(addr, p_dppic->apb_size); | ^~~~~~~~~~~~~~~~~~~ ``` Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent cd64d03 commit 81ed343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ if(CONFIG_SOC_NRF54L20_ENGA_CPUAPP)
196196
zephyr_compile_definitions(NRF_SKIP_TAMPC_SETUP)
197197
endif()
198198

199-
if(CONFIG_SOC_SERIES_NRF54LX AND CONFIG_NRFX_GPPI)
199+
if(CONFIG_SOC_COMPATIBLE_NRF54LX AND CONFIG_NRFX_GPPI)
200200
zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_dppi_ppib_lumos.c)
201201
zephyr_library_sources(${NRFX_DIR}/soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c)
202202
endif()

0 commit comments

Comments
 (0)