Skip to content
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

Heap size adjusted to work for both tls-client and mbed-client #3920

Merged
merged 1 commit into from
Mar 22, 2017

Commits on Mar 15, 2017

  1. Heap size adjusted to work for both tls-client and mbed-client

    Targets NUCLEO_F429ZI and UBLOX_EVK_ODIN_W2 have 192K RAM.
    Heap size in PR ARMmbed#3871 was increased from 48K to 96K as tls-client
    example failed with 48K heap. But this resulted in compilation failures
    in mbed-client that requires 71K for global/static data.
    Hence this PR reduces heap to 64K that minimum required by tls-client
    to work. This also meets mbed-client data segment requirements.
    Mohammad Azim Khan committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    5a9ea2c View commit details
    Browse the repository at this point in the history