Ignore:
Timestamp:
Jun 27, 2017, 10:53:32 AM (7 years ago)
Author:
ertl-honda
Message:

3.1.0を反映

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_m_gcc/common/core_check.trb

    r304 r306  
    11# ======================================================================
    2 # 
     2#
    33#   TOPPERS/ASP Kernel
    44#       Toyohashi Open Platform for Embedded Real-Time Systems/
    55#       Advanced Standard Profile Kernel
    6 # 
     6#
    77#   Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    88#                               Toyohashi Univ. of Technology, JAPAN
    99#   Copyright (C) 2005-2014 by Embedded and Real-Time Systems Laboratory
    1010#               Graduate School of Information Science, Nagoya Univ., JAPAN
    11 # 
     11#
    1212#   ä¸Šè¨˜è‘—作権è€
    1313は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ
     
    4646#       å
    4747è²¬ã™ã‚‹ã“と.
    48 # 
     48#
    4949#   æœ¬ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã¯ï¼Œç„¡ä¿è¨¼ã§æä¾›ã•ã‚Œã¦ã„るものである.上記著作権è€
    5050お
     
    5353#   ã‚¢ã®åˆ©ç”¨ã«ã‚ˆã‚Šç›´æŽ¥çš„または間接的に生じたいかなる損害に関しても,そ
    5454#   ã®è²¬ä»»ã‚’負わない.
    55 # 
     55#
    5656#   @(#) $Id: core_check.tf 301 2015-01-07 04:57:01Z ertl-ishikawa $
    5757#
    5858# =====================================================================
    5959
    60 # 
     60#
    6161#               ãƒ‘ス3のプロセッサ依存テンプレート(ARM-M用)
    62 # 
     62#
    6363
    64 # 
     64#
    6565#  パス4のプロセッサ依存テンプレート(ARM-M用)
    66 
    67 def GetStackTskinictxb(key, params)
    68     tinib = SYMBOL("_kernel_tinib_table")
    69     tinib += $sizeof_TINIB * (key - 1)
     66#
     67def GetStackTskinictxb(key, params, tinib)
    7068    bottom = PEEK(tinib + $offsetof_TINIB_TSKINICTXB_stk_bottom, $sizeof_void_ptr)
    7169    size = PEEK(tinib + $offsetof_TINIB_TSKINICTXB_stksz, $sizeof_size_t)
     
    7371end
    7472
    75 # 
     73#
    7674#  ターゲット非依存部のインクルード
    77 # 
     75#
    7876IncludeTrb("kernel/kernel_check.trb")
Note: See TracChangeset for help on using the changeset viewer.