gonzui


Format: Advanced Search

mtkernel_3/include/sys/sysdepend/iote_m367/machine.hbare sourcepermlink (0.00 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    micro T-Kernel 3.00.03
    4:  *
    5:  *    Copyright (C) 2006-2021 by Ken Sakamura.
    6:  *    This software is distributed under the T-License 2.2.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by TRON Forum(http://www.tron.org) at 2021/03/31.
   10:  *
   11:  *----------------------------------------------------------------------
   12:  */
   13: 
   14: /*
   15:  *      machine.h
   16:  *
   17:  *      Machine type definition (M367 IoT-Engine depended)
   18:  */
   19: 
   20: #ifndef __SYS_SYSDEPEND_MACHINE_H__
   21: #define __SYS_SYSDEPEND_MACHINE_H__
   22: 
   23: /*
   24:  * [TYPE]_[CPU]         TARGET SYSTEM
   25:  * CPU_xxxx             CPU type
   26:  * CPU_CORE_xxx         CPU core type
   27:  */
   28: 
   29: /* ----- TX03-M367 IoT-Engine (CPU: TMPM367FDFG) definition ----- */
   30: 
   31: #define IOTE_M367               1                            /* Target system : M367 IoT-Engine */
   32: #define CPU_TMPM367FDFG         1                              /* Target CPU : Toshiba TMPM367FDFG */
   33: #define CPU_CORE_ARMV7M         1                              /* Target CPU-Core type : ARMv7-M */
   34: //#define CPU_CORE_ACM3         1                              /* Target CPU-Core : ARM Cortex-M3 */
   35: 
   36: #define TARGET_DIR              iote_m367                   /* Sysdepend-Directory name */
   37: 
   38: /*
   39:  **** CPU-depeneded profile (TX03M367)
   40:  */
   41: #include "../cpu/tx03_m367/machine.h"
   42: 
   43: 
   44: #endif /* __SYS_SYSDEPEND_MACHINE_H__ */