Hello there, i am not sure this is the proper channel for this question, if not, let me know please. I am using the cortex_m_rt crate, and i would like to add some "custom" sections in the linker script. I understand from the docu [https://docs.rs/cortex-m-rt/0.7.3/cortex_m_rt/ that](https://docs.rs/cortex-m-rt/0.7.3/cortex_m_rt/#extra-sections, that i just need to declare the additional sections in memory.x. But then i guess that i have to initialize the sections by my own right? So the cortex_m_rt will not do that for the additional sections... or am i wrong? Thanks!