Example

Dependencies:   FXAS21002 FXOS8700Q

simple-mbed-cloud-client/mbed-cloud-client/mbed-client-pal/mbed_lib.json

Committer:
maygup01
Date:
2019-11-19
Revision:
0:11cc2b7889af

File content as of revision 0:11cc2b7889af:

{
    "name": "mbed-client-pal",
    "config": {
        "update-active-metadata-header-offset": null,
        "rsa-required": false,
        "pal-dns-api-version": {
            "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",
            "macro_name": "PAL_DNS_API_VERSION",
            "value" : 0
        },
        "pal-max-frag-len": {
            "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",
            "macro_name": "PAL_MAX_FRAG_LEN",
            "value": 0
        } 
    },
    "target_overrides": {
        "MODULE_UBLOX_ODIN_W2": {
            "rsa-required": true
        }
    }
}