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

Committer:
RobMeades
Date:
Wed Feb 28 14:58:04 2018 +0000
Revision:
16:d4f4a9dfa938
Parent:
8:f341bfe37797
Update to latest libraries and replace UbloxPPPCellularInterface with OnboardCellularInterface.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rob.meades@u-blox.com 5:d81fdd2c89f2 1 {
rob.meades@u-blox.com 5:d81fdd2c89f2 2 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
rob.meades@u-blox.com 5:d81fdd2c89f2 3 "target_overrides": {
rob.meades@u-blox.com 5:d81fdd2c89f2 4 "*": {
rob.meades@u-blox.com 5:d81fdd2c89f2 5 "target.features_add": ["COMMON_PAL"],
rob.meades@u-blox.com 8:f341bfe37797 6 "platform.stdio-convert-newlines": true,
rob.meades@u-blox.com 8:f341bfe37797 7 "mbed-trace.enable": false
rob.meades@u-blox.com 5:d81fdd2c89f2 8 },
rob.meades@u-blox.com 5:d81fdd2c89f2 9 "UBLOX_C030": {
rob.meades@u-blox.com 5:d81fdd2c89f2 10 "target.features_add": ["LWIP"],
rob.meades@u-blox.com 5:d81fdd2c89f2 11 "lwip.ppp-enabled": true,
rob.meades@u-blox.com 5:d81fdd2c89f2 12 "lwip.ethernet-enabled": false
rob.meades@u-blox.com 5:d81fdd2c89f2 13 }
rob.meades@u-blox.com 5:d81fdd2c89f2 14 }
rob.meades@u-blox.com 5:d81fdd2c89f2 15 }