Example

Dependencies:   FXAS21002 FXOS8700Q

Committer:
maygup01
Date:
Tue Nov 19 09:49:38 2019 +0000
Revision:
0:11cc2b7889af
Example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
maygup01 0:11cc2b7889af 1 {
maygup01 0:11cc2b7889af 2 "name": "mbed-client-pal",
maygup01 0:11cc2b7889af 3 "config": {
maygup01 0:11cc2b7889af 4 "update-active-metadata-header-offset": null,
maygup01 0:11cc2b7889af 5 "rsa-required": false,
maygup01 0:11cc2b7889af 6 "pal-dns-api-version": {
maygup01 0:11cc2b7889af 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",
maygup01 0:11cc2b7889af 8 "macro_name": "PAL_DNS_API_VERSION",
maygup01 0:11cc2b7889af 9 "value" : 0
maygup01 0:11cc2b7889af 10 },
maygup01 0:11cc2b7889af 11 "pal-max-frag-len": {
maygup01 0:11cc2b7889af 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",
maygup01 0:11cc2b7889af 13 "macro_name": "PAL_MAX_FRAG_LEN",
maygup01 0:11cc2b7889af 14 "value": 0
maygup01 0:11cc2b7889af 15 }
maygup01 0:11cc2b7889af 16 },
maygup01 0:11cc2b7889af 17 "target_overrides": {
maygup01 0:11cc2b7889af 18 "MODULE_UBLOX_ODIN_W2": {
maygup01 0:11cc2b7889af 19 "rsa-required": true
maygup01 0:11cc2b7889af 20 }
maygup01 0:11cc2b7889af 21 }
maygup01 0:11cc2b7889af 22 }
maygup01 0:11cc2b7889af 23