Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ti-connected-launchpad
standalone_public
Commits
41b72f00
Commit
41b72f00
authored
Jul 28, 2019
by
Stefan Tauner
Browse files
Update comments on stack size as well
parent
1922e2b3
Changes
2
Show whitespace changes
Inline
Side-by-side
example_standalone_driverlib/main.c
View file @
41b72f00
...
...
@@ -3,7 +3,7 @@
* Turns off LED on pin 0 on port N if button (USR_SW1 on port J pin 0) is pressed
*
* Already set build options of this project (no need to change anything):
* Stack size set to
1024
byte
* Stack size set to
4096
byte
* Heap size disabled - No malloc() available
* No code optimization - Easier debugging
* Strict floating point interrupt behavior
...
...
example_standalone_register/main.c
View file @
41b72f00
...
...
@@ -3,7 +3,7 @@
* Turns off LED on pin 0 on port N if button (USR_SW1 on port J pin 0) is pressed
*
* Already set build options of this project (no need to change anything):
* Stack size set to
25
6 byte
* Stack size set to
409
6 byte
* Heap size disabled - No malloc() available
* No code optimization - Easier debugging
* Strict floating point interrupt behavior
...
...
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