Skip to content

Commit 2401a72

Browse files
committed
Enable tracing
1 parent 7a9a999 commit 2401a72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mbed-os/mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"target_overrides": {
6666
"*": {
67-
"mbed-trace.enable": false,
67+
"mbed-trace.enable": true,
6868
"platform.stdio-convert-newlines": true,
6969
"platform.stdio-baud-rate": 115200,
7070
"platform.default-serial-baud-rate": 115200,

mbed-os/mbed_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
#define MBED_CONF_MBED_MESH_API_WISUN_UC_CHANNEL_FUNCTION 255 // set by library:mbed-mesh-api
153153
#define MBED_CONF_MBED_MESH_API_WISUN_UC_DWELL_INTERVAL 0 // set by library:mbed-mesh-api
154154
#define MBED_CONF_MBED_MESH_API_WISUN_UC_FIXED_CHANNEL 0xffff // set by library:mbed-mesh-api
155+
#define MBED_CONF_MBED_TRACE_ENABLE 1 // set by application[*]
155156
#define MBED_CONF_MCR20A_PROVIDE_DEFAULT 0 // set by library:mcr20a
156157
#define MBED_CONF_NANOSTACK_CONFIGURATION nanostack_full // set by library:nanostack
157158
#define MBED_CONF_NANOSTACK_HAL_CRITICAL_SECTION_USABLE_FROM_INTERRUPT 0 // set by library:nanostack-hal

0 commit comments

Comments
 (0)