gonzui


Format: Advanced Search

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

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    micro T-Kernel 3.00.05
    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/11.
   10:  *
   11:  *----------------------------------------------------------------------
   12:  */
   13: 
   14: 
   15: /*
   16:  *      machine.h
   17:  *
   18:  *      Machine type definition (RZ/A2M IoT-Engine depended)
   19:  */
   20: 
   21: #ifndef __SYS_SYSDEPEND_MACHINE_H__
   22: #define __SYS_SYSDEPEND_MACHINE_H__
   23: 
   24: /*
   25:  * [TYPE]_[CPU]         TARGET SYSTEM
   26:  * CPU_xxxx             CPU type
   27:  * CPU_CORE_xxx         CPU core type
   28:  */
   29: 
   30: /* ----- RZ/A2M IoT-Engine (CPU: RZ/A2M) definition ----- */
   31: 
   32: #define IOTE_RZA2M              1                           /* Target system : RZ/A2M IoT-Engine */
   33: #define CPU_RZA2M               1                            /* Target CPU : Renesas RZ/A2M */
   34: #define CPU_CORE_ARMV7A         1                              /* Target CPU-Core type : ARMv7-A */
   35: #define CPU_CORE_ACA9           1                                /* Target CPU-Core : ARM Cortex-A9 */
   36: 
   37: #define TARGET_DIR              iote_rza2m                  /* Sysdepend-Directory name */
   38: 
   39: /*
   40:  **** CPU-depeneded profile (RZA2M)
   41:  */
   42: #include "../cpu/rza2m/machine.h"
   43: 
   44: 
   45: #endif /* __SYS_SYSDEPEND_MACHINE_H__ */