![]() |
AKOS
v1.0.0
Documentation
|
Kernel initialization, startup and critical-section control. More...
#include "core.h"#include "message.h"#include "timer.h"#include "priority.h"#include "thread.h"#include "log.h"#include "config.h"#include "port.h"Go to the source code of this file.
Functions | |
| void | akos_core_enter_critical (void) |
| Enter nested critical section. | |
| void | akos_core_exit_critical (void) |
| Exit nested critical section. | |
| void | akos_core_init (void) |
| Initialize kernel modules. | |
| void | akos_core_run (void) |
| Start scheduler and switch to the first task. | |
Kernel initialization, startup and critical-section control.
Definition in file core.c.
| void akos_core_enter_critical | ( | void | ) |
| void akos_core_exit_critical | ( | void | ) |
| void akos_core_init | ( | void | ) |