We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ad3e0 commit 78af883Copy full SHA for 78af883
cores/nRF5/nordic/nrfx_config.h
@@ -14,6 +14,17 @@
14
#define NRFX_SPIM1_ENABLED 0 // used as I2C
15
#define NRFX_SPIM2_ENABLED 1
16
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
28
#define NRFX_PWM_ENABLED 0
29
#define NRFX_PWM0_ENABLED 0
30
#define NRFX_PWM1_ENABLED 0
0 commit comments