Constant IDLE_THREAD_STACK_SIZE
pub const IDLE_THREAD_STACK_SIZE: usize = smp::Chip::IDLE_THREAD_STACK_SIZE; // 256usizeAvailable on crate features
threading and multi-core only.Expand description
Stack size of the idle threads (in bytes).