4.13. OS Module

4.13.1. Module Files

4.13.1.1. Driver

4.13.1.2. Configuration

none

4.13.1.3. Unit Test

  • tests/unit/app/task/os/test_os.c (API, source)

4.13.2. Detailed Description

The os module provides system relevant initializations and functions, such as e.g., the operating system timer.

At first the os module initializes all tasks form Task Configuration by calling OS_InitializeTasks(). After that the scheduler takes over. The details of the task configuration are documented in the FTASK Module.

The operating system timer incrementing function OS_TimerTrigger is implemented in the os module. The timer is stored in the variable os_timer.

Furthermore it enables the user configuration of the vApplicationIdleHook by calling FTSK_UserCodeIdle.

4.13.3. Further Reading

Task configuration details are found in the FTASK Module documentation.