Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
db0580d0
Commit
db0580d0
authored
Mar 11, 2015
by
danicampora
Browse files
cc3200: Reduce stack sizes of simplelink and the servers.
parent
b2a237d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
cc3200/serverstask.h
View file @
db0580d0
...
...
@@ -31,7 +31,7 @@
DEFINE CONSTANTS
******************************************************************************/
#define SERVERS_PRIORITY 2
#define SERVERS_STACK_SIZE 9
60
#define SERVERS_STACK_SIZE 9
44
#define SERVERS_SSID_LEN_MAX 16
#define SERVERS_KEY_LEN_MAX 16
...
...
cc3200/simplelink/oslib/osi_freertos.c
View file @
db0580d0
...
...
@@ -457,7 +457,7 @@ OsiReturnVal_e VStartSimpleLinkSpawnTask(unsigned portBASE_TYPE uxPriority)
ASSERT
(
xSimpleLinkSpawnQueue
!=
NULL
);
ASSERT
(
pdPASS
==
xTaskCreate
(
vSimpleLinkSpawnTask
,
(
portCHAR
*
)
"SLSPAWN"
,
\
76
8
/
sizeof
(
portSTACK_TYPE
),
NULL
,
uxPriority
,
&
xSimpleLinkSpawnTaskHndl
));
7
3
6
/
sizeof
(
portSTACK_TYPE
),
NULL
,
uxPriority
,
&
xSimpleLinkSpawnTaskHndl
));
return
OSI_OK
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment