source: asp3_wo_tecs/trunk/target/ct11mpcore_gcc/target_kernel.trb@ 306

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

3.1.0を反映

File size: 434 bytes
Line 
1# -*- coding: utf-8 -*-
2#
3# パス2の生成スクリプトのターゲット依存部(CT11MPCore用)
4#
5# $Id: target_kernel.trb 745 2016-04-10 17:00:12Z ertl-hiro $
6#
7
8#
9# 使用できる割込み番号とそれに対応する割込みハンドラ番号
10#
11$INTNO_VALID = [ *(0..47) ]
12$INHNO_VALID = $INTNO_VALID
13
14#
15# 生成スクリプトのコア依存部(チップ依存部は飛ばす)
16#
17IncludeTrb("core_kernel.trb")
Note: See TracBrowser for help on using the repository browser.