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:
RobMeades
Date:
2018-02-28
Revision:
16:d4f4a9dfa938
Parent:
8:f341bfe37797

File content as of revision 16:d4f4a9dfa938:

{
    "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
        }
    }
}