Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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!!!
module.json
- Committer:
- Seppo Takalo
- Date:
- 2016-10-03
- Revision:
- 201:dd058cec5f28
File content as of revision 201:dd058cec5f28:
{
"name": "mbed-trace",
"version": "1.2.1",
"description": "Trace library for mbed devices",
"keywords": [
"trace",
"debug",
"library",
"client",
"mbedOS",
"mbed"
],
"author": "Jussi Vatjus-Anttila",
"repository": {
"url": "https://github.com/ARMmbed/mbed-trace.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/mbed-trace",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"testTargetDependencies": {
"x86-linux-native": {
"cpputest": "ARMmbed/cpputest",
"nanostack-libservice": "^3.6.0"
},
"x86-windows-native": {
"cpputest": "ARMmbed/cpputest",
"nanostack-libservice": "^3.6.0"
}
},
"dependencies": {
"nanostack-libservice": "^3.6.0"
}
}