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:
Wolfgang Betz
Date:
Tue Sep 05 09:09:24 2017 +0200
Revision:
9832:b95afde9ef7e
Parent:
9831:68f03f5d2dd2
Merge branch 'master' of hg::http://developer.mbed.org/teams/ST/code/ST_Events into events-split

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Bogdan Marinescu 1:d3c61132bcb3 1 {
Bogdan Marinescu 1:d3c61132bcb3 2 "name": "events",
Bogdan Marinescu 1:d3c61132bcb3 3 "config": {
Kevin Bracey 9831:68f03f5d2dd2 4 "present": 1,
Kevin Bracey 9831:68f03f5d2dd2 5 "shared-stacksize": {
Kevin Bracey 9831:68f03f5d2dd2 6 "help": "Stack size (bytes) for shared event queue thread",
Kevin Bracey 9831:68f03f5d2dd2 7 "value": 1024
Kevin Bracey 9831:68f03f5d2dd2 8 },
Kevin Bracey 9831:68f03f5d2dd2 9 "shared-eventsize": {
Kevin Bracey 9831:68f03f5d2dd2 10 "help": "Event buffer size (bytes) for shared event queue",
Kevin Bracey 9831:68f03f5d2dd2 11 "value": 256
Kevin Bracey 9831:68f03f5d2dd2 12 },
Kevin Bracey 9831:68f03f5d2dd2 13 "shared-dispatch-from-application": {
Kevin Bracey 9831:68f03f5d2dd2 14 "help": "No thread created for shared event queue - application will call dispatch from another thread (eg dispatch_forever at end of main)",
Kevin Bracey 9831:68f03f5d2dd2 15 "value": false
Kevin Bracey 9831:68f03f5d2dd2 16 },
Kevin Bracey 9831:68f03f5d2dd2 17 "shared-highprio-stacksize": {
Kevin Bracey 9831:68f03f5d2dd2 18 "help": "Stack size (bytes) for shared high-priority event queue thread",
Kevin Bracey 9831:68f03f5d2dd2 19 "value": 1024
Kevin Bracey 9831:68f03f5d2dd2 20 },
Kevin Bracey 9831:68f03f5d2dd2 21 "shared-highprio-eventsize": {
Kevin Bracey 9831:68f03f5d2dd2 22 "help": "Event buffer size (bytes) for shared high-priority event queue",
Kevin Bracey 9831:68f03f5d2dd2 23 "value": 256
Kevin Bracey 9831:68f03f5d2dd2 24 }
Bogdan Marinescu 1:d3c61132bcb3 25 }
Bogdan Marinescu 1:d3c61132bcb3 26 }