Expand description
Interface for architecture-dependent functions implemented in separate crates.
Traits§
- Stack
Allocation - Trait for a stack allocation that meets architecture-specific requirements such as alignment.
Modeled after
rp2040_hal. https://docs.rs/rp2040-hal/0.11.0/rp2040_hal/multicore/struct.StackAllocation.html
Functions§
- _taskette_
get_ ⚠idle_ task_ stack - INTERNAL USE ONLY
- _taskette_
init_ ⚠stack - INTERNAL USE ONLY
- _taskette_
run_ ⚠with_ stack - INTERNAL USE ONLY
- _taskette_
setup ⚠ - INTERNAL USE ONLY
- _taskette_
start_ ⚠timer - INTERNAL USE ONLY
- _taskette_
wait_ ⚠for_ interrupt - INTERNAL USE ONLY
- _taskette_
yield_ ⚠now - INTERNAL USE ONLY
- yield_
now - Incurs a context switch and yields the CPU to another task.