source: rtos_arduino/trunk/asp_1.9.2/arch/arm_m_gcc/common/core_offset.tf@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 510 bytes
Line 
1$
2$ オフセットファイル生成用テンプレートファイル(ARM-M用)
3$
4
5$
6$ オフセット値のマクロ定義の生成
7$
8$DEFINE("TCB_p_tinib", offsetof_TCB_p_tinib)$
9$DEFINE("TCB_texptn", offsetof_TCB_texptn)$
10$DEFINE("TCB_sp", offsetof_TCB_sp)$
11$DEFINE("TCB_pc", offsetof_TCB_pc)$
12
13$DEFINE("TINIB_exinf", offsetof_TINIB_exinf)$
14$DEFINE("TINIB_task", offsetof_TINIB_task)$
15
16$
17$ ビットオフセット値等のマクロ定義の生成
18$
19$DEFINE_BIT("TCB_enatex", sizeof_TCB, "B")$
Note: See TracBrowser for help on using the repository browser.