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-client-pal",
leothedragon 0:8f0bb79ddd48 3 "config": {
leothedragon 0:8f0bb79ddd48 4 "update-active-metadata-header-offset": null,
leothedragon 0:8f0bb79ddd48 5 "rsa-required": false,
leothedragon 0:8f0bb79ddd48 6 "pal-dns-api-version": {
leothedragon 0:8f0bb79ddd48 7 "help": "Version of DNS API. This requires that PAL_NET_DNS_SUPPORT is defined. Value 0 = sync DNS, 1 = async DNS API for mbed-os 5.8 or older, 2 = async for mbed-os 5.9 or newer",
leothedragon 0:8f0bb79ddd48 8 "macro_name": "PAL_DNS_API_VERSION",
leothedragon 0:8f0bb79ddd48 9 "value" : 0
leothedragon 0:8f0bb79ddd48 10 },
leothedragon 0:8f0bb79ddd48 11 "pal-max-frag-len": {
leothedragon 0:8f0bb79ddd48 12 "help": "Maximum fragment length value for the payload in one packet, doesnt include TLS header and encryption overhead. Is needed for constrainted devices having low MTU sizes, Value 0 = disabled, 1 = MBEDTLS_SSL_MAX_FRAG_LEN_512, 2= MBEDTLS_SSL_MAX_FRAG_LEN_1024, 3 = MBEDTLS_SSL_MAX_FRAG_LEN_2048, 4 = MBEDTLS_SSL_MAX_FRAG_LEN_4096",
leothedragon 0:8f0bb79ddd48 13 "macro_name": "PAL_MAX_FRAG_LEN",
leothedragon 0:8f0bb79ddd48 14 "value": 0
leothedragon 0:8f0bb79ddd48 15 }
leothedragon 0:8f0bb79ddd48 16 },
leothedragon 0:8f0bb79ddd48 17 "target_overrides": {
leothedragon 0:8f0bb79ddd48 18 "MODULE_UBLOX_ODIN_W2": {
leothedragon 0:8f0bb79ddd48 19 "rsa-required": true
leothedragon 0:8f0bb79ddd48 20 }
leothedragon 0:8f0bb79ddd48 21 }
leothedragon 0:8f0bb79ddd48 22 }
leothedragon 0:8f0bb79ddd48 23