mirror of https://github.com/ARMmbed/mbed-os.git
Merge commit 'a98f18974ae277f669bc2a95178bf0ab2eccc06b' into feature-wisun
* commit 'a98f18974ae277f669bc2a95178bf0ab2eccc06b': Squashed 'features/frameworks/mbed-trace/' changes from 6ced9711c4..b98f6a9050pull/14164/head
commit
15975a0a7e
|
@ -69,7 +69,12 @@ extern "C" {
|
||||||
#define MBED_CONF_MBED_TRACE_ENABLE 0
|
#define MBED_CONF_MBED_TRACE_ENABLE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MBED_CONF_MBED_TRACE_FEA_IPV6
|
#ifndef MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT
|
||||||
|
/* if libservice presence is not configured, enable it by default */
|
||||||
|
#define MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(MBED_CONF_MBED_TRACE_FEA_IPV6) && MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT
|
||||||
#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
|
#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#undef MBED_CONF_MBED_TRACE_ENABLE
|
#undef MBED_CONF_MBED_TRACE_ENABLE
|
||||||
#endif
|
#endif
|
||||||
#define MBED_CONF_MBED_TRACE_ENABLE 1
|
#define MBED_CONF_MBED_TRACE_ENABLE 1
|
||||||
#ifndef MBED_CONF_MBED_TRACE_FEA_IPV6
|
#if !defined(MBED_CONF_MBED_TRACE_FEA_IPV6) && MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT
|
||||||
#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
|
#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue