cc3000 hostdriver with the mbed socket interface
Fork of cc3000_hostdriver_mbedsocket by
History
Added 2 optional parameters to the constructor : set TX and RX buffer size
2015-04-06, by frankvnk [Mon, 06 Apr 2015 18:23:37 +0000] rev 51
Added 2 optional parameters to the constructor : set TX and RX buffer size
set CC3000_MAXIMAL_RX_SIZE to 1519+1
2015-04-05, by frankvnk [Sun, 05 Apr 2015 14:25:45 +0000] rev 50
set CC3000_MAXIMAL_RX_SIZE to 1519+1
Added debug info when TX or RX buffer overrun occurs
2015-03-28, by frankvnk [Sat, 28 Mar 2015 21:00:14 +0000] rev 49
Added debug info when TX or RX buffer overrun occurs
Have TCPSocketServer::accept return the real accept values as defined in http://processors.wiki.ti.com/index.php/Non_blocking_accept; Fixed cc3000::init(const char *ip, const char *mask, const char *gateway) - missing _wlan.start(0);
2015-02-28, by frankvnk [Sat, 28 Feb 2015 16:40:39 +0000] rev 48
Have TCPSocketServer::accept return the real accept values as defined in http://processors.wiki.ti.com/index.php/Non_blocking_accept; Fixed cc3000::init(const char *ip, const char *mask, const char *gateway) - missing _wlan.start(0);
add access to nvmem functions to enable firmware update
2015-01-20, by dreschpe [Tue, 20 Jan 2015 09:04:49 +0000] rev 47
add access to nvmem functions to enable firmware update
ping reports masking removal
2013-11-10, by Kojto [Sun, 10 Nov 2013 21:41:44 +0100] rev 46
ping reports masking removal
complete Ethernet interface
2013-11-06, by Kojto [Wed, 06 Nov 2013 17:56:25 +0100] rev 45
complete Ethernet interface
- code clean-up
- IRQ - faster enable/disable, a flag to process an IRQ
- EthernetInterface
- TINY_DRIVER compilation errors correction
all _DEBUG_ are set to 0, toggle to enable/disable, doxygen doc for new ethernet interface functions
2013-10-13, by Kojto [Sun, 13 Oct 2013 11:46:21 +0200] rev 44
all _DEBUG_ are set to 0, toggle to enable/disable, doxygen doc for new ethernet interface functions
Disabled debugging
2013-10-12, by SolderSplashLabs [Sat, 12 Oct 2013 23:28:22 +0000] rev 43
Disabled debugging
Added David's IRQ checking before re-enabling the IRQ.; Modified the is_connected function, connect + dhcp are needed ; Moved inet_ntoa_r to the socket class, not sure this is the best place, but other conversion functions live here.
2013-10-12, by SolderSplashLabs [Sat, 12 Oct 2013 21:53:28 +0000] rev 42
Added David's IRQ checking before re-enabling the IRQ.; Modified the is_connected function, connect + dhcp are needed ; Moved inet_ntoa_r to the socket class, not sure this is the best place, but other conversion functions live here.