Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NVIC_set_all_priorities
Dependents: CC3000_Simple_Socket Wi-Go_IOT_Demo
Revision 13:e1ab6b5ab826, committed 2013-11-29
- 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)