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 22 00:38:41 2016 -0500
Revision:
6892:5bf317924ef4
Parent:
6549:723eda4f0297
Child:
8173:2607621faaf2
Child:
8146:853c461cbdc0
Added config option for stdio baud rate

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 6892:5bf317924ef4 7 },
Christopher Haster 6892:5bf317924ef4 8
Christopher Haster 6892:5bf317924ef4 9 "stdio-baud-rate": {
Christopher Haster 6892:5bf317924ef4 10 "help": "Baud rate for stdio",
Christopher Haster 6892:5bf317924ef4 11 "value": 9600
Christopher Haster 6548:c08cb6087b0a 12 }
Christopher Haster 6548:c08cb6087b0a 13 }
Christopher Haster 6548:c08cb6087b0a 14 }