Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/arch/arm_gcc/common/core_kernel.h

    r352 r374  
    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 *
     
    5151#ifndef TOPPERS_CORE_KERNEL_H
    5252#define TOPPERS_CORE_KERNEL_H
     53
     54/*
     55 *  ターゲット定義のタスク属性
     56 */
     57#define TA_FPU          UINT_C(0x08)    /* FPUレジスタをコンテキストに含める */
    5358
    5459/*
Note: See TracChangeset for help on using the changeset viewer.