Skip to content

Commit c94ae90

Browse files
authored
Merge pull request #11622 from trowbridgec/increase-nrfx-gpiote-config-num-of-low-power-events
nRF52 SDK 15.0 - Enable more than 1 interrupt
2 parents a0dfcfb + 26ebc99 commit c94ae90

File tree

2 files changed

+2
-2
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52

2 files changed

+2
-2
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/config/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@
18661866
#endif
18671867
// <o> NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins
18681868
#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
1869-
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
1869+
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4
18701870
#endif
18711871

18721872
// <o> NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@
18661866
#endif
18671867
// <o> NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins
18681868
#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
1869-
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
1869+
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4
18701870
#endif
18711871

18721872
// <o> NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority

0 commit comments

Comments
 (0)