Function start

Source
pub(crate) unsafe fn start() -> (&'static Kernel, STM32F429IDiscovery, &'static Stm32f4xx<'static, Stm32f429ziDefaultPeripherals<'static>>)
Expand description

Main function

This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.