source: azure_iot_hub_riscv/trunk/asp_baseplatform/arch/riscv_gcc/prc_offset.tf@ 453

Last change on this file since 453 was 453, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 613 bytes
Line 
1$
2$ オフセットファイル生成用テンプレートファイル(RISC-V用)
3$
4
5$
6$ 標準テンプレートファイルのインクルード
7$
8$INCLUDE "kernel/genoffset.tf"$
9
10$
11$ オフセット値のマクロ定義の生成
12$
13$DEFINE("TCB_p_tinib", offsetof_TCB_p_tinib)$
14$DEFINE("TCB_texptn", offsetof_TCB_texptn)$
15$DEFINE("TCB_sp", offsetof_TCB_sp)$
16$DEFINE("TCB_pc", offsetof_TCB_pc)$
17
18$DEFINE("TINIB_exinf", offsetof_TINIB_exinf)$
19$DEFINE("TINIB_task", offsetof_TINIB_task)$
20
21$
22$ ビットオフセット値等のマクロ定義の生成
23$
24$DEFINE_BIT("TCB_enatex", sizeof_TCB, "B")$
Note: See TracBrowser for help on using the repository browser.