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

Replace dynamic memory allocation inside receive buffer with static memory allocation. #195

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

aentinger
Copy link
Member

Doing so allows the compiler to report memory usage during compilation time.

…emory allocaton.

Doing so allows the compiler to report memory usage during compilation time.
@aentinger aentinger added topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project. labels Jan 9, 2023
@aentinger aentinger self-assigned this Jan 9, 2023
@aentinger aentinger merged commit f6bda74 into fix-174 Jan 9, 2023
@aentinger aentinger deleted the static-heap-for-ringbuf branch January 9, 2023 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant