Go to the documentation of this file.
58 #if defined(__NO_OFFICIAL_PORT__)
60 #elif defined(__W32STVC__)
61 #include "..\..\portable\80x86\win32_st\vc\rkhport.h"
62 #elif defined(__W32MTVC__)
63 #include "..\..\portable\80x86\win32_mt\vc\rkhport.h"
64 #elif defined(__LNXGNU__)
65 #include "../../portable/80x86/linux_st/gnu/rkhport.h"
66 #elif defined(__S08CW63__)
67 #include "..\..\portable\s08\rkhs\cw6_3\rkhport.h"
68 #elif defined(__CFV1CW63__)
69 #include "..\..\portable\cfv1\rkhs\cw6_3\rkhport.h"
70 #elif defined(__ARM_CM0CW10__)
71 #include "../../portable/arm-cortex/rkhs/arm_cm0/cw_v10/rkhport.h"
72 #elif defined(__ARM_CM4FCW10__)
73 #include "../../portable/arm-cortex/rkhs/arm_cm4f/cw_v10/rkhport.h"
74 #elif defined(__KSDK_KDS__)
75 #include "..\..\portable\arm-cortex\rkhs\ksdk\kds\rkhport.h"
76 #elif defined(__KSDK_OS_KDS__)
77 #include "..\..\portable\arm-cortex\ksdk_os\ucosiii\kds\rkhport.h"
78 #elif defined(__UCOS_V3_03_01__)
79 #include "..\..\portable\ucos\v3.03.01\rkhport.h"
80 #elif defined(__ARM_CM3XPRESSO___)
81 #include "../../portable/arm-cortex/rkhs/arm_cm3/codered/rkhport.h"
82 #elif defined(__TEST__)
83 #include "../../portable/test/rkhport.h"
84 #elif defined(__CIAANXP__)
85 #include "../../portable/arm-cortex/rkhs/arm_cm4f/ciaa_nxp/rkhport.h"
86 #elif defined(__STM32__)
87 #include "../../portable/arm-cortex/rkhs/arm_cm4f/stm32/rkhport.h"
88 #elif defined(__PLAT_DEF_BY_BUILD__)
91 #error "rkhplat.h: Platform definition is not found"
107 #error "rkhplat.h: Missing definition of platform to be used. \
108 See Porting chapter in readme file for more information"