Function load_processes_not_inlined

Source
pub(crate) fn load_processes_not_inlined<C: Chip>(
    board_kernel: &'static Kernel,
    chip: &'static C,
)
Expand description

For the HiFive1, if load_process is inlined, it leads to really large stack utilization in main. By wrapping it in a non-inlined function, this reduces the stack utilization once processes are running.