]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/bootloader/RTE_Components.h
CoreValidation: Fixed TC_CoreFunc_IRQVect missing external declaration to ROM vector...
[cmsis] / CMSIS / CoreValidation / Tests / bootloader / RTE_Components.h
1 #ifndef RTE_COMPONENTS_H
2 #define RTE_COMPONENTS_H
3
4 #if defined(ARMCM23_TZ)
5 #define CMSIS_device_header "ARMCM23_TZ.h"
6 #elif defined(ARMCM33_DSP_FP_TZ)
7 #define CMSIS_device_header "ARMCM33_DSP_FP_TZ.h"
8 #elif defined(ARMCM35P_DSP_FP_TZ)
9 #define CMSIS_device_header "ARMCM35P_DSP_FP_TZ.h"
10 #else
11 #error "Unknown device selection!"
12 #endif
13
14 #endif