Frank Vannieuwkerke / CC3000_Hostdriver

Dependencies:   NVIC_set_all_priorities

Dependents:   CC3000_Simple_Socket Wi-Go_IOT_Demo

Files at this revision

API Documentation at this revision

Comitter:
frankvnk
Date:
Fri Nov 29 13:20:07 2013 +0000
Parent:
12:0366fd270fc8
Commit message:
update CC3000_MAXIMAL_RX_SIZE

Changed in this revision

cc3000_common.h Show annotated file Show diff for this revision Revisions of this file
cc3000_spi_hci.h Show annotated file Show diff for this revision Revisions of this file
--- a/cc3000_common.h	Thu Oct 17 17:18:17 2013 +0000
+++ b/cc3000_common.h	Fri Nov 29 13:20:07 2013 +0000
@@ -201,7 +201,7 @@
 */
 
 #define CC3000_MINIMAL_RX_SIZE      (118 + 1)
-#define CC3000_MAXIMAL_RX_SIZE      (511 + 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.
@@ -398,3 +398,4 @@
 
 
 
+
--- a/cc3000_spi_hci.h	Thu Oct 17 17:18:17 2013 +0000
+++ b/cc3000_spi_hci.h	Fri Nov 29 13:20:07 2013 +0000
@@ -63,9 +63,9 @@
 #define HI(value)               (((value) & 0xFF00) >> 8)
 #define LO(value)               ((value) & 0x00FF)
 
-#define HEADERS_SIZE_EVNT    (SPI_HEADER_SIZE + 5)
+#define SPI_HEADER_SIZE      (5)
 
-#define SPI_HEADER_SIZE      (5)
+#define HEADERS_SIZE_EVNT    (SPI_HEADER_SIZE + 5)
 
 #define  eSPI_STATE_POWERUP             (0)
 #define  eSPI_STATE_INITIALIZED         (1)
@@ -171,7 +171,6 @@
 
 #define SL_PATCH_PORTION_SIZE                        (1000)
 
-#define SPI_HEADER_SIZE                              (5)
 #define SIMPLE_LINK_HCI_CMND_HEADER_SIZE             (4)
 #define HEADERS_SIZE_CMD                             (SPI_HEADER_SIZE + SIMPLE_LINK_HCI_CMND_HEADER_SIZE)
 #define SIMPLE_LINK_HCI_DATA_CMND_HEADER_SIZE        (5)