File tree 3 files changed +7
-11
lines changed
3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"macros" : [
3
- " MBED_HEAP_STATS_ENABLED=1" ,
4
- " MBED_STACK_STATS_ENABLED=1" ,
5
- " MBED_MEM_TRACING_ENABLED=1" ,
6
3
" NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8"
7
4
],
8
5
"target_overrides" : {
9
6
"*" : {
10
7
"target.printf_lib" : " std" ,
11
- "platform.stdio-buffered-serial" : true ,
8
+ "platform.stdio-buffered-serial" : false ,
12
9
"platform.stdio-baud-rate" : 115200 ,
13
10
"platform.default-serial-baud-rate" : 115200 ,
14
11
"platform.callback-nontrivial" : true ,
15
12
"rtos.main-thread-stack-size" : 32768 ,
16
13
"cordio.max-connections" : 5 ,
14
+ "platform.all-stats-enabled" : true ,
17
15
"target.mbed_app_start" : " 0x10000"
18
16
}
19
17
}
Original file line number Diff line number Diff line change 2
2
"target_overrides" : {
3
3
"*" : {
4
4
"target.printf_lib" : " std" ,
5
+ "platform.stdio-buffered-serial" : false ,
5
6
"target.usb_speed" : " USE_USB_OTG_FS" ,
6
7
"platform.stdio-baud-rate" : 115200 ,
7
8
"platform.default-serial-baud-rate" : 115200 ,
8
9
"platform.callback-nontrivial" : true ,
10
+ "platform.all-stats-enabled" : true ,
9
11
"rtos.main-thread-stack-size" : 32768 ,
10
12
"cordio.max-connections" : 5 ,
11
13
"target.macros_add" : [
12
- " MBED_HEAP_STATS_ENABLED=1" ,
13
- " MBED_STACK_STATS_ENABLED=1" ,
14
- " MBED_MEM_TRACING_ENABLED=1" ,
15
14
" METAL_INTERNAL" ,
16
15
" VIRTIO_SLAVE_ONLY" ,
17
16
" NO_ATOMIC_64_SUPPORT" ,
Original file line number Diff line number Diff line change 2
2
"target_overrides" : {
3
3
"*" : {
4
4
"target.printf_lib" : " std" ,
5
- "platform.stdio-buffered-serial" : true ,
5
+ "platform.stdio-buffered-serial" : false ,
6
6
"platform.stdio-baud-rate" : 115200 ,
7
7
"platform.default-serial-baud-rate" : 115200 ,
8
8
"platform.callback-nontrivial" : true ,
9
+ "platform.all-stats-enabled" : true ,
10
+ "platform.memory-tracing-enabled" : true ,
9
11
"rtos.main-thread-stack-size" : 32768 ,
10
12
"cordio.max-connections" : 5 ,
11
13
"target.mbed_app_start" : " 0x8040000" ,
12
14
"target.macros_add" : [
13
- " MBED_HEAP_STATS_ENABLED=1" ,
14
- " MBED_STACK_STATS_ENABLED=1" ,
15
- " MBED_MEM_TRACING_ENABLED=1" ,
16
15
" METAL_INTERNAL" ,
17
16
" VIRTIO_MASTER_ONLY" ,
18
17
" NO_ATOMIC_64_SUPPORT" ,
You can’t perform that action at this time.
0 commit comments