File tree 3 files changed +24
-0
lines changed
examples/platform/silabs/efr32/rs911x
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 20
20
21
21
#include "rsi_wlan_defines.h"
22
22
23
+ #if (SL_MATTER_GN_BUILD == 0 )
24
+ #include "sl_matter_wifi_config.h"
25
+ #endif // SL_MATTER_GN_BUILD
26
+
23
27
//! Enable feature
24
28
#define RSI_ENABLE 1
25
29
//! Disable feature
Original file line number Diff line number Diff line change 32
32
33
33
#include <stdlib.h>
34
34
35
+ #if (SL_MATTER_GN_BUILD == 0 )
36
+ #include "sl_matter_wifi_config.h"
37
+ #endif // SL_MATTER_GN_BUILD
38
+
35
39
#define NO_SYS 0
36
40
#define MEM_ALIGNMENT (4)
37
41
#define MEMP_NUM_TCP_SEG (TCP_SND_QUEUELEN + 1)
90
94
91
95
#define MEMP_NUM_NETCONN (0)
92
96
97
+ #if CHIP_DEVICE_CONFIG_ENABLE_IPV4
98
+ #define LWIP_IPV4 1
99
+ #else
100
+ #define LWIP_IPV4 0
101
+ #endif // CHIP_DEVICE_CONFIG_ENABLE_IPV4
102
+
93
103
#ifndef LWIP_ARP
94
104
#define LWIP_ARP (LWIP_IPV4)
95
105
#endif /* LWIP_ARP */
Original file line number Diff line number Diff line change 32
32
33
33
#include <stdlib.h>
34
34
35
+ #if (SL_MATTER_GN_BUILD == 0 )
36
+ #include "sl_matter_wifi_config.h"
37
+ #endif // SL_MATTER_GN_BUILD
38
+
35
39
#define NO_SYS 0
36
40
#define MEM_ALIGNMENT (4)
37
41
#define MEMP_NUM_TCP_SEG (TCP_SND_QUEUELEN + 1)
91
95
92
96
#define MEMP_NUM_NETCONN (0)
93
97
98
+ #if CHIP_DEVICE_CONFIG_ENABLE_IPV4
99
+ #define LWIP_IPV4 1
100
+ #else
101
+ #define LWIP_IPV4 0
102
+ #endif // CHIP_DEVICE_CONFIG_ENABLE_IPV4
103
+
94
104
#ifndef LWIP_ARP
95
105
#define LWIP_ARP (LWIP_IPV4)
96
106
#endif /* LWIP_ARP */
You can’t perform that action at this time.
0 commit comments