NuMaker Ethernet TCP

Committer:
ccli8
Date:
Tue Oct 16 14:17:49 2018 +0800
Revision:
15:17919a660e45
Parent:
14:7a9e90b34298
Change stdio configuration

1. Change baud rate to 115200
2. Enable newline conversion

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ccli8 14:7a9e90b34298 1 {
ccli8 14:7a9e90b34298 2 "target_overrides": {
ccli8 14:7a9e90b34298 3 "*": {
ccli8 15:17919a660e45 4 "platform.stdio-baud-rate" : 115200,
ccli8 15:17919a660e45 5 "platform.stdio-convert-newlines" : true,
ccli8 14:7a9e90b34298 6 "platform.heap-stats-enabled" : 1
ccli8 14:7a9e90b34298 7 }
ccli8 14:7a9e90b34298 8 }
ccli8 14:7a9e90b34298 9 }