Constant IDLE_THREAD_STACK_SIZE
pub const IDLE_THREAD_STACK_SIZE: usize = smp::Chip::IDLE_THREAD_STACK_SIZE; // 256usize
Available on crate features
threading
and multi-core
only.pub const IDLE_THREAD_STACK_SIZE: usize = smp::Chip::IDLE_THREAD_STACK_SIZE; // 256usize
threading
and multi-core
only.