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