Merge ISM43362 latest version

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

Included ISM43362 module driver.

Tested with

Committer:
mbed_official
Date:
Wed Oct 26 12:00:05 2016 +0100
Revision:
0:857719181846
Child:
10:5b5beb106156
Initial commit
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:857719181846 1 {
mbed_official 0:857719181846 2 "config": {
mbed_official 0:857719181846 3 "wifi-ssid": {
mbed_official 0:857719181846 4 "help": "WiFi SSID",
mbed_official 0:857719181846 5 "value": "\"SSID\""
mbed_official 0:857719181846 6 },
mbed_official 0:857719181846 7 "wifi-password": {
mbed_official 0:857719181846 8 "help": "WiFi Password",
mbed_official 0:857719181846 9 "value": "\"Password\""
mbed_official 0:857719181846 10 }
mbed_official 0:857719181846 11 },
mbed_official 0:857719181846 12 "target_overrides": {
mbed_official 0:857719181846 13 "UBLOX_EVK_ODIN_W2": {
mbed_official 0:857719181846 14 "target.device_has": ["EMAC"]
mbed_official 0:857719181846 15 }
mbed_official 0:857719181846 16 }
mbed_official 0:857719181846 17 }