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
I'm working on the non volatile storage right now, which involves reserving sections of memory,
we really only need to reduce the rom size by how much space we want to reserve and provide a symbol or two, but having a dynamic linker would still be nice, there's also things like possible different offsets for the code for different bootloader sizes etc that would benefit from this.
We can hand edit linkers for each target so we aren't really limited right now anyway.
The text was updated successfully, but these errors were encountered:
I'm working on the non volatile storage right now, which involves reserving sections of memory,
we really only need to reduce the rom size by how much space we want to reserve and provide a symbol or two, but having a dynamic linker would still be nice, there's also things like possible different offsets for the code for different bootloader sizes etc that would benefit from this.
We can hand edit linkers for each target so we aren't really limited right now anyway.
The text was updated successfully, but these errors were encountered: