Crate rucos_cortex_m
source ·Expand description
A port of the RuCOS kernel to ARM Cortex-M
Constants
- Maximum number of kernel tasks
- Kernel tick rate in hertz
Functions
- PendSV interrupt handler
- SysTick interrupt handler
- Create a task
- Delete a task
- Get the ID of the current task
- Get the current value of the kernel tick
- Initialize the kernel and create the idle task
- Resume a task
- Sleep the current task
- Start the kernel
- Suspend a task