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

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

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

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