Skip to content

Commit

Permalink
[nrf fromlist] modules: hal_nordic: nrfx: Fix DPPI support for nRF54L15
Browse files Browse the repository at this point in the history
Upstream PR: zephyrproject-rtos/zephyr#69079

Add required dppic interconnect files for nRF54L15.

Signed-off-by: Adam Kondraciuk <[email protected]>
  • Loading branch information
adamkondraciuk authored and gmarull committed Feb 16, 2024
1 parent a8dec43 commit 8cd3e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/hal_nordic/nrfx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_CLOCK_CONFIG NRF_SKIP_C

if(CONFIG_SOC_SERIES_NRF54LX AND CONFIG_NRFX_DPPI)
zephyr_library_sources(${HELPERS_DIR}/nrfx_gppi_dppi_ppib_lumos.c)
zephyr_library_sources(${NRFX_DIR}/soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c)
endif()

# Get the SVD file for the current SoC
Expand Down

0 comments on commit 8cd3e47

Please sign in to comment.