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/common/core_kernel_impl.h

    r321 r429  
    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-2019 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    5555
    5656/*
     57 *  ターゲット依存のタスク属性(エラーチェック用)
     58 */
     59/*#ifdef USE_ARM_FPU*/
     60#define TARGET_TSKATR           (TA_FPU)
     61/*#endif /* USE_ARM_FPU */
     62
     63/*
    5764 *  エラーチェック方法の指定
    5865 */
     
    6875#define CHECK_MPF_ALIGN         4               /* 固定長メモリプール領域のアライン単位 */
    6976#define CHECK_MPF_NONNULL                       /* 固定長メモリプール領域の非NULLチェック */
     77#define CHECK_MPK_ALIGN         4               /* カーネルメモリプール領域のアライン単位 */
     78#define CHECK_MPK_NONNULL                       /* カーネルメモリプール領域の非NULL  */
     79                                                                        /*                                                      チェック */
    7080#define CHECK_MB_ALIGN          4               /* 管理領域のアライン単位 */
    7181
     
    269279 *  非タスクコンテキストからのディスパッチ要求
    270280 */
    271 #define request_dispatch()
     281#define request_dispatch_retint()
    272282
    273283/*
     
    324334 *  割込みハンドラテーブル(kernel_cfg.c)
    325335 */
    326 extern FP inh_table[TNUM_INHNO];
     336extern /*const*/FP inh_table[TNUM_INHNO];
    327337
    328338/*
     
    447457 *  MMUの設定情報(メモリエリアの情報)(target_kernel_impl.c)
    448458 */
    449 extern ARM_MMU_CONFIG arm_memory_area[];
     459extern const ARM_MMU_CONFIG arm_memory_area[];
    450460
    451461/*
     
    458468
    459469#ifndef TOPPERS_MACRO_ONLY
     470
     471/*
     472 *  FPUの初期化
     473 */
     474#ifdef USE_ARM_FPU
     475extern void arm_fpu_initialize(void);
     476#endif /* USE_ARM_FPU */
    460477
    461478/*
Note: See TracChangeset for help on using the changeset viewer.