summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c7a4bae)
raw | patch | inline | side by side (parent: c7a4bae)
author | Tinku Mannan <tmannan@ti.com> | |
Wed, 25 Feb 2015 22:39:16 +0000 (17:39 -0500) | ||
committer | Tinku Mannan <tmannan@ti.com> | |
Wed, 25 Feb 2015 22:39:16 +0000 (17:39 -0500) |
ti/runtime/netapi/src/netapi_init.c | patch | blob | history |
index 68168e0c0dfce577d449a18c4290c758c7cd97df..eb1cf419244d72d85e10a95edb24b58988773cd4 100755 (executable)
typedef struct NETAPI_PA_SHM_Tag
{
/* todo: Check if below size information can be made available from pa interface file */
-#define NETAPI_NWAL_CONFIG_BUFSIZE_PA_BUF0 256
+#define NETAPI_NWAL_CONFIG_BUFSIZE_PA_BUF0 512
/* PA instance */
/* Memory used for the PA Instance. Needs to be assigned global uncached memory for chip */
uint8_t paBuf0[NETAPI_NWAL_CONFIG_BUFSIZE_PA_BUF0]ALIGN(CACHE_LINESZ);