Turn down WIFI_API_DEBUG_LOG in wifi_api.h

Fork of WIFI_API_32kRAM by Delta

Revision:
1:9b27c8fda456
Parent:
0:4085cc9441f3
Child:
3:9bb6756cc6f9
--- a/README.md	Fri Jun 26 09:44:35 2015 +0000
+++ b/README.md	Thu Jul 30 10:05:51 2015 +0000
@@ -1,31 +1,20 @@
-# NNN40 WI-FI SDK version 20150524, release at 2015/5/24
+# NNN40 WI-FI SDK version 20150710a, release at 2015/7/10
 This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
 
-# Fixed bug in previous version
-* Fix wifi inti fail (timing issue) issue
-* Change type of ap_ssid and ap_pw to char*
-* Command getNetworkMask() and getGateway()  
-* Bug fix: is_connect() return 0 when close() function is called
-* Bug fix: listen() return 0
-* Change TCP ERROR retry to 3 times
-* WIFI SPI interface change to SPI0
-* WIFI MAC Address readout from Flash
-* UART conflict bug fix 
-* Fix is_connect return error when ethernet is disconnected
+# Highlight of this release
+* Support CyaSSL library with minor modifications (refer to Application_notes_SSL_AN01.md for details)
+
+# Major supported features
 * Set TCP maximum payload to 1400 bytes (Max. throughput achieve ~13.5KB)
 * Set UDP maximum payload to 1400 bytes (Max. throughput achieve ~35KB)
-* Fix UDP send_to length issue
-* Fix send_to return error when client socket is colsed
-* Set IP 255.255.255.255 as reserved
-* Fix Switch return error when ethernet is init
-* Fix bug in spi_flash.c for data access
-* Fix bind return error 
-
-# Fixed bug in this version
 * Support DNS client for TCP/UDP
 * Fast AP re-connection is performed automatically, user can call EthernetInterface.disconnect() to have lowest power consumption of 4uA, then call init and connected to previous AP for less than 4 sec
 
-# Supported functionalities 
+# Roapmap
+* Support BLE and WIFI coexistence
+* Support WIFI AP mode 
+
+# Supported functionalities of embeded Wi-Fi chipset
 Currently supported  functionalities include:
 * IEEE 802.11 b/g/n connectivity
 * Station (STA) infrastructure mode