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/target/ct11mpcore_gcc/target_test.h

    r302 r306  
    44 *      Advanced Standard Profile Kernel
    55 *
    6  *  Copyright (C) 2007-2015 by Embedded and Real-Time Systems Laboratory
     6 *  Copyright (C) 2007-2016 by Embedded and Real-Time Systems Laboratory
    77 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    88 *
     
    5151 *  の責任を負わない.
    5252 *
    53  *  $Id: target_test.h 362 2015-07-26 11:29:15Z ertl-hiro $
     53 *  $Id: target_test.h 736 2016-04-04 23:50:03Z ertl-hiro $
    5454 */
    5555
     
    6262
    6363/*
     64 *  テストプログラムで使用する時間パラメータに関する定義
     65 */
     66#ifdef TOPPERS_USE_QEMU
     67#define TEST_TIME_CP    1000U
     68#endif /* TOPPERS_USE_QEMU */
     69
     70/*
    6471 *  コアでå
    6572±é€šãªå®šç¾©ï¼ˆãƒãƒƒãƒ—依存部は飛ばす)
     
    6774#include "core_test.h"
    6875
    69 /*
    70  *  テストプログラムの動作パラメータの定義
    71  */
    72 #ifdef TOPPERS_USE_QEMU
    73 #define ALM1_RELTIM             2000U           /* アラームハンドラ1に仕掛ける相対時間 */
    74 #endif /* TOPPERS_USE_QEMU */
    75 
    7676#endif /* TOPPERS_TARGET_TEST_H */
Note: See TracChangeset for help on using the changeset viewer.