-
Notifications
You must be signed in to change notification settings - Fork 3k
K64/ARM: Update to 2-region model for HEAP and Stack Memory #9613
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
Conversation
Thanks for the PR, looks good to me |
@@ -0,0 +1,74 @@ | |||
/* mbed Microcontroller Library - stackheap | |||
* Copyright (C) 2019-2019 ARM Limited. All rights reserved. | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should contain SPDX identifier, apache 2.0
d0c6348
to
292f1a1
Compare
How about K66F? Would something similar be needed there? |
Solution for other targets is here: #9571 |
Shall this be closed or can go in as it is and #9571 will go separately? |
@ARMmbed/mbed-os-maintainers - please target to next patch release. |
While waiting for @deepikabhavnani approval, running CI |
This is needed for Bootloader - patch release. 9571 will be minor release, will rebase 9571 after this is merged, to revert the K64F change and use generic one |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
This is patch for Issue #9523 (K64F only).
Tested the solution on:
tests-mbedmicro-rtos-mbed-heap_and_stack
andtests-mbed_hal-stack_size_unification
tests (for rtos builds).Pull request type
Reviewers
@deepikabhavnani please review.