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