This is a fork of the `events` subdirectory of https://github.com/ARMmbed/mbed-os

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Committer:
Christopher Haster
Date:
Thu Jun 16 05:53:11 2016 -0500
Revision:
6549:723eda4f0297
Parent:
6548:c08cb6087b0a
Child:
6892:5bf317924ef4
Added default value for MBED_CONF_CORE_STDIO_CONVERT_NEWLINES

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Christopher Haster 6548:c08cb6087b0a 1 {
Christopher Haster 6548:c08cb6087b0a 2 "name": "core",
Christopher Haster 6548:c08cb6087b0a 3 "config": {
Christopher Haster 6548:c08cb6087b0a 4 "stdio-convert-newlines": {
Christopher Haster 6549:723eda4f0297 5 "help": "Enable conversion to standard newlines on stdin/stdout",
Christopher Haster 6549:723eda4f0297 6 "value": false
Christopher Haster 6548:c08cb6087b0a 7 }
Christopher Haster 6548:c08cb6087b0a 8 }
Christopher Haster 6548:c08cb6087b0a 9 }