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:
<>
Date:
Wed Jan 04 14:13:01 2017 +0000
Revision:
133:99b5ccf27215
Child:
160:5571c4ff569f
Release 133 of the mbed library

Ports for Upcoming Targets

3459: Target: Add new target UBLOX_EVK_NINA_B1 https://github.com/ARMmbed/mbed-os/pull/3459

Fixes and Changes

3430: Fix ci shield eeprom test https://github.com/ARMmbed/mbed-os/pull/3430
3381: STM32F1 : map ST HAL assert into MBED assert https://github.com/ARMmbed/mbed-os/pull/3381
3389: STM32F2 : map ST HAL assert into MBED assert https://github.com/ARMmbed/mbed-os/pull/3389
3390: STM32F3 : map ST HAL assert into MBED assert https://github.com/ARMmbed/mbed-os/pull/3390
3410: STM32L4 : map ST HAL assert into MBED assert https://github.com/ARMmbed/mbed-os/pull/3410
3422: Enable CAN on DISCO_F303VC https://github.com/ARMmbed/mbed-os/pull/3422
3442: Dev stm i2c f1 https://github.com/ARMmbed/mbed-os/pull/3442
3460: KSDK I2C: Update the return value to match the API documentation change https://github.com/ARMmbed/mbed-os/pull/3460
3472: [RZ/A1H]Fix TTB setting of RO_DATA area https://github.com/ARMmbed/mbed-os/pull/3472
3451: Rename KSDK2 to MCUXpresso. This is the new name of this package https://github.com/ARMmbed/mbed-os/pull/3451
3391: STM32F4 : map ST HAL assert into MBED assert https://github.com/ARMmbed/mbed-os/pull/3391
3454: STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files https://github.com/ARMmbed/mbed-os/pull/3454
3489: NUCLEO_F103RB - Correct CAN and PWM alternate-functions https://github.com/ARMmbed/mbed-os/pull/3489
3405: Repair the transmit mailbox (0,1,2) empty interrupt flag not clear BUG https://github.com/ARMmbed/mbed-os/pull/3405
3502: MCUXpresso I2C: Handle 0 byte write https://github.com/ARMmbed/mbed-os/pull/3502
3365: [NUC472/M453] Support USB device https://github.com/ARMmbed/mbed-os/pull/3365

Who changed what in which revision?

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