The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
Anna Bridge
Date:
Wed May 10 11:31:27 2017 +0100
Revision:
142:4eea097334d6
Child:
160:5571c4ff569f
Release 142 of the mbed library

Ports for Upcoming Targets


Fixes and Changes

4059: [Silicon Labs] Rename targets https://github.com/ARMmbed/mbed-os/pull/4059
4187: [NCS36510] Reduce default heap size allocated by IAR to 1/4 of RAM https://github.com/ARMmbed/mbed-os/pull/4187
4225: fixed missing device_name for xDot and removed progen https://github.com/ARMmbed/mbed-os/pull/4225
4251: Fix C++11 build error w/ u-blox EVK-ODIN-W2 https://github.com/ARMmbed/mbed-os/pull/4251
4236: STM32 Fixed warning related to __packed redefinition https://github.com/ARMmbed/mbed-os/pull/4236
4190: LPC4088: Enable LWIP feature https://github.com/ARMmbed/mbed-os/pull/4190
4260: Inherit Xadow M0 target from LPC11U35_501 https://github.com/ARMmbed/mbed-os/pull/4260
4249: Add consistent button names across targets https://github.com/ARMmbed/mbed-os/pull/4249

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Anna Bridge 142:4eea097334d6 1 {
Anna Bridge 142:4eea097334d6 2 "name": "platform",
Anna Bridge 142:4eea097334d6 3 "config": {
Anna Bridge 142:4eea097334d6 4 "stdio-convert-newlines": {
Anna Bridge 142:4eea097334d6 5 "help": "Enable conversion to standard newlines on stdin/stdout",
Anna Bridge 142:4eea097334d6 6 "value": false
Anna Bridge 142:4eea097334d6 7 },
Anna Bridge 142:4eea097334d6 8
Anna Bridge 142:4eea097334d6 9 "stdio-baud-rate": {
Anna Bridge 142:4eea097334d6 10 "help": "Baud rate for stdio",
Anna Bridge 142:4eea097334d6 11 "value": 9600
Anna Bridge 142:4eea097334d6 12 },
Anna Bridge 142:4eea097334d6 13
Anna Bridge 142:4eea097334d6 14 "stdio-flush-at-exit": {
Anna Bridge 142:4eea097334d6 15 "help": "Enable or disable the flush of standard I/O's at exit.",
Anna Bridge 142:4eea097334d6 16 "value": true
Anna Bridge 142:4eea097334d6 17 },
Anna Bridge 142:4eea097334d6 18
Anna Bridge 142:4eea097334d6 19 "default-serial-baud-rate": {
Anna Bridge 142:4eea097334d6 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
Anna Bridge 142:4eea097334d6 21 "value": 9600
Anna Bridge 142:4eea097334d6 22 }
Anna Bridge 142:4eea097334d6 23 },
Anna Bridge 142:4eea097334d6 24 "target_overrides": {
Anna Bridge 142:4eea097334d6 25 "EFM32": {
Anna Bridge 142:4eea097334d6 26 "stdio-baud-rate": 115200
Anna Bridge 142:4eea097334d6 27 },
Anna Bridge 142:4eea097334d6 28 "EFR32": {
Anna Bridge 142:4eea097334d6 29 "stdio-baud-rate": 115200
Anna Bridge 142:4eea097334d6 30 }
Anna Bridge 142:4eea097334d6 31 }
Anna Bridge 142:4eea097334d6 32 }