Example of redirecting stdout to an USBSerial stream

Dependencies:   max32630fthr USBDevice

Committer:
psionprime
Date:
Tue Apr 30 21:22:51 2019 +0000
Revision:
0:4435b6bafeba
- initial commit; - example of how to redirect stdout to USBSerial object

Who changed what in which revision?

UserRevisionLine numberNew contents of line
psionprime 0:4435b6bafeba 1 {
psionprime 0:4435b6bafeba 2 "target_overrides": {
psionprime 0:4435b6bafeba 3 "MAX32630FTHR": {
psionprime 0:4435b6bafeba 4 "platform.all-stats-enabled": true,
psionprime 0:4435b6bafeba 5 "platform.stdio-convert-newlines": true,
psionprime 0:4435b6bafeba 6 "platform.stdio-flush-at-exit": true
psionprime 0:4435b6bafeba 7 }
psionprime 0:4435b6bafeba 8 }
psionprime 0:4435b6bafeba 9 }