Skip to content

Commit 18cd97a

Browse files
committed
add PRS, UARTE, SPI, TWI configuration
1 parent afbdfd4 commit 18cd97a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

platform/MCU/nRF52840/inc/sdk_config_system.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,17 @@
7979
#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16
8080
#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2
8181
#endif
82+
83+
#define NRFX_PRS_ENABLED 1
84+
#define NRFX_UART_ENABLED 0
85+
#define NRFX_UARTE_ENABLED 1
86+
#define NRFX_LPCOMP_ENABLED 0
87+
#define NRFX_SPIS_ENABLED 0
88+
#define NRFX_TWI_ENABLED 0
89+
#define NRFX_TWIM_ENABLED 0
90+
#define NRFX_TWIS_ENABLED 0
91+
92+
#define NRFX_SPI_ENABLED 0
93+
#define NRFX_SPIM_ENABLED 1
94+
#define SPI1_ENABLED 1
95+
#define SPI1_USE_EASY_DMA 1

0 commit comments

Comments
 (0)