Macro r3_port_riscv::use_rt
source · macro_rules! use_rt { (unsafe $Traits:ty) => { ... }; }
Available on crate feature
riscv-rt
only.Expand description
Generate entry points using [::riscv_rt
]. Requires EntryPoint
to
be implemented.