]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/default.rtebuild
CoreValidation: Added -Wundef to GCC project configurations.
[cmsis] / CMSIS / CoreValidation / Tests / Cortex-M4FP / IAR / default.rtebuild
1 import:
2  - ../cortex-m4.rtebuild
3 targets:
4   FVP:
5     toolchain: ICCARM
6     commonflags : [ "--cpu ${cpu}", "--fpu ${fpu}", --endian little ]
7     cflags      : [ "${commonflags}", --debug, -On, -e, "--dlib_config DLib_Config_Full.h" ]
8     asmflags    : [ "${commonflags}" ]
9     linkflags   : [ "--cpu ${cpu}", "--fpu ${fpu}", "--entry Reset_Handler", --semihosting, --vfe, "--text_out locale" ]
10     linkscript  : "${basedir}/RTE/Device/${device}/${device}.icf"
11     idetemplates: [ "debug.ewp.jnj" ]
12 include: 
13  - ./