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/target/gr_peach_gcc/target_kernel_impl.h

    r321 r429  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems/
    44 *      Advanced Standard Profile Kernel
    5  *
     5 * 
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2006-2016 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2006-2018 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    10  *
     10 * 
    1111 *  上記著作権者は,以下の(1)~(4)の条件を満たす場合に限り,本ソフトウェ
    1212 *  ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
     
    3131 *      由に基づく請求からも,上記著作権者およびTOPPERSプロジェクトを
    3232 *      免責すること.
    33  *
     33 * 
    3434 *  本ソフトウェアは,無保証で提供されているものである.上記著作権者お
    3535 *  よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
     
    3737 *  アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
    3838 *  の責任を負わない.
    39  *
     39 * 
    4040 *  $Id$
    4141 */
     
    5757
    5858/*
    59  *  トレースログに関する設定
    60  */
    61 #ifdef TOPPERS_ENABLE_TRACE
    62 #include "arch/tracelog/trace_log.h"
    63 #endif /* TOPPERS_ENABLE_TRACE */
    64 
    65 /*
    66  *  デフォルトの非タスクコンテキスト用のスタック領域の定義
    67  */
    68 #define DEFAULT_ISTKSZ  0x2000U         /* 8KB */
    69 
    70 /*
    7159 *  微少時間待ちのための定義(本来はSILのターゲット依存部)
    7260 */
    73 #define SIL_DLY_TIM1    352
    74 #define SIL_DLY_TIM2    200
     61#define SIL_DLY_TIM1    110
     62#define SIL_DLY_TIM2    72
    7563
    7664/*
     
    8472 *  ターゲットシステム依存の初期化
    8573 */
    86 extern void target_initialize(void);
     74extern void     target_initialize(void);
    8775
    8876/*
     
    9179 *  システムを終了する時に使う.
    9280 */
    93 extern void target_exit(void) NoReturn;
     81extern void     target_exit(void) NoReturn;
    9482
    9583#endif /* TOPPERS_MACRO_ONLY */
Note: See TracChangeset for help on using the changeset viewer.