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

lib: updatehub: Improve memory footprint #24212

Closed
nandojve opened this issue Apr 9, 2020 · 0 comments · Fixed by #24154
Closed

lib: updatehub: Improve memory footprint #24212

nandojve opened this issue Apr 9, 2020 · 0 comments · Fixed by #24154
Assignees
Labels
Enhancement Changes/Updates/Additions to existing features

Comments

@nandojve
Copy link
Member

nandojve commented Apr 9, 2020

Is your enhancement proposal related to a problem? Please describe.
The current version of UpdateHub uses heap memory on same method. There are methods that implement bin stream to hex and Zephyr have their own version internally.

Describe the solution you'd like
Remove use of heap memory and try to use zephyr internals as much as possible.

@nandojve nandojve self-assigned this Apr 9, 2020
@carlescufi carlescufi added the Enhancement Changes/Updates/Additions to existing features label Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants