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/sample/sample1.h

    r321 r429  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2004-2016 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2004-2018 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    5757
    5858#define EXC_PRIORITY    1               /* 例外処理タスクの優先度 */
    59 #define MAIN_PRIORITY   6               /* メインタスクの優先度 */
     59#define MAIN_PRIORITY   5               /* メインタスクの優先度 */
    6060                                                                /* HIGH_PRIORITYより高くすること */
    6161
     
    7676#endif /* STACK_SIZE */
    7777
    78 #ifndef KMM_SIZE
    79 #define KMM_SIZE                (STACK_SIZE * 16)       /* カーネルが割り付ける   */
    80 #endif /* KMM_SIZE */                                           /*     メモリ領域のサイズ */
     78#ifndef MPK_SIZE                                        /* カーネルメモリプール領域のサイズ */
     79#define MPK_SIZE                (STACK_SIZE * 16)
     80#endif /* MPK_SIZE */
    8181
    8282#ifndef LOOP_REF
Note: See TracChangeset for help on using the changeset viewer.