IngmarEckhardt / IngmarEckhardt/dwarfOS

autosized arrays

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
enhancement high priority
Dominant language
C
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Description:
The current implementation of the pgm_txtfile_generator can be optimized for better performance and efficiency. As a C developer for AVR MCU, it is crucial to have a function that can create fixed-sized arrays with strings, without consuming excessive program memory. The function should take an array with a fixed number of character pointers to variable-sized strings. Given that each array consumes 2 bytes of RAM, it is essential for the function to provide an efficiency report detailing the memory usage in percentage terms, allowing the developer to make an informed decision.

User Story:
As a C developer for AVR MCU, I need a function that creates fixed-sized arrays with strings, optimizes program memory usage, and provides a report on memory efficiency, so that I can manage memory resources effectively while developing.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.