]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/Cortex-M0plus/IAR/default.rtebuild
Added SIMD tests for Cortex-M devices.
[cmsis] / CMSIS / CoreValidation / Tests / Cortex-M0plus / IAR / default.rtebuild
1 import:
2  - ../cortex-m0.rtebuild
3 config:
4   FVP:
5     toolchain: ICCARM
6     commonflags : [ "--endian little", "--cpu ${cpu}", "--fpu ${fpu}" ]
7     cflags      : [ "${commonflags}", --debug, -e, "--dlib_config DLib_Config_Full.h" ]
8     asmflags    : [ "${commonflags}" ]
9     linkflags   : [ --semihosting, "--entry Reset_Handler", --vfe, "--text_out locale" ]
10     linkscript: "${basedir}/RTE/Device/${device}/${device}.icf"
11 include: 
12  - ./