You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: