Preliminary main mbed library for nexpaq development
features/FEATURE_COMMON_PAL/mbed-trace/module.json@0:6c56fb4bc5f0, 2016-11-04 (annotated)
- Committer:
- nexpaq
- Date:
- Fri Nov 04 20:27:58 2016 +0000
- Revision:
- 0:6c56fb4bc5f0
Moving to library for sharing updates
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nexpaq | 0:6c56fb4bc5f0 | 1 | { |
nexpaq | 0:6c56fb4bc5f0 | 2 | "name": "mbed-trace", |
nexpaq | 0:6c56fb4bc5f0 | 3 | "version": "1.2.1", |
nexpaq | 0:6c56fb4bc5f0 | 4 | "description": "Trace library for mbed devices", |
nexpaq | 0:6c56fb4bc5f0 | 5 | "keywords": [ |
nexpaq | 0:6c56fb4bc5f0 | 6 | "trace", |
nexpaq | 0:6c56fb4bc5f0 | 7 | "debug", |
nexpaq | 0:6c56fb4bc5f0 | 8 | "library", |
nexpaq | 0:6c56fb4bc5f0 | 9 | "client", |
nexpaq | 0:6c56fb4bc5f0 | 10 | "mbedOS", |
nexpaq | 0:6c56fb4bc5f0 | 11 | "mbed" |
nexpaq | 0:6c56fb4bc5f0 | 12 | ], |
nexpaq | 0:6c56fb4bc5f0 | 13 | "author": "Jussi Vatjus-Anttila", |
nexpaq | 0:6c56fb4bc5f0 | 14 | "repository": { |
nexpaq | 0:6c56fb4bc5f0 | 15 | "url": "https://github.com/ARMmbed/mbed-trace.git", |
nexpaq | 0:6c56fb4bc5f0 | 16 | "type": "git" |
nexpaq | 0:6c56fb4bc5f0 | 17 | }, |
nexpaq | 0:6c56fb4bc5f0 | 18 | "homepage": "https://github.com/ARMmbed/mbed-trace", |
nexpaq | 0:6c56fb4bc5f0 | 19 | "licenses": [ |
nexpaq | 0:6c56fb4bc5f0 | 20 | { |
nexpaq | 0:6c56fb4bc5f0 | 21 | "url": "https://spdx.org/licenses/Apache-2.0", |
nexpaq | 0:6c56fb4bc5f0 | 22 | "type": "Apache-2.0" |
nexpaq | 0:6c56fb4bc5f0 | 23 | } |
nexpaq | 0:6c56fb4bc5f0 | 24 | ], |
nexpaq | 0:6c56fb4bc5f0 | 25 | "testTargetDependencies": { |
nexpaq | 0:6c56fb4bc5f0 | 26 | "x86-linux-native": { |
nexpaq | 0:6c56fb4bc5f0 | 27 | "cpputest": "ARMmbed/cpputest", |
nexpaq | 0:6c56fb4bc5f0 | 28 | "nanostack-libservice": "^3.6.0" |
nexpaq | 0:6c56fb4bc5f0 | 29 | }, |
nexpaq | 0:6c56fb4bc5f0 | 30 | "x86-windows-native": { |
nexpaq | 0:6c56fb4bc5f0 | 31 | "cpputest": "ARMmbed/cpputest", |
nexpaq | 0:6c56fb4bc5f0 | 32 | "nanostack-libservice": "^3.6.0" |
nexpaq | 0:6c56fb4bc5f0 | 33 | } |
nexpaq | 0:6c56fb4bc5f0 | 34 | }, |
nexpaq | 0:6c56fb4bc5f0 | 35 | "dependencies": { |
nexpaq | 0:6c56fb4bc5f0 | 36 | "nanostack-libservice": "^3.6.0" |
nexpaq | 0:6c56fb4bc5f0 | 37 | } |
nexpaq | 0:6c56fb4bc5f0 | 38 | } |