Skip to content

Commit d04a96d

Browse files
author
Arto Kinnunen
authored
Merge pull request #2361 from ARMmbed/sync_with_mbedos
Sync with Mbed OS
2 parents 2c2b915 + 76ac0de commit d04a96d

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

mbed_lib.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
},
1010
"macros": ["NS_USE_EXTERNAL_MBED_TLS"],
1111
"target_overrides": {
12-
"KW24D": {
13-
"nanostack.configuration": "lowpan_router"
14-
},
15-
"NCS36510": {
16-
"nanostack.configuration": "lowpan_router"
17-
},
1812
"TB_SENSE_12": {
1913
"nanostack.configuration": "lowpan_router"
2014
},

source/Service_Libs/mdns/fnet/fnet_stack/port/compiler/fnet_comp_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@
9494
#elif defined(__clang__)
9595
#define FNET_CFG_COMP_CLANG (1)
9696
#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"
10197
/* GNU GCC */
10298
#elif defined(__GNUC__)
10399
#define FNET_CFG_COMP_GNUC (1)

source/nsconfig.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424

2525
#include "ns_types.h"
2626

27-
#ifdef __CC_ARM
28-
#pragma diag_suppress 546 // transfer of control bypasses initialization
29-
#endif
30-
3127
#define __ns_cfg_header(x) #x
3228
#define _ns_cfg_header(x) __ns_cfg_header(configs/cfg_##x.h)
3329
#define ns_cfg_header(x) _ns_cfg_header(x)

0 commit comments

Comments
 (0)