Skip to content

Commit 58b88c2

Browse files
committed
[nrf fromtree] modules: hal_nordic: nrfx: Enable external PPIB function
If SD2PPI configuration for GPPI is used, it indicates that external function for configuring PPIB need to be used. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> (cherry picked from commit 55450ea)
1 parent 1de0e83 commit 58b88c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/hal_nordic/nrfx/nrfx_kconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,10 @@
438438
#define NRFX_WDT_CONFIG_LOG_ENABLED 1
439439
#endif
440440

441+
#ifdef CONFIG_NRFX_GPPI_SD2PPI_GLOBAL
442+
#define NRFX_GPPI_CONFIG_DPPI_PPIB_EXT_FUNC 1
443+
#endif
444+
441445
#ifdef CONFIG_NRF52_ANOMALY_109_WORKAROUND
442446
#define NRF52_ERRATA_109_ENABLE_WORKAROUND 1
443447
#define NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE \

0 commit comments

Comments
 (0)