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 <[email protected]>
1 parent fae1542 commit dbfe4a1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
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)