Static STACK_BUFFER

Source
#[no_mangle]
#[link_section = ".stack_buffer"]
pub(crate) static mut STACK_BUFFER: [u8; 8192]
Expand description

Space for the stack buffer

Justified in tock’s kernel_layout.ld.