EVE 1.0
sdk_config.h
1 #ifndef EVE_NRF_SDK_CONFIG_H_INCLUDED
2 #define EVE_NRF_SDK_CONFIG_H_INCLUDED
3 
4 //#warning sdk_config.h included
5 
6 #define PERIPHERAL_RESOURCE_SHARING_ENABLED 0
7 
8 #define HAL_NFC_CONFIG_LOG_ENABLED 0
9 
10 #define HAL_NFC_CONFIG_DEBUG_PIN_ENABLED 0
11 
12 #define NFC_HAL_ENABLED 1
13 
14 #define HAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND
15 
16 #define CLOCK_ENABLED 1
17 #define CLOCK_CONFIG_XTAL_FREQ 0
18 #define CLOCK_CONFIG_LF_SRC 1
19 #define CLOCK_CONFIG_IRQ_PRIORITY 6
20 
21 #define SAADC_ENABLED 1
22 
23 #define CRC16_ENABLED 1
24 
25 #define CRC32_ENABLED 1
26 
27 #endif