NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

mbed_app_quectel_bg96.json

Committer:
ccli8
Date:
2020-03-10
Revision:
31:1445edacb720
Child:
33:c3a985807206

File content as of revision 31:1445edacb720:

{
    "macros": [
        "MBED_CONF_APP_MAIN_STACK_SIZE=4096",
        "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_user_config.h\""
    ],
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate"              : 115200,
            "platform.stdio-convert-newlines"       : true,
            "platform.heap-stats-enabled"           : 1,
            "platform.stack-stats-enabled"          : 1,
            "mbed-trace.enable"                     : null,
            "lwip.ipv4-enabled"                     : true,
            "lwip.ipv6-enabled"                     : false,
            "lwip.ethernet-enabled"                 : false,
            "lwip.ppp-enabled"                      : false,
            "lwip.tcp-enabled"                      : false,
            "cellular.debug-at"                     : false,
            "nsapi.default-cellular-plmn"           : 0,
            "nsapi.default-cellular-sim-pin"        : 0,
            "nsapi.default-cellular-apn"            : "\"internet.iot\"",
            "nsapi.default-cellular-username"       : 0,
            "nsapi.default-cellular-password"       : 0
        },
        "NUMAKER_PFM_M487": {
            "target.network-default-interface-type" : "CELLULAR",
            "QUECTEL_BG96.provide-default"          : true,
            "QUECTEL_BG96.tx"                       : "D1",
            "QUECTEL_BG96.rx"                       : "D0",
            "my-tlssocket.tls-max-frag-len"         : 4,
            "target.macros_add"                     : ["MBEDTLS_ENTROPY_HARDWARE_ALT"]
        },
        "NUMAKER_IOT_M487": {
            "target.network-default-interface-type" : "CELLULAR",
            "QUECTEL_BG96.provide-default"          : true,
            "QUECTEL_BG96.tx"                       : "D1",
            "QUECTEL_BG96.rx"                       : "D0",
            "my-tlssocket.tls-max-frag-len"         : 4,
            "target.macros_add"                     : ["MBEDTLS_ENTROPY_HARDWARE_ALT"]
        }
    }
}