Changeset 56 for asp_wo_cfg/trunk/arch


Ignore:
Timestamp:
Nov 11, 2012, 6:18:55 PM (11 years ago)
Author:
ertl-hiro
Message:

ASPカーネルの修正への対応。

Location:
asp_wo_cfg/trunk/arch/logtrace
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/arch/logtrace/trace_config.c

    r49 r56  
    11/*
    2  *  TOPPERS/ASP Kernel
    3  *      Toyohashi Open Platform for Embedded Real-Time Systems/
    4  *      Advanced Standard Profile Kernel
     2 *  TOPPERS Software
     3 *      Toyohashi Open Platform for Embedded Real-Time Systems
    54 *
    65 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
     
    3837 *  の責任を負わない.
    3938 *
    40  *  @(#) $Id$
     39 *  $Id$
    4140 */
    4241
  • asp_wo_cfg/trunk/arch/logtrace/trace_config.h

    r49 r56  
    11/*
    2  *  TOPPERS/ASP Kernel
    3  *      Toyohashi Open Platform for Embedded Real-Time Systems/
    4  *      Advanced Standard Profile Kernel
     2 *  TOPPERS Software
     3 *      Toyohashi Open Platform for Embedded Real-Time Systems
    54 *
    65 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    76 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2004-2007 by Embedded and Real-Time Systems Laboratory
     7 *  Copyright (C) 2004-2012 by Embedded and Real-Time Systems Laboratory
    98 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    109 *
     
    3837 *  の責任を負わない.
    3938 *
    40  *  @(#) $Id$
     39 *  $Id$
    4140 */
    4241
     
    4544 *
    4645 *  このインクルードファイルは,target_config.hおよびtarget_syssvc.hの
    47  *  みからインクルードされる.他のファイルから直接インクルードしてはな
    48  *  らない.
     46 *  みからインクルードされる.また,トレースログ機能の初期化や記録の開
     47 *  始/停止,トレースログのダンプを行うプログラムからインクルードする
     48 *  ことを想定している.
    4949 */
    5050
  • asp_wo_cfg/trunk/arch/logtrace/trace_dump.c

    r49 r56  
    11/*
    2  *  TOPPERS/ASP Kernel
    3  *      Toyohashi Open Platform for Embedded Real-Time Systems/
    4  *      Advanced Standard Profile Kernel
     2 *  TOPPERS Software
     3 *      Toyohashi Open Platform for Embedded Real-Time Systems
    54 *
    65 *  Copyright (C) 2007-2011 by Embedded and Real-Time Systems Laboratory
     
    3635 *  の責任を負わない.
    3736 *
    38  *  @(#) $Id$
     37 *  $Id$
    3938 */
    4039
Note: See TracChangeset for help on using the changeset viewer.