File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
Service_Libs/mdns/fnet/fnet_stack/port/compiler Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"macros" : [" NS_USE_EXTERNAL_MBED_TLS" ],
11
11
"target_overrides" : {
12
- "KW24D" : {
13
- "nanostack.configuration" : " lowpan_router"
14
- },
15
- "NCS36510" : {
16
- "nanostack.configuration" : " lowpan_router"
17
- },
18
12
"TB_SENSE_12" : {
19
13
"nanostack.configuration" : " lowpan_router"
20
14
},
Original file line number Diff line number Diff line change 94
94
#elif defined(__clang__ )
95
95
#define FNET_CFG_COMP_CLANG (1)
96
96
#define FNET_COMP_STR "CLANG"
97
- /* Keil uVision compiler using armcc. */
98
- #elif defined(__CC_ARM )
99
- #define FNET_CFG_COMP_UV (1)
100
- #define FNET_COMP_STR "UV"
101
97
/* GNU GCC */
102
98
#elif defined(__GNUC__ )
103
99
#define FNET_CFG_COMP_GNUC (1)
Original file line number Diff line number Diff line change 24
24
25
25
#include "ns_types.h"
26
26
27
- #ifdef __CC_ARM
28
- #pragma diag_suppress 546 // transfer of control bypasses initialization
29
- #endif
30
-
31
27
#define __ns_cfg_header (x ) #x
32
28
#define _ns_cfg_header (x ) __ns_cfg_header(configs/cfg_##x.h)
33
29
#define ns_cfg_header (x ) _ns_cfg_header(x)
You can’t perform that action at this time.
0 commit comments