[][src]Module fe_rtos::task

Constants

DEFAULT_STACK_SIZE

The default and recommended stack size for a task.

Functions

context_switch

Context switch interrupt handler. This should never be called directly.

start_scheduler

Starts the FeRTOS scheduler to begin executing tasks.

sys_tick

The systick interrupt handler.