cc3000 hostdriver with the mbed socket interface. Hacked TCP Classes for better control of non-blocking sockets.
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000.h
- Revision:
- 49:f2ffd6301ec5
- Parent:
- 45:50ab13d8f2dc
--- a/cc3000.h Mon Oct 27 20:27:28 2014 +0000 +++ b/cc3000.h Fri Oct 31 19:44:52 2014 +0000 @@ -1771,6 +1771,7 @@ cc3000_nvmem _nvmem; cc3000_netapp _netapp; cc3000_wlan _wlan; + bool _closed_sockets[MAX_SOCKETS]; #ifndef CC3000_UNENCRYPTED_SMART_CONFIG cc3000_security _security; #endif @@ -1779,7 +1780,6 @@ private: tStatus _status; netapp_pingreport_args_t _ping_report; - bool _closed_sockets[MAX_SOCKETS]; #if (CC3000_ETH_COMPAT == 1) uint8_t _phrase[30]; uint8_t _ssid[30];