source: asp3_wo_tecs/trunk/target/dummy_gcc/target_offset.trb@ 304

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

コンフィギュレータをruby版に変更

File size: 621 bytes
Line 
1# -*- coding: utf-8 -*-
2#
3# オフセットファイル生成用の生成スクリプトのターゲット依存部(ダ
4# ミーターゲット用)
5#
6# $Id: target_offset.trb 572 2016-02-01 14:40:09Z ertl-hiro $
7#
8
9#
10# ターゲット非依存部のインクルード
11#
12IncludeTrb("kernel/genoffset.trb")
13
14#
15# フィールドのオフセットの定義の生成
16#
17GenerateDefine("TCB_p_tinib", $offsetof_TCB_p_tinib)
18GenerateDefine("TCB_sp", $offsetof_TCB_sp)
19GenerateDefine("TCB_pc", $offsetof_TCB_pc)
20GenerateDefine("TINIB_exinf", $offsetof_TINIB_exinf)
21GenerateDefine("TINIB_task", $offsetof_TINIB_task)
Note: See TracBrowser for help on using the repository browser.