Merge ISM43362 latest version

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

Included ISM43362 module driver.

Tested with

Committer:
Daniel_Lee
Date:
Fri Sep 20 02:36:00 2019 +0000
Revision:
100:0f48ae8831da
Parent:
99:da54ca077358
Initialize mbed_app.json;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:857719181846 1 {
mbed_official 0:857719181846 2 "config": {
Daniel_Lee 99:da54ca077358 3 "wifi-shield": {
Daniel_Lee 100:0f48ae8831da 4 "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1, WIFI_ISM43362",
Daniel_Lee 99:da54ca077358 5 "value": "WIFI_ISM43362"
Daniel_Lee 99:da54ca077358 6 },
mbed_official 0:857719181846 7 "wifi-ssid": {
mbed_official 0:857719181846 8 "help": "WiFi SSID",
Daniel_Lee 100:0f48ae8831da 9 "value": "\"SSID\""
mbed_official 0:857719181846 10 },
mbed_official 0:857719181846 11 "wifi-password": {
mbed_official 0:857719181846 12 "help": "WiFi Password",
mbed_official 10:5b5beb106156 13 "value": "\"PASSWORD\""
mbed_official 0:857719181846 14 }
mbed_official 0:857719181846 15 },
mbed_official 0:857719181846 16 "target_overrides": {
mbed_official 35:052c1ba06ce7 17 "*": {
mbed_official 35:052c1ba06ce7 18 "platform.stdio-convert-newlines": true
mbed_official 0:857719181846 19 }
mbed_official 0:857719181846 20 }
mbed_official 0:857719181846 21 }