Merge ISM43362 latest version

This is a fork from the mbed team's official example code.

Included ISM43362 module driver.

Tested with

mbed_app.json

Committer:
mbed_official
Date:
2018-06-05
Revision:
63:99e063d738ee
Parent:
44:63be19b7a3db
Child:
65:c6833441fd15

File content as of revision 63:99e063d738ee:

{
    "config": {
        "wifi-shield": {
            "help": "Options are internal, WIFI_ESP8266, WIFI_ISM43362, WIFI_IDW0XX1",
            "value": "internal"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"PASSWORD\""
        },
        "wifi-tx": {
            "help": "TX pin for serial connection to external device",
            "value": "D1"
        },
        "wifi-rx": {
            "help": "RX pin for serial connection to external device",
            "value": "D0"
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        },
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has": ["EMAC"]
        },
        "DISCO_F413ZH": {
            "wifi-shield": "WIFI_ISM43362",
            "ism43362.wifi-miso": "PB_4",
            "ism43362.wifi-mosi": "PB_5",
            "ism43362.wifi-sclk": "PB_12",
            "ism43362.wifi-nss": "PG_11",
            "ism43362.wifi-reset": "PH_1",
            "ism43362.wifi-dataready": "PG_12",
            "ism43362.wifi-wakeup": "PB_15"
        },
        "DISCO_L475VG_IOT01A": {
            "wifi-shield": "WIFI_ISM43362",
            "ism43362.wifi-miso": "PC_11",
            "ism43362.wifi-mosi": "PC_12",
            "ism43362.wifi-sclk": "PC_10",
            "ism43362.wifi-nss": "PE_0",
            "ism43362.wifi-reset": "PE_8",
            "ism43362.wifi-dataready": "PE_1",
            "ism43362.wifi-wakeup": "PB_13"
        },
        "NUCLEO_L476RG": {
            "wifi-tx": "D8",
            "wifi-rx": "D2"
        },
        "NUCLEO_F401RE": {
            "wifi-tx": "D8",
            "wifi-rx": "D2"
        }
    }
}