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

Reduce memory footprint by using minimal console #44

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"macros": ["MBED_CPU_STATS_ENABLED"],
"target_overrides": {
"*": {
"platform.stdio-convert-newlines": 1
"platform.stdio-convert-newlines": true,
"platform.stdio-minimal-console-only": true
}
}
}