#include <../kernel/fdmp_kernel.h> #include <../kernel/task.h> #include <../kernel/semaphore.h> #include <../kernel/eventflag.h> #include <../kernel/dataqueue.h> #include <../kernel/mailbox.h> #include <../kernel/mempfix.h> #include <../kernel/cyclic.h> #include <../kernel/interrupt.h> #include <../kernel/exception.h> #include <../kernel/time_event.h> #include <../kernel/fdmp_unrename.h> #include <sys_unrename.h> #include <cpu_unrename.h>
#include <../kernel/fdmp_kernel.h>
#include <../kernel/task.h>
#include <../kernel/semaphore.h>
#include <../kernel/eventflag.h>
#include <../kernel/dataqueue.h>
#include <../kernel/mailbox.h>
#include <../kernel/mempfix.h>
#include <../kernel/cyclic.h>
#include <../kernel/interrupt.h>
#include <../kernel/exception.h>
#include <../kernel/time_event.h>
#include <../kernel/fdmp_unrename.h>
#include <sys_unrename.h>
#include <cpu_unrename.h>
kernel_cfg.hのインクルード依存関係図
ソースコードを見る。
kernel_cfg.h で定義されています。
kernel_cfg.h の 93 行で定義されています。
kernel_cfg.h の 88 行で定義されています。
kernel_cfg.h の 91 行で定義されています。
kernel_cfg.h の 86 行で定義されています。
kernel_cfg.h の 83 行で定義されています。
カーネルのワークエリアを定義するためのデータ型
スタック領域と固定長メモリプール領域を,VP型のサイズよりも大きい単 位でアラインさせる必要がある場合には,__STK_UNIT と__MPF_UNIT を, それぞれアラインさせる単位のデータ型に定義する.
以下の定義は,__STK_UNIT および __MPF_UNIT のサイズが 2の巾乗であ ることを仮定している.
kernel_cfg.h の 79 行で定義されています。