rust-embedded/cortex-m

Deprecate `#[cortex_m_rt::pre_init]`?

Closed this issue · 1 comments

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")]

Makes sense to me.