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 Memory Usage in README #90

Closed
wants to merge 2 commits into from
Closed

Conversation

ActoryOu
Copy link
Member

Add Memory Usage in README

Description

Add memory usage info into readme file of NTZ/TFM projects.
Info get from STM32CubeIDE -- Build Analyzer:

  • NTZ project
    image

  • TFM project
    image

Test Steps

NA

Checklist:

  • [NA] I have tested my changes. No regression in existing tests.
  • [NA] 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.

@ActoryOu ActoryOu requested a review from a team as a code owner August 21, 2023 09:59
@@ -45,6 +46,13 @@ After importing the b_u585i_iot02a_ntz project into STM32CubeIDE, Build the proj

To write the newly built image to flash, select the Run As button, then select the `Flash_ntz` target.

### 3.1 Memory Usage

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What has been done to optimise the memory usage before publishing the numbers? For example, I've do we know if all the allocated network buffers are being used? Are we counting the static array used as a heap as consumed memory? Etc.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @RichardBarry. I didn't optimise the memory usage before this. I'll close this PR for now.

@ActoryOu ActoryOu closed this Aug 22, 2023
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.

2 participants