mtkernel_3/include/sys/sysdepend/iote_rza2m/profile.h | bare source | permlink (0.00 seconds) |
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: * profile.h 16: * 17: * Service Profile (RZ/A2M IoT-Engine depended) 18: */ 19: 20: #ifndef __SYS_DEPEND_PROFILE_H__ 21: #define __SYS_DEPEND_PROFILE_H__ 22: 23: /* 24: **** CPU-depeneded profile (RZ/A2M) 25: */ 26: #include "../cpu/rza2m/profile.h" 27: 28: /* 29: **** Target-depeneded profile (RZ/A2M 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__ */