10000
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 ae3dfce commit 8feee9aCopy full SHA for 8feee9a
ports/nrf/boards/pca10090/mpconfigboard.h
@@ -34,7 +34,7 @@
34
#define MICROPY_PY_MACHINE_HW_PWM (0)
35
#define MICROPY_PY_MACHINE_HW_SPI (1)
36
#define MICROPY_PY_MACHINE_TIMER (0)
37
-#define MICROPY_PY_MACHINE_RTCOUNTER (0)
+#define MICROPY_PY_MACHINE_RTCOUNTER (1)
38
#define MICROPY_PY_MACHINE_I2C (1)
39
#define MICROPY_PY_MACHINE_ADC (0)
40
#define MICROPY_PY_MACHINE_TEMP (0)
ports/nrf/nrfx_config.h
@@ -130,7 +130,7 @@
130
#define NRFX_RTC_ENABLED (MICROPY_PY_MACHINE_RTCOUNTER)
131
#define NRFX_RTC0_ENABLED 1
132
#define NRFX_RTC1_ENABLED 1
133
-#define NRFX_RTC2_ENABLED (!NRF51)
+#define NRFX_RTC2_ENABLED (!NRF51) && (!NRF9160_XXAA)
134
135
#define NRFX_TIMER_ENABLED (MICROPY_PY_MACHINE_TIMER)
136
#define NRFX_TIMER0_ENABLED 1
0 commit comments