mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Committer:
Anna Bridge
Date:
Wed Jan 17 15:23:54 2018 +0000
Revision:
180:96ed750bd169
Parent:
153:fa9ff456f731
Child:
184:08ed48f1de7f
mbed-dev libray. Release version 158

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 149:156823d33999 1 {
<> 149:156823d33999 2 "name": "platform",
<> 149:156823d33999 3 "config": {
<> 149:156823d33999 4 "stdio-convert-newlines": {
<> 149:156823d33999 5 "help": "Enable conversion to standard newlines on stdin/stdout",
<> 149:156823d33999 6 "value": false
<> 149:156823d33999 7 },
<> 149:156823d33999 8
<> 149:156823d33999 9 "stdio-baud-rate": {
<> 149:156823d33999 10 "help": "Baud rate for stdio",
<> 149:156823d33999 11 "value": 9600
<> 149:156823d33999 12 },
<> 149:156823d33999 13
<> 149:156823d33999 14 "stdio-flush-at-exit": {
<> 149:156823d33999 15 "help": "Enable or disable the flush of standard I/O's at exit.",
<> 149:156823d33999 16 "value": true
<> 149:156823d33999 17 },
<> 149:156823d33999 18
<> 149:156823d33999 19 "default-serial-baud-rate": {
<> 149:156823d33999 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
<> 149:156823d33999 21 "value": 9600
Anna Bridge 180:96ed750bd169 22 },
Anna Bridge 180:96ed750bd169 23
Anna Bridge 180:96ed750bd169 24 "force-non-copyable-error": {
Anna Bridge 180:96ed750bd169 25 "help": "Force compile time error when a NonCopyable object is copied",
Anna Bridge 180:96ed750bd169 26 "value": false
<> 149:156823d33999 27 }
<> 149:156823d33999 28 },
<> 149:156823d33999 29 "target_overrides": {
<> 149:156823d33999 30 "EFM32": {
<> 149:156823d33999 31 "stdio-baud-rate": 115200
<> 153:fa9ff456f731 32 },
<> 153:fa9ff456f731 33 "EFR32": {
<> 153:fa9ff456f731 34 "stdio-baud-rate": 115200
<> 149:156823d33999 35 }
<> 149:156823d33999 36 }
<> 149:156823d33999 37 }