Clone of official tools

Committer:
Anders Blomdell
Date:
Thu Feb 04 17:17:13 2021 +0100
Revision:
47:21ae3e5a7128
Parent:
43:2a7da56ebd24
Add a few normpath calls

Who changed what in which revision?

UserRevisionLine numberNew contents of line
theotherjimmy 43:2a7da56ebd24 1 {
theotherjimmy 43:2a7da56ebd24 2 "config": {
theotherjimmy 43:2a7da56ebd24 3 "echo-server-addr" : {
theotherjimmy 43:2a7da56ebd24 4 "help" : "IP address of echo server",
theotherjimmy 43:2a7da56ebd24 5 "value" : "\"echo.mbedcloudtesting.com\""
theotherjimmy 43:2a7da56ebd24 6 },
theotherjimmy 43:2a7da56ebd24 7 "echo-server-port" : {
theotherjimmy 43:2a7da56ebd24 8 "help" : "Port of echo server",
theotherjimmy 43:2a7da56ebd24 9 "value" : "7"
theotherjimmy 43:2a7da56ebd24 10 }
theotherjimmy 43:2a7da56ebd24 11 },
theotherjimmy 43:2a7da56ebd24 12 "target_overrides": {
theotherjimmy 43:2a7da56ebd24 13 "*": {
theotherjimmy 43:2a7da56ebd24 14 "target.network-default-interface-type": "MESH",
theotherjimmy 43:2a7da56ebd24 15 "nsapi.default-stack": "NANOSTACK",
theotherjimmy 43:2a7da56ebd24 16 "nsapi.default-mesh-type": "LOWPAN",
theotherjimmy 43:2a7da56ebd24 17 "nanostack.configuration": "lowpan_host",
theotherjimmy 43:2a7da56ebd24 18 "mbed-mesh-api.heap-size": 14000,
theotherjimmy 43:2a7da56ebd24 19 "mbed-mesh-api.6lowpan-nd-device-type": "NET_6LOWPAN_HOST",
theotherjimmy 43:2a7da56ebd24 20 "mbed-mesh-api.6lowpan-nd-panid-filter": "0xffff",
theotherjimmy 43:2a7da56ebd24 21 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
theotherjimmy 43:2a7da56ebd24 22 "mbed-mesh-api.6lowpan-nd-channel": 12,
theotherjimmy 43:2a7da56ebd24 23 "mbed-mesh-api.6lowpan-nd-channel-mask": "(1<<12)",
theotherjimmy 43:2a7da56ebd24 24 "mbed-trace.enable": false
theotherjimmy 43:2a7da56ebd24 25 }
theotherjimmy 43:2a7da56ebd24 26 }
theotherjimmy 43:2a7da56ebd24 27 }