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:
rob.meades@u-blox.com
Date:
Mon Jun 19 09:57:23 2017 +0100
Revision:
5:d81fdd2c89f2
Child:
8:f341bfe37797
Remove template mbed_app.json files and make one single mbed_app.json file.  Revise comments to point out that this example cannot be used on C027 as there is unsufficent mallocable RAM available.

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 5:d81fdd2c89f2 6 "platform.stdio-convert-newlines": true
rob.meades@u-blox.com 5:d81fdd2c89f2 7 },
rob.meades@u-blox.com 5:d81fdd2c89f2 8 "UBLOX_C030": {
rob.meades@u-blox.com 5:d81fdd2c89f2 9 "target.features_add": ["LWIP"],
rob.meades@u-blox.com 5:d81fdd2c89f2 10 "lwip.ppp-enabled": true,
rob.meades@u-blox.com 5:d81fdd2c89f2 11 "lwip.ethernet-enabled": false
rob.meades@u-blox.com 5:d81fdd2c89f2 12 }
rob.meades@u-blox.com 5:d81fdd2c89f2 13 }
rob.meades@u-blox.com 5:d81fdd2c89f2 14 }