XCORE SDK
XCORE Software Development Kit
sl_wfx_configuration_defaults.h
1 /**************************************************************************/
17 #ifndef SL_WFX_CONFIGURATION_H
18 #define SL_WFX_CONFIGURATION_H
19 
20 #include "sl_wfx_configuration.h"
21 
22 #if defined(SL_COMPONENT_CATALOG_PRESENT)
23 #include "sl_component_catalog.h"
24 #endif
25 
26 #if defined(SL_CATALOG_WFX_BUS_SPI_PRESENT)
27 #define SL_WFX_USE_SPI
28 #endif
29 
30 #if defined(SL_CATALOG_WFX_BUS_SDIO_PRESENT)
31 #include "sl_wfx_bus_sdio_configuration.h"
32 #define SL_WFX_USE_SDIO
33 #endif
34 
35 #if defined(SL_CATALOG_WFX_SECURE_LINK_PRESENT)
36 #include "sl_wfx_secure_link_configuration.h"
37 #define SL_WFX_USE_SECURE_LINK
38 #endif
39 
40 #if defined(SL_CATALOG_POWER_MANAGER_PRESENT)
41 #define SLEEP_ENABLED
42 #endif
43 
48 #ifndef SL_WFX_DEFAULT_REQUEST_TIMEOUT_MS
49 #define SL_WFX_DEFAULT_REQUEST_TIMEOUT_MS 5000
50 #endif
51 
56 #ifndef SL_WFX_SLK_CURVE25519
57 #define SL_WFX_SLK_CURVE25519 0
58 #endif
59 
64 #ifndef SL_WFX_SDIO_BLOCK_SIZE
65 #define SL_WFX_SDIO_BLOCK_SIZE 64
66 #endif
67 
68 #endif // SL_WFX_CONFIGURATION_H