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": "update-client",
leothedragon 0:8f0bb79ddd48 3 "config": {
leothedragon 0:8f0bb79ddd48 4 "application-details": {
leothedragon 0:8f0bb79ddd48 5 "help": "Location in memory where the application information can be read.",
leothedragon 0:8f0bb79ddd48 6 "value": "0"
leothedragon 0:8f0bb79ddd48 7 },
leothedragon 0:8f0bb79ddd48 8 "bootloader-details": {
leothedragon 0:8f0bb79ddd48 9 "help": "Location in memory where the bootloader information can be read.",
leothedragon 0:8f0bb79ddd48 10 "value": "0"
leothedragon 0:8f0bb79ddd48 11 },
leothedragon 0:8f0bb79ddd48 12 "storage-address": {
leothedragon 0:8f0bb79ddd48 13 "help": "When using address based storage (FlashIAP, Block Device), this is the starting address.",
leothedragon 0:8f0bb79ddd48 14 "value": "0"
leothedragon 0:8f0bb79ddd48 15 },
leothedragon 0:8f0bb79ddd48 16 "storage-size": {
leothedragon 0:8f0bb79ddd48 17 "help": "Total storage allocated.",
leothedragon 0:8f0bb79ddd48 18 "value": "0"
leothedragon 0:8f0bb79ddd48 19 },
leothedragon 0:8f0bb79ddd48 20 "storage-locations": {
leothedragon 0:8f0bb79ddd48 21 "help": "Number of equally sized locations the storage space should be split into.",
leothedragon 0:8f0bb79ddd48 22 "value": "1"
leothedragon 0:8f0bb79ddd48 23 },
leothedragon 0:8f0bb79ddd48 24 "storage-page": {
leothedragon 0:8f0bb79ddd48 25 "help": "Smallest write unit on storage device. Used for compile time check of download/write buffers.",
leothedragon 0:8f0bb79ddd48 26 "value": "512"
leothedragon 0:8f0bb79ddd48 27 },
leothedragon 0:8f0bb79ddd48 28 "firmware-header-version": {
leothedragon 0:8f0bb79ddd48 29 "help": "Version of the firmware metadata header.",
leothedragon 0:8f0bb79ddd48 30 "value": "0"
leothedragon 0:8f0bb79ddd48 31 },
leothedragon 0:8f0bb79ddd48 32 "http-resume-attempt-test-messages-enable": {
leothedragon 0:8f0bb79ddd48 33 "help": "Print messages indicating HTTP-resume actions for QA/test purposes.",
leothedragon 0:8f0bb79ddd48 34 "macro_name": "ARM_UC_HTTP_RESUME_TEST_MESSAGES_ENABLE",
leothedragon 0:8f0bb79ddd48 35 "value": "0"
leothedragon 0:8f0bb79ddd48 36 },
leothedragon 0:8f0bb79ddd48 37 "http-resume-fragments-per-burst": {
leothedragon 0:8f0bb79ddd48 38 "help": "Number of fragments to be requested per HTTP GET from server.",
leothedragon 0:8f0bb79ddd48 39 "macro_name": "ARM_UC_MULTI_FRAGS_PER_HTTP_BURST",
leothedragon 0:8f0bb79ddd48 40 "value": "64"
leothedragon 0:8f0bb79ddd48 41 },
leothedragon 0:8f0bb79ddd48 42 "http-resume-exponentiation-factor": {
leothedragon 0:8f0bb79ddd48 43 "help": "Multiplier for consecutive resume-attempt delay periods.",
leothedragon 0:8f0bb79ddd48 44 "macro_name": "ARM_UC_HTTP_RESUME_EXPONENTIATION_FACTOR",
leothedragon 0:8f0bb79ddd48 45 "value": "2"
leothedragon 0:8f0bb79ddd48 46 },
leothedragon 0:8f0bb79ddd48 47 "http-resume-initial-delay-secs": {
leothedragon 0:8f0bb79ddd48 48 "help": "Initial delay for HTTP-resume actions after which period resume goes active.",
leothedragon 0:8f0bb79ddd48 49 "macro_name": "ARM_UC_HTTP_RESUME_INITIAL_DELAY_SECS",
leothedragon 0:8f0bb79ddd48 50 "value": "5"
leothedragon 0:8f0bb79ddd48 51 },
leothedragon 0:8f0bb79ddd48 52 "http-resume-maximum-delay-secs": {
leothedragon 0:8f0bb79ddd48 53 "help": "Maximum delay for HTTP-resume actions after which period resume goes active.",
leothedragon 0:8f0bb79ddd48 54 "macro_name": "ARM_UC_HTTP_RESUME_MAXIMUM_DELAY_SECS",
leothedragon 0:8f0bb79ddd48 55 "value": "(60*60)"
leothedragon 0:8f0bb79ddd48 56 },
leothedragon 0:8f0bb79ddd48 57 "http-resume-maximum-download-time-secs": {
leothedragon 0:8f0bb79ddd48 58 "help": "Period for HTTP-resume actions after which resume gives up and terminates.",
leothedragon 0:8f0bb79ddd48 59 "macro_name": "ARM_UC_HTTP_RESUME_MAXIMUM_DOWNLOAD_TIME_SECS",
leothedragon 0:8f0bb79ddd48 60 "value": "(7*24*60*60)"
leothedragon 0:8f0bb79ddd48 61 }
leothedragon 0:8f0bb79ddd48 62 }
leothedragon 0:8f0bb79ddd48 63 }