The docs say that using `cortex_m_rt::pre_init` is deprecated, but the macro is not effectively deprecated. Maybe we should add something like: ``` #[deprecated(note = "Use global_asm! to define the __pre_init function instead")] ```