FreeRTOS main module.
More...
#include <FreeRTOS.h>
#include <task.h>
#include <ecl/assert.h>
◆ early_main()
Early-main routine performs final initialization steps.
All global objects must be constructed before entering user's main routine. Kernel in responsible for calling early_main() after it (kernel) will be completely ready.
- Todo:
- Consider specifying it with noreturn attribute.
◆ __attribute__()
◆ vAssertCalled()
void vAssertCalled |
( |
const char * |
file, |
|
|
int |
line |
|
) |
| |
◆ freertos_main_runner()
void freertos_main_runner |
( |
void * |
arg | ) |
|
◆ kernel_main()