gonzui


Format: Advanced Search

mtkernel_3/include/tk/sysdepend/iote_stm32l4/cpudef.hbare sourcepermlink (0.01 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:  *      cpudef.h
   16:  *
   17:  *      CPU dependent definition (STM32L4 IoT-Engine depended)
   18:  *      include in syscall.h
   19:  */
   20: 
   21: #ifndef __TK_CPUDEF_H__
   22: #define __TK_CPUDEF_H__
   23: 
   24: #include "../cpu/core/armv7m/cpudef.h"
   25: 
   26: #endif /* __TK_CPUDEF_H__ */