Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit bfc2716

Browse files
hugueskambaevedon
authored andcommitted
Reduce memory footprint by using minimal console (#44)
Using minimal console provides RAM savings of up 185 bytes and Flash savings of up to 1859 bytes.
1 parent d20270d commit bfc2716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"macros": ["MBED_CPU_STATS_ENABLED"],
33
"target_overrides": {
44
"*": {
5-
"platform.stdio-convert-newlines": 1
5+
"platform.stdio-convert-newlines": true,
6+
"platform.stdio-minimal-console-only": true
67
}
78
}
89
}

0 commit comments

Comments
 (0)