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:
Wed Jun 15 20:57:25 2016 -0500
Revision:
6548:c08cb6087b0a
Child:
6549:723eda4f0297
Added config option for newline conversion

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 6548:c08cb6087b0a 5 "help": "Enable conversion to standard newlines on stdin/stdout"
Christopher Haster 6548:c08cb6087b0a 6 }
Christopher Haster 6548:c08cb6087b0a 7 }
Christopher Haster 6548:c08cb6087b0a 8 }