TCP, NTP and server Ethernet and WI-FI example working on OS5.15

Dependencies:   NTPclient

Revision:
3:91523db40ebd
Parent:
0:d2e1b817924d
Child:
5:3ef245bbc6ef
--- a/mbed_app.json	Fri Feb 28 16:13:54 2020 +0000
+++ b/mbed_app.json	Sun Mar 08 14:32:56 2020 +0000
@@ -1,9 +1,26 @@
 {
     "target_overrides": {
-        "*": {
-            "target.features": ["LWIP"],
-            "target.release_versions": ["2", "5"],
-            "platform.stdio-baud-rate": 115200
+        "*": {            
+            "platform.stdio-baud-rate": 921600,
+            "platform.stdio-convert-newlines": true,
+            "mbed-trace.enable": null,
+            "nsapi.default-wifi-security": "WPA_WPA2",
+            "nsapi.default-wifi-ssid": "\"Molino Metz\"",
+            "nsapi.default-wifi-password": "\"36693557\""
+        },
+        "NUCLEO_F767ZI": {
+            "target.network-default-interface-type" : "ETHERNET",
+            "esp8266.serial-baudrate"           : 460800,
+            "esp8266.tx"                        : "D1",
+            "esp8266.rx"                        : "D0",
+            "esp8266.provide-default"           : true
+        },
+        "NUCLEO_H743ZI2": {
+            "target.network-default-interface-type" : "ETHERNET",
+            "esp8266.serial-baudrate"           : 460800,
+            "esp8266.tx"                        : "D1",
+            "esp8266.rx"                        : "D0",
+            "esp8266.provide-default"           : true
         }
     }
 }