leo hendrickson / Mbed OS example-Ethernet-mbed-Cloud-connect
Committer:
leothedragon
Date:
Tue May 04 08:55:12 2021 +0000
Revision:
0:8f0bb79ddd48
nmn

Who changed what in which revision?

UserRevisionLine numberNew contents of line
leothedragon 0:8f0bb79ddd48 1 {
leothedragon 0:8f0bb79ddd48 2 "name": "mbed-cloud-client",
leothedragon 0:8f0bb79ddd48 3 "config": {
leothedragon 0:8f0bb79ddd48 4 "update-download-protocol": {
leothedragon 0:8f0bb79ddd48 5 "help": "Set up download protocol for update firmware",
leothedragon 0:8f0bb79ddd48 6 "required": true,
leothedragon 0:8f0bb79ddd48 7 "options": ["MBED_CLOUD_CLIENT_UPDATE_DOWNLOAD_PROTOCOL_COAP", "MBED_CLOUD_CLIENT_UPDATE_DOWNLOAD_PROTOCOL_HTTP"],
leothedragon 0:8f0bb79ddd48 8 "default": "MBED_CLOUD_CLIENT_UPDATE_DOWNLOAD_PROTOCOL_COAP",
leothedragon 0:8f0bb79ddd48 9 "value": "MBED_CLOUD_CLIENT_UPDATE_DOWNLOAD_PROTOCOL_COAP"
leothedragon 0:8f0bb79ddd48 10 },
leothedragon 0:8f0bb79ddd48 11 "update-storage": {
leothedragon 0:8f0bb79ddd48 12 "help": "Storage option for update image. Common values: ARM_UCP_FLASHIAP and ARM_UCP_FLASHIAP_BLOCKDEVICE.",
leothedragon 0:8f0bb79ddd48 13 "macro_name": "MBED_CLOUD_CLIENT_UPDATE_STORAGE",
leothedragon 0:8f0bb79ddd48 14 "default": null,
leothedragon 0:8f0bb79ddd48 15 "value": null
leothedragon 0:8f0bb79ddd48 16 },
leothedragon 0:8f0bb79ddd48 17 "disable-certificate-enrollment": {
leothedragon 0:8f0bb79ddd48 18 "help": "Enables or disables certificate enrollment feature",
leothedragon 0:8f0bb79ddd48 19 "options": ["null", "1"],
leothedragon 0:8f0bb79ddd48 20 "default": null,
leothedragon 0:8f0bb79ddd48 21 "value": null
leothedragon 0:8f0bb79ddd48 22 },
leothedragon 0:8f0bb79ddd48 23 "external-sst-support": {
leothedragon 0:8f0bb79ddd48 24 "help": "Enables external secure storage feature (KVstore)",
leothedragon 0:8f0bb79ddd48 25 "options": ["null", "1"],
leothedragon 0:8f0bb79ddd48 26 "default": null,
leothedragon 0:8f0bb79ddd48 27 "value": null
leothedragon 0:8f0bb79ddd48 28 }
leothedragon 0:8f0bb79ddd48 29 },
leothedragon 0:8f0bb79ddd48 30 "macros" : [
leothedragon 0:8f0bb79ddd48 31 "ARM_UC_PROFILE_MBED_CLOUD_CLIENT=1"
leothedragon 0:8f0bb79ddd48 32 ]
leothedragon 0:8f0bb79ddd48 33 }