Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/common/core_kernel.trb

    r321 r429  
    66#
    77#   Copyright (C) 2015 by FUJI SOFT INCORPORATED, JAPAN
    8 #   Copyright (C) 2015,2016 by Embedded and Real-Time Systems Laboratory
     8#   Copyright (C) 2015-2019 by Embedded and Real-Time Systems Laboratory
    99#               Graduate School of Information Science, Nagoya Univ., JAPAN
    1010#
     
    3838#   の責任を負わない.
    3939#
    40 #   $Id$
     40#   $Id: core_kernel.trb 662 2016-02-27 02:33:51Z ertl-hiro $
    4141#
    4242
     
    4848#  有効なCPU例外ハンドラ番号
    4949#
    50 $EXCNO_VALID = [ 0, 1, 2, 3, 4, 5 ]
     50$EXCNO_VALID = [ 0, 1, 2, 3, 4, 5, 6 ]
    5151
    5252#
    5353#  DEF_EXCで使用できるCPU例外ハンドラ番号
    5454#
    55 $EXCNO_DEFEXC_VALID = [ 0, 1, 2, 3, 5 ]
     55$EXCNO_DEFEXC_VALID = [ 0, 1, 2, 3, 5, 6 ]
    5656
    5757#
     
    6565$kernelCfgC.comment_header("Interrupt Handler Table")
    6666
    67 $kernelCfgC.add("FP _kernel_inh_table[TNUM_INHNO] = {")
     67$kernelCfgC.add("/*const*/FP _kernel_inh_table[TNUM_INHNO] = {")
    6868$INHNO_VALID.each_with_index do |inhnoVal, index|
    6969  $kernelCfgC.add(",") if index > 0
Note: See TracChangeset for help on using the changeset viewer.