![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Example of redirecting stdout to an USBSerial stream
Dependencies: max32630fthr USBDevice
mbed_app.json@0:4435b6bafeba, 2019-04-30 (annotated)
- 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?
User | Revision | Line number | New 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 | } |