Example program running mbedClient over UbloxATCellularInterface or OnboardCellularInterface for the C030 platform.

Dependencies:   ublox-cellular-base ublox-at-cellular-interface ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

mbed_app.json

Committer:
rob.meades@u-blox.com
Date:
2017-07-31
Revision:
8:f341bfe37797
Parent:
5:d81fdd2c89f2

File content as of revision 8:f341bfe37797:

{
    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"],
            "platform.stdio-convert-newlines": true,
            "mbed-trace.enable": false
        },
        "UBLOX_C030": {
            "target.features_add": ["LWIP"],
            "lwip.ppp-enabled": true,
            "lwip.ethernet-enabled": false
        }
    }
}