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!!!

mbed_lib.json

Committer:
Wolfgang Betz
Date:
2017-09-05
Revision:
9832:b95afde9ef7e
Parent:
9831:68f03f5d2dd2

File content as of revision 9832:b95afde9ef7e:

{
    "name": "events",
    "config": {
        "present": 1,
        "shared-stacksize": {
            "help": "Stack size (bytes) for shared event queue thread",
            "value": 1024
        },
        "shared-eventsize": {
            "help": "Event buffer size (bytes) for shared event queue",
            "value": 256
        },
        "shared-dispatch-from-application": {
            "help": "No thread created for shared event queue - application will call dispatch from another thread (eg dispatch_forever at end of main)",
            "value": false
        },
        "shared-highprio-stacksize": {
            "help": "Stack size (bytes) for shared high-priority event queue thread",
            "value": 1024
        },
        "shared-highprio-eventsize": {
            "help": "Event buffer size (bytes) for shared high-priority event queue",
            "value": 256
        }
    }
}