NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

This is mbed compatible EthernetInterface lib exclude for Delta DFCM-NNN50 platform.

Additional information and examples can be found in mbed Handbook

Files at this revision

API Documentation at this revision

Comitter:
tsungta
Date:
Fri Jul 28 12:23:23 2017 +0000
Parent:
28:2abbf8463fa8
Child:
30:d3fe91d19774
Commit message:
51:5165828; Fix AP connect fail issue and low driver error hangup; Compiled with mbed-os 5.5.1 using optimization Level 3 (-O3)

Changed in this revision

EthernetInterface/Socket/endpoint.o Show diff for this revision Revisions of this file
EthernetInterface/ethernetinterface.o Show diff for this revision Revisions of this file
WIFIDevice.h Show annotated file Show diff for this revision Revisions of this file
wifi_host_driver/common/include/nm_debug.h Show annotated file Show diff for this revision Revisions of this file
wifidevice.o Show annotated file Show diff for this revision Revisions of this file
Binary file EthernetInterface/Socket/endpoint.o has changed
Binary file EthernetInterface/ethernetinterface.o has changed
--- a/WIFIDevice.h	Thu Jun 29 04:18:26 2017 +0000
+++ b/WIFIDevice.h	Fri Jul 28 12:23:23 2017 +0000
@@ -111,6 +111,8 @@
 int enableCoexistance();
 void RF_Switch_WIFI_lock(void);
 void RF_Switch_WIFI_unlock(void);
+#define WIFI_WINDOW_US      600     //min is 300
+#define BLE_WINDOW_US      600      //min is 300
 
 #endif /* WIFIDEVICE_H_ */
 
--- a/wifi_host_driver/common/include/nm_debug.h	Thu Jun 29 04:18:26 2017 +0000
+++ b/wifi_host_driver/common/include/nm_debug.h	Fri Jul 28 12:23:23 2017 +0000
@@ -65,7 +65,7 @@
 #endif
 
 
-#define M2M_ERR error
+#define M2M_ERR(...)// printf
 #define M2M_INFO(...)
 #define M2M_REQ(...)
 #define M2M_DBG(...)
Binary file wifidevice.o has changed