Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
194c8c76
Commit
194c8c76
authored
Jul 05, 2015
by
Daniel Campora
Browse files
cc3200: Increment interrupt stack size from 2K to 3K.
parent
11115e4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cc3200/application.lds
View file @
194c8c76
...
...
@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
__stack_size__ =
2
K; /* interrupts are handled within this stack */
__stack_size__ =
3
K; /* interrupts are handled within this stack */
__min_heap_size__ = 8K;
MEMORY
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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