IDLE_THREAD_STACK_SIZE

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.
Expand description

Stack size of the idle threads (in bytes).