From 5479b075ef523328075d69c7ffc8e45b3cc87298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ku=C5=BAnia?= Date: Fri, 18 Oct 2024 15:55:43 +0200 Subject: [PATCH] add ppib --- .../boards/nrf54l15dk_nrf54l15_cpuapp.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samples/peripheral/802154_phy_test/boards/nrf54l15dk_nrf54l15_cpuapp.conf b/samples/peripheral/802154_phy_test/boards/nrf54l15dk_nrf54l15_cpuapp.conf index de1fc8626df1..80a94dbb6d39 100644 --- a/samples/peripheral/802154_phy_test/boards/nrf54l15dk_nrf54l15_cpuapp.conf +++ b/samples/peripheral/802154_phy_test/boards/nrf54l15dk_nrf54l15_cpuapp.conf @@ -16,6 +16,14 @@ CONFIG_NRFX_DPPI00=y CONFIG_NRFX_DPPI10=y CONFIG_NRFX_DPPI20=y CONFIG_NRFX_DPPI30=y +CONFIG_NRFX_PPIB00=y +CONFIG_NRFX_PPIB01=y +CONFIG_NRFX_PPIB10=y +CONFIG_NRFX_PPIB11=y +CONFIG_NRFX_PPIB20=y +CONFIG_NRFX_PPIB21=y +CONFIG_NRFX_PPIB22=y +CONFIG_NRFX_PPIB30=y # Set temperature sensor update period in ms CONFIG_NRF_802154_TEMPERATURE_UPDATE_PERIOD=10000