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!!!
Diff: module.json
- Revision:
- 201:dd058cec5f28
diff -r 000000000000 -r dd058cec5f28 module.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json Mon Oct 03 14:40:33 2016 +0300
@@ -0,0 +1,38 @@
+{
+ "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"
+ }
+}