Kojto CC3000 Hostdriver With Mbed Socket interface

Dependents:   WiFiDip-KitchenSink WiFiDip-UsbKitchenSink WiFiDipCortexSensor WifiDipCortex-UDPDemo

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Files at this revision

API Documentation at this revision

Comitter:
SolderSplashLabs
Date:
Thu Aug 07 00:38:26 2014 +0000
Parent:
46:ca8c234997c0
Commit message:
Increased buffers

Changed in this revision

cc3000_common.h Show annotated file Show diff for this revision Revisions of this file
--- a/cc3000_common.h	Sun Nov 10 21:41:44 2013 +0100
+++ b/cc3000_common.h	Thu Aug 07 00:38:26 2014 +0000
@@ -80,8 +80,8 @@
   The 1 is used for the overrun detection
 */
 
-#define CC3000_MINIMAL_RX_SIZE      (118 + 1)
-#define CC3000_MAXIMAL_RX_SIZE      (511 + 1)
+#define CC3000_MINIMAL_RX_SIZE      (130 + 1)
+#define CC3000_MAXIMAL_RX_SIZE      (1519 + 1)
 
 /*Defines for minimal and maximal TX buffer size.
   This buffer is used for sending events and data.
@@ -102,7 +102,7 @@
 
   The 1 is used for the overrun detection */
 
-#define CC3000_MINIMAL_TX_SIZE      (118 + 1)
+#define CC3000_MINIMAL_TX_SIZE      (130 + 1)
 #define CC3000_MAXIMAL_TX_SIZE      (1519 + 1)
 
 //TX and RX buffer size - allow to receive and transmit maximum data at lengh 8.