]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/Cortex-A5/IAR/default.rtebuild
Recommend to call SystemCoreClockUpdate() after .BSS initialization.
[cmsis] / CMSIS / CoreValidation / Tests / Cortex-A5 / IAR / default.rtebuild
1 import:
2  - ../cortex-a5.rtebuild
3 config:
4   FVP:
5     toolchain: ICCARM
6     commonflags : [ "--cpu ${cpu}", "--fpu ${fpu}", --endian little ]
7     cflags      : [ "${commonflags}", --debug, "--dlib_config DLib_Config_Full.h", -e ]
8     asmflags    : [ "${commonflags}" ]
9     linkflags   : [ "--cpu ${cpu}", --semihosting, "--entry Vectors", --vfe, "--text_out locale" ]
10     linkscript: "${basedir}/RTE/Device/${device}/${device}.icf"
11 include: 
12  - ./