Module switch

Module switch 

Source
Expand description

RISC-V kernel context switching implementation

This module provides low-level context switching functionality for RISC-V, enabling kernel tasks to yield execution and resume later at the same point.

Functions§

init_kernel_context
Initialize a kernel context for first-time execution
switch_to
Switch from the current kernel context to the next kernel context