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/arch/arm_gcc/rza1/chip_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 */
     
    5858
    5959/*
    60  *  MMUの使用に関する設定
     60 *  デフォルトの非タスクコンテキスト用のスタック領域の定義
    6161 */
    62 #define USE_ARM_MMU
    63 #define USE_ARM_SSECTION
     62#ifndef DEFAULT_ISTKSZ
     63#define DEFAULT_ISTKSZ  0x2000U                 /* 8KB */
     64#endif /* DEFAULT_ISTKSZ */
    6465
    6566/*
     
    7071
    7172/*
    72  *  GIC依存部の割込み管理機能の初期化は使用しない.
     73 *  GIC 390 Errataへの対策を実施
     74 */
     75#define GIC_PL390_ERRATA
     76
     77/*
     78 *  GIC依存部の割込み管理機能の初期化は使用しない
    7379 */
    7480#define OMIT_GIC_INITIALIZE_INTERRUPT
    7581
    7682/*
    77  *  GICに関する定義,コアで共通な定義
    78  *
    79  *  core_kernel_impl.hは,gic_kernel_impl.hからインクルードされる.
     83 *  MPCoreで共通な定義
    8084 */
    81 #include "gic_kernel_impl.h"
     85#include "mpcore_kernel_impl.h"
    8286
    8387#ifndef TOPPERS_MACRO_ONLY
Note: See TracChangeset for help on using the changeset viewer.