C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches

Kernel internals in support context switching. More...

Data Structures

struct  OS_scheduling_context_t
 Structure describing upcoming context switch. More...
 

Detailed Description

Kernel internals in support context switching.

Bulk of the context switching is done inside the platform independent portion of the kernel, but the final heavy lifting always has to be done in a platform specific way. The structures defined here help to establish communication between these two parts of the kernel.