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-06-19
Revision:
5:d81fdd2c89f2
Child:
8:f341bfe37797

File content as of revision 5:d81fdd2c89f2:

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