]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/Cortex-M33NS/IAR/Bootloader/default.rtebuild
Recommend to call SystemCoreClockUpdate() after .BSS initialization.
[cmsis] / CMSIS / CoreValidation / Tests / Cortex-M33NS / IAR / Bootloader / default.rtebuild
1 import:
2  - ../../cortex-m33_bl.rtebuild
3 targets:
4   FVP:
5     toolchain: ICCARM
6     commonflags : [ "--cpu ${cpu}", "--fpu ${fpu}", --endian little, --cmse ]
7     cflags      : [ "${commonflags}", --debug, -On, -e, "--dlib_config DLib_Config_Normal.h" ]
8     asmflags    : [ "${commonflags}" ]
9     linkflags   : [ "--cpu ${cpu}", "--fpu ${fpu}", --semihosting, "--entry Reset_Handler", --vfe, "--text_out locale", "--import_cmse_lib_out=${builddir}/veneer.lib" ]
10     linkscript  : "${basedir}/../v2m-mps2_s.icf"
11     idetemplates: [ "debug.ewp.jnj" ]
12 include: 
13  - ./
14 source:
15  - ./main_s.c
16  
17