Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: simple-mbed-cloud-client/mbed-cloud-client/mbed-client-pal/mbed_lib.json
- Revision:
- 0:8f0bb79ddd48
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/simple-mbed-cloud-client/mbed-cloud-client/mbed-client-pal/mbed_lib.json Tue May 04 08:55:12 2021 +0000 @@ -0,0 +1,23 @@ +{ + "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 + } + } +} +