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

Store blobs to PROGMEM and define PROGMEM-compatible APIs #4

Open
dogtopus opened this issue Apr 30, 2019 · 0 comments
Open

Store blobs to PROGMEM and define PROGMEM-compatible APIs #4

dogtopus opened this issue Apr 30, 2019 · 0 comments
Labels
platform:avr Specific to Arduino AVR platform
Milestone

Comments

@dogtopus
Copy link
Member

In order to provide better support for AVR Arduino boards, it would be necessary to store constant blobs to program memory in order to save RAM space. Since AVR does not map the program memory and the RAM to the same address space, it would be necessary to define APIs for anything that will potentially access the program memory (e.g. data transmit routine for transport class, etc.) and use them when appropriate.

@dogtopus dogtopus added the platform:avr Specific to Arduino AVR platform label Apr 30, 2019
@dogtopus dogtopus added this to the v0.1 milestone May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:avr Specific to Arduino AVR platform
Projects
None yet
Development

No branches or pull requests

1 participant