esp-hal
esp-hal copied to clipboard
Static linking in psram. Is there support or what is needed for it?
Hello. Are there any plans to add a linking attribute to psram?
As in idf:
#[link_section = ".ext_ram.bss.****"]
There are currently no plans to use PSRAM for anything but heap memory. PRs are welcome
Why was it removed here?
Why was it removed here?
It was never really supported ... e.g. we never actually zeroed .external.bss
Added a draft for this. I will be glad for any help