Skip to content

Commit 78af883

Browse files
authored
Update nrfx_config.h for SPIS
1 parent a1ad3e0 commit 78af883

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cores/nRF5/nordic/nrfx_config.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
#define NRFX_SPIM1_ENABLED 0 // used as I2C
1515
#define NRFX_SPIM2_ENABLED 1
1616

17+
#define NRFX_SPIS_ENABLED 0
18+
#define NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY 7
19+
#define NRFX_SPIS_CONFIG_LOG_ENABLED 0
20+
#define NRFX_SPIS_CONFIG_LOG_LEVEL 3
21+
#define NRFX_SPIS_CONFIG_INFO_COLOR 0
22+
#define NRFX_SPIS_CONFIG_DEBUG_COLOR 0
23+
24+
#define NRFX_SPIS0_ENABLED 0
25+
#define NRFX_SPIS1_ENABLED 0
26+
#define NRFX_SPIS2_ENABLED 0
27+
1728
#define NRFX_PWM_ENABLED 0
1829
#define NRFX_PWM0_ENABLED 0
1930
#define NRFX_PWM1_ENABLED 0

0 commit comments

Comments
 (0)