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

Add configuration include to secure_heap.c #1141

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Conversation

Olstyle
Copy link
Contributor

@Olstyle Olstyle commented Sep 9, 2024

Enables actually changing the size of the secure heap

Description

The secure heap is trying to use defines from FreeRTOSConfig.h but never actually included it. This patch changes this.

Test Steps

  1. Create a project with secure heap
  2. Increase the secure heap size in the config
  3. Check real heap size via build analyzer

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Enables actually changing the size of the secure heal
@Olstyle Olstyle requested a review from a team as a code owner September 9, 2024 19:18
Signed-off-by: Gaurav Aggarwal <[email protected]>
Copy link

sonarcloud bot commented Sep 10, 2024

@aggarg aggarg merged commit 310ace5 into FreeRTOS:main Sep 10, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants