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

Too much RAM usage #3

Open
jkotrc opened this issue Dec 16, 2023 · 0 comments · May be fixed by #2
Open

Too much RAM usage #3

jkotrc opened this issue Dec 16, 2023 · 0 comments · May be fixed by #2

Comments

@jkotrc
Copy link
Owner

jkotrc commented Dec 16, 2023

Arduino nano, for example, has only 2KB of SRAM, with larger flash memory of 32KB, of which around 10KB won't be taken up by the sketch.

Originally an aim was to allow designing interfaces in a markup format and sending this to the board over serial for dynamic interface building, but this can only be possible on boards with enough memory. Components should be primarily created in constant memory using the PROGMEM annotation with dynamic allocation potentially a supported option

@jkotrc jkotrc linked a pull request Dec 16, 2023 that will close this issue
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 a pull request may close this issue.

1 participant