gonzui


Format: Advanced Search

mtkernel_3/include/sys/sysdepend/iote_m367/profile.hbare sourcepermlink (0.01 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    micro T-Kernel 3.00.00
    4:  *
    5:  *    Copyright (C) 2006-2019 by Ken Sakamura.
    6:  *    This software is distributed under the T-License 2.1.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by TRON Forum(http://www.tron.org) at 2019/12/11.
   10:  *
   11:  *----------------------------------------------------------------------
   12:  */
   13: 
   14: /*
   15:  *      profile.h
   16:  *
   17:  *      Service Profile (M367 IoT-Engine depended)
   18:  */
   19: 
   20: #ifndef __SYS_DEPEND_PROFILE_H__
   21: #define __SYS_DEPEND_PROFILE_H__
   22: 
   23: /*
   24:  **** CPU-depeneded profile (TX03M367)
   25:  */
   26: #include "../cpu/tx03_m367/profile.h"
   27: 
   28: /*
   29:  **** Target-depeneded profile (M367 IoT-Engine)
   30:  */
   31: 
   32: /*
   33:  * Power management
   34:  */
   35: #define TK_SUPPORT_LOWPOWER     FALSE               /* Support of power management */
   36: 
   37: 
   38: 
   39: #endif /* __SYS_DEPEND_PROFILE_H__ */