NuMaker WiFi TCP Example

mbed_app.json

Committer:
ccli8
Date:
2020-11-12
Revision:
31:fa146660b113
Parent:
25:73518246e472
Child:
32:86015c274ea9

File content as of revision 31:fa146660b113:

{
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate"              : 115200,
            "platform.stdio-convert-newlines"       : true,
            "platform.heap-stats-enabled"           : 1,
            "nsapi.default-wifi-security"           : "WPA_WPA2",
            "nsapi.default-wifi-ssid"               : "\"SSID\"",
            "nsapi.default-wifi-password"           : "\"Password\""
        },
        "NUMAKER_PFM_NANO130": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "D1",
            "esp8266.rx"                            : "D0",
            "esp8266.rts"                           : "PB_6",
            "esp8266.cts"                           : "PB_7",
            "esp8266.rst"                           : "D2",
            "esp8266.provide-default"               : true
        },
        "NUMAKER_PFM_NUC472": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "PD_15",
            "esp8266.rx"                            : "PF_0",
            "esp8266.rts"                           : "PD_14",
            "esp8266.cts"                           : "PD_13",
            "esp8266.rst"                           : "D2",
            "esp8266.provide-default"               : true
        },
        "NUMAKER_PFM_M453": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "A3",
            "esp8266.rx"                            : "A2",
            "esp8266.rts"                           : "A5",
            "esp8266.cts"                           : "A4",
            "esp8266.rst"                           : "D2",
            "esp8266.provide-default"               : true
        },
        "NUMAKER_PFM_M487": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "D1",
            "esp8266.rx"                            : "D0",
            "esp8266.rts"                           : "A2",
            "esp8266.cts"                           : "A3",
            "esp8266.rst"                           : "D2",
            "esp8266.provide-default"               : true
        },
        "NUMAKER_IOT_M487": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "PH_8",
            "esp8266.rx"                            : "PH_9",
            "esp8266.rts"                           : "A2",
            "esp8266.cts"                           : "A3",
            "esp8266.rst"                           : "PH_3",
            "esp8266.provide-default"               : true
        },
        "NU_PFM_M2351_NPSA_NS": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "PD_1",
            "esp8266.rx"                            : "PD_0",
            "esp8266.rts"                           : "PD_3",
            "esp8266.cts"                           : "PD_2",
            "esp8266.rst"                           : "NC",
            "esp8266.pwr"                           : "PD_7",
            "esp8266.provide-default"               : true
        },
        "NU_M2354_NPSA_NS": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "PC_7",
            "esp8266.rx"                            : "PC_6",
            "esp8266.rts"                           : "PE_13",
            "esp8266.cts"                           : "PC_8",
            "esp8266.rst"                           : "PC_13",
            "esp8266.provide-default"               : true
        },
        "NUMAKER_IOT_M263A": {
            "target.network-default-interface-type" : "WIFI",
            "esp8266.tx"                            : "PC_7",
            "esp8266.rx"                            : "PC_6",
            "esp8266.rts"                           : "PE_13",
            "esp8266.cts"                           : "PC_8",
            "esp8266.rst"                           : "PE_12",
            "esp8266.provide-default"               : true
        }
    }
}