#[link_section
Anyone know how to specify the priority of a static in the __init_offsets section in a #[link_section = "__TEXT,__init_offsets"] directive? You can do it on Linux with like .init_array.PRIORITY...
August 28, 2025 at 4:56 PM
Wooo got it 🎉. I am curious why I had to do the HardFault instead of panic_handler? To test I was triggering it with panic!. The bottom one catches and reboot where the top one does not.
December 30, 2024 at 2:46 AM
[link_section = ".data"]でtime_criticalになる気がしてきた。
そしてアトリビュートを外から注入する&注入してることを言語サーバが知ってる方法ってないのかね。
March 22, 2024 at 12:56 AM