Skip to content

Commit dbfe4a1

Browse files
e-rknika-nordic
authored andcommitted
nrfx: samples: enable nrfx_gppi explicitly
The nrfx_gppi untility is now enabled with a dedicated kconfig. Use it in the samples that require the GPPI functionality. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
1 parent fae1542 commit dbfe4a1

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_NRFX_TIMER0=y
22
CONFIG_GPIO=n
33
CONFIG_NRFX_GPIOTE0=y
4+
CONFIG_NRFX_GPPI=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_NRFX_TIMER0=y
22
CONFIG_GPIO=n
33
CONFIG_NRFX_GPIOTE0=y
4+
CONFIG_NRFX_GPPI=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_GPIO=n
22
CONFIG_NRFX_GPIOTE0=y
33
CONFIG_NRFX_SAADC=y
4+
CONFIG_NRFX_GPPI=y

0 commit comments

Comments
 (0)