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.
Fork of Cloud_IBM_MbedOS by
mbed_app.json@3:e1f6c5af437e, 2017-12-05 (annotated)
- Committer:
- DuyLionTran
- Date:
- Tue Dec 05 17:12:57 2017 +0000
- Revision:
- 3:e1f6c5af437e
- Parent:
- 2:e3846f091b6b
IBM_Mbed_OS_Duy_Clone
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mapellil | 0:e477c0f8b2e4 | 1 | { |
| mapellil | 0:e477c0f8b2e4 | 2 | "config": { |
| mapellil | 0:e477c0f8b2e4 | 3 | "network-interface":{ |
| mapellil | 0:e477c0f8b2e4 | 4 | "help": "options are ETHERNET, WIFI_ESP8266, WIFI_IDW0XX1, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD", |
| DuyLionTran | 3:e1f6c5af437e | 5 | "value": "WIFI_ESP8266" |
| mapellil | 0:e477c0f8b2e4 | 6 | }, |
| mapellil | 0:e477c0f8b2e4 | 7 | "wifi-ssid": { |
| DuyLionTran | 3:e1f6c5af437e | 8 | "value": "\"GreenLantern\"" |
| mapellil | 0:e477c0f8b2e4 | 9 | }, |
| mapellil | 0:e477c0f8b2e4 | 10 | "wifi-password": { |
| DuyLionTran | 3:e1f6c5af437e | 11 | "value": "\"deAlembert\"" |
| mapellil | 0:e477c0f8b2e4 | 12 | }, |
| mapellil | 0:e477c0f8b2e4 | 13 | "wifi-tx": { |
| mapellil | 0:e477c0f8b2e4 | 14 | "help": "TX pin for serial connection to external device", |
| mapellil | 0:e477c0f8b2e4 | 15 | "value": "PA_11" |
| mapellil | 0:e477c0f8b2e4 | 16 | }, |
| mapellil | 0:e477c0f8b2e4 | 17 | "wifi-rx": { |
| mapellil | 0:e477c0f8b2e4 | 18 | "help": "RX pin for serial connection to external device", |
| mapellil | 0:e477c0f8b2e4 | 19 | "value": "PA_12" |
| mapellil | 0:e477c0f8b2e4 | 20 | } |
| mapellil | 0:e477c0f8b2e4 | 21 | }, |
| mapellil | 0:e477c0f8b2e4 | 22 | "macros": [ "MQTT_BROKER_URL=\".messaging.internetofthings.ibmcloud.com\"", |
| DuyLionTran | 3:e1f6c5af437e | 23 | "MQTT_CLIENT_ID=\"d:a4nvkh:Nucleo_8266:PROEVN\"", |
| DuyLionTran | 3:e1f6c5af437e | 24 | "MQTT_ORG_ID=\"a4nvkh\"", |
| mapellil | 0:e477c0f8b2e4 | 25 | "MQTT_USERNAME=\"use-token-auth\"", |
| DuyLionTran | 3:e1f6c5af437e | 26 | "MQTT_DEVICE_PASSWORD=\"PROEVN2017\"", |
| mapellil | 0:e477c0f8b2e4 | 27 | "MQTT_TOPIC=\"iot-2/evt/status/fmt/json\"", |
| DuyLionTran | 3:e1f6c5af437e | 28 | "MQTT_DEVICE_ID=\"PROEVN\"", |
| DuyLionTran | 3:e1f6c5af437e | 29 | "MQTT_DEVICE_TYPE=\"Nucleo_8266\"", |
| mapellil | 0:e477c0f8b2e4 | 30 | "MQTT_KEEPALIVE 10", |
| mapellil | 0:e477c0f8b2e4 | 31 | "MQTT_PORT 1883", |
| mapellil | 0:e477c0f8b2e4 | 32 | "MQTT_TLS_PORT 8883"], |
| mapellil | 0:e477c0f8b2e4 | 33 | "target_overrides": { |
| mapellil | 0:e477c0f8b2e4 | 34 | "*": { |
| mapellil | 0:e477c0f8b2e4 | 35 | "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"], |
| mapellil | 0:e477c0f8b2e4 | 36 | "mbed-mesh-api.6lowpan-nd-channel-page": 0, |
| mapellil | 0:e477c0f8b2e4 | 37 | "mbed-mesh-api.6lowpan-nd-channel": 12 |
| mapellil | 0:e477c0f8b2e4 | 38 | }, |
| mapellil | 0:e477c0f8b2e4 | 39 | "K64F": { |
| mapellil | 0:e477c0f8b2e4 | 40 | }, |
| mapellil | 0:e477c0f8b2e4 | 41 | "NUCLEO_F401RE": { |
| mapellil | 0:e477c0f8b2e4 | 42 | "wifi-tx": "D8", |
| mapellil | 0:e477c0f8b2e4 | 43 | "wifi-rx": "D2", |
| mapellil | 0:e477c0f8b2e4 | 44 | "target.macros_add": ["IKS01A2"] |
| mapellil | 0:e477c0f8b2e4 | 45 | }, |
| mapellil | 0:e477c0f8b2e4 | 46 | "DISCO_L475VG_IOT01A": { |
| mapellil | 0:e477c0f8b2e4 | 47 | }, |
| mapellil | 0:e477c0f8b2e4 | 48 | "NUCLEO_L476RG": { |
| mapellil | 0:e477c0f8b2e4 | 49 | } |
| mapellil | 0:e477c0f8b2e4 | 50 | } |
| mapellil | 0:e477c0f8b2e4 | 51 | } |
