Skip to content

NCS36510 - decrease reserved heap space #2900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2016
Merged

Conversation

c1728p9
Copy link
Contributor

@c1728p9 c1728p9 commented Oct 4, 2016

Decrease the minimum space reserved for the heap from 16K down to
2K for GCC. This does not have an effect on the actual heap size since
the heap takes up all free RAM. This just allows code to compile in
configurations where the heap is smaller than 16K.

Decrease the minimum space reserved for the heap from 16K down to
2K for GCC. This does not have an effect on the actual heap size since
the heap takes up all free RAM. This just allows code to compile in
configurations where the heap is smaller than 16K.
@c1728p9
Copy link
Contributor Author

c1728p9 commented Oct 4, 2016

/morph test

@mbed-bot
Copy link

mbed-bot commented Oct 4, 2016

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1045

All builds and test passed!

@c1728p9
Copy link
Contributor Author

c1728p9 commented Oct 4, 2016

@sg- sg- merged commit cb9a4b1 into ARMmbed:master Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants