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:
Mon Dec 17 10:00:03 2018 +0000
Revision:
87:dda31ae09824
Parent:
86:92e4be20dc8b
Child:
95:19412faf3667
Remove ESP8266 support for Nucleo boards

ST Nucleo boards do not have the right pinout to work with ESP8266 via the Arduino-enabled shields.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 44:63be19b7a3db 1 {
mbed_official 44:63be19b7a3db 2 "config": {
mbed_official 44:63be19b7a3db 3 "wifi-ssid": {
mbed_official 44:63be19b7a3db 4 "help": "WiFi SSID",
mbed_official 44:63be19b7a3db 5 "value": "\"SSID\""
mbed_official 44:63be19b7a3db 6 },
mbed_official 44:63be19b7a3db 7 "wifi-password": {
mbed_official 44:63be19b7a3db 8 "help": "WiFi Password",
mbed_official 44:63be19b7a3db 9 "value": "\"PASSWORD\""
mbed_official 44:63be19b7a3db 10 }
mbed_official 44:63be19b7a3db 11 },
mbed_official 44:63be19b7a3db 12 "target_overrides": {
mbed_official 44:63be19b7a3db 13 "*": {
mbed_official 82:122bb3ae6de5 14 "platform.stdio-convert-newlines": true,
mbed_official 82:122bb3ae6de5 15 "esp8266.provide-default" : true
mbed_official 44:63be19b7a3db 16 },
mbed_official 44:63be19b7a3db 17 "UBLOX_EVK_ODIN_W2": {
mbed_official 44:63be19b7a3db 18 "target.device_has": ["EMAC"]
mbed_official 44:63be19b7a3db 19 }
mbed_official 44:63be19b7a3db 20 }
mbed_official 44:63be19b7a3db 21 }