gonzui


Format: Advanced Search

mtkernel_3/include/sys/sysdepend/cpu/rza2m/profile.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:  *      profile.h
   17:  *
   18:  *      Service Profile (RZ/A2M depended)
   19:  */
   20: 
   21: #ifndef __SYS_DEPEND_PROFILE_CPU_H__
   22: #define __SYS_DEPEND_PROFILE_CPU_H__
   23: 
   24: /*
   25:  **** CPU core-depeneded profile (ARM Cortex-A9)
   26:  */
   27: #include "../core/armv7a/profile.h"
   28: 
   29: /*
   30:  **** CPU-depeneded profile (RZ/A9M)
   31:  */
   32: 
   33: /*
   34:  * Device Support
   35:  */
   36: #define TK_SUPPORT_IOPORT       TRUE          /* Support of I/O port access */
   37: 
   38: /*
   39:  * physical timer
   40:  */
   41: #define TK_SUPPORT_PTIMER       TRUE          /* Support of physical timer */
   42: #define TK_MAX_PTIMER           2                /* Maximum number of physical timers. */
   43: 
   44: 
   45: 
   46: #endif /* __SYS_DEPEND_PROFILE_CPU_H__ */