56 #include "Mockftask.h"
57 #include "Mockftask_cfg.h"
58 #include "Mockportmacro.h"
74 FTSK_CreateQueues_Expect();
75 FTSK_CreateTasks_Expect();
83 FTSK_RunUserCodeIdle_Expect();
95 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
98 for (uint8_t i = 0; i < 9; i++) {
103 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
112 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
130 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
148 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
166 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
184 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
208 TEST_ASSERT_EQUAL_MEMORY(&timerExpected, &timer,
sizeof(
OS_TIMER_s));
void OS_InitializeOperatingSystem(void)
Initialization the RTOS interface.
void vApplicationIdleHook(void)
Hook function for the idle task.
void OS_TriggerTimer(volatile OS_TIMER_s *timer)
Increments the system timer os_timer.
volatile OS_BOOT_STATE_e os_boot
Implementation of the tasks used by the system, headers.
void testOS_TriggerTimer(void)
void testvApplicationIdleHookCallsUserCodeIdle(void)
void testOSTaskInitCallsFTSKFunctions(void)
void testOS_TriggerTimerOverflow(void)