]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/bootloader/bootloader.rtebuild
CoreValidation: Fixed AC5 compiler settings for CA5 targets.
[cmsis] / CMSIS / CoreValidation / Tests / bootloader / bootloader.rtebuild
1 import:
2  - ${home}/.rtebuild/toolchain.rtebuild
3 targets:
4   arm:
5     defines     : [ "${device}${dsuffix}=1" ]
6   armcm:
7     extends     : arm
8     include:
9       - ../config/core_m
10       - ../../../Core/Include
11     source:
12       - ../../../../Device/ARM/${device}/Source/system_${device}.c
13   armcm23ns:
14     extends: armcm
15     device : ARMCM23
16     dsuffix: "_TZ"
17   armcm33ns:
18     extends: armcm
19     device : ARMCM33
20     dsuffix: "_DSP_FP_TZ"
21 include: 
22   - ./
23   - ../../../../Device/ARM/${device}/Include
24 source:
25   - ./bootloader.c