Macro r3_port_arm::use_startup
source · macro_rules! use_startup { (unsafe $Traits:ty) => { ... }; }
Expand description
Generate startup code. Requires StartupOptions and EntryPoint to
be implemented.
This macro produces an entry point function whose symbol name is start.
You should specify it as an entry point in your linker script (the provided
linker scripts automatically do this for you).