forked from ARM-software/CMSIS_5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CoreValidation: reworked rtebuild files.
- Loading branch information
GuentherMartin
committed
Feb 24, 2021
1 parent
1cc6043
commit 0d7e4fa
Showing
12 changed files
with
1,917 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
options: | ||
optimize : [ O1, O2, Oz, Ofast, Os ] | ||
import: | ||
- armclang.rtebuild | ||
- bootloader.rtebuild | ||
targets: | ||
arm: | ||
csettings : [ -fno-rtti, -funsigned-char, -fshort-enums, -fshort-wchar, -mlittle-endian, -gdwarf-3, "-%{optimize}", -ffunction-sections ] | ||
cwarnings : [ -Weverything, -Wno-undef, -Wno-packed, -Wno-reserved-id-macro, -Wno-unused-macros, -Wno-documentation-unknown-command, -Wno-documentation, -Wno-license-management ] | ||
armcm: | ||
toolchain: ARMCC6_MDK | ||
toolchain : ARMCC6_MDK | ||
features : "" | ||
cflags : [ -xc, -std=gnu99, --target=arm-arm-none-eabi, "-mcpu=${cpu}${features}", "-mfloat-abi=${float}", -c, "${csettings}", "${cwarnings}" ] | ||
asmflags : [ "--cpu ${cpu}", --li, -g ] | ||
info : [ --info summarysizes, --map, --load_addr_map_info, --xref, --callgraph, --symbols, --info sizes, --info totals, --info unused, --info veneers, "--list ${builddir}/${targetName}.map" ] | ||
linkflags : [ "--cpu ${cpu}", --strict, --no_remove, --entry Reset_Handler, "--import-cmse-lib-out ${builddir}/cmse.lib", --diag_suppress=L6314, --diag_suppress=L6092w, "${info}" ] | ||
linkscript : "config/core_m/rtebuild.sct" | ||
armcm23ns: | ||
cpu : cortex-m23 | ||
float : soft | ||
cflags : [ -mcmse ] | ||
armcm33ns: | ||
cpu : cortex-m33 | ||
float : hard | ||
cflags : [ -mcmse ] | ||
armcm35pns: | ||
cpu : cortex-m35p | ||
float : hard | ||
cflags : [ -mcmse ] | ||
armcm55ns: | ||
cpu : cortex-m55 | ||
float : hard | ||
cflags : [ -mcmse ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
options: | ||
optimize : [ O1, O2, Oz, Ofast, Os ] | ||
import: | ||
- armclang.rtebuild | ||
- bootloader.rtebuild | ||
targets: | ||
arm: | ||
csettings : [ -fno-rtti, -funsigned-char, -fshort-enums, -fshort-wchar, -mlittle-endian, -gdwarf-3, "-%{optimize}", -ffunction-sections ] | ||
cwarnings : [ -Weverything, -Wno-undef, -Wno-packed, -Wno-reserved-id-macro, -Wno-unused-macros, -Wno-documentation-unknown-command, -Wno-documentation, -Wno-license-management ] | ||
armcm: | ||
toolchain: ARMCC6_LTM_MDK | ||
toolchain : ARMCC6_LTM_MDK | ||
features : "" | ||
cflags : [ -xc, -std=gnu99, --target=arm-arm-none-eabi, "-mcpu=${cpu}${features}", "-mfloat-abi=${float}", -c, "${csettings}", "${cwarnings}" ] | ||
asmflags : [ "--cpu ${cpu}", --li, -g ] | ||
info : [ --info summarysizes, --map, --load_addr_map_info, --xref, --callgraph, --symbols, --info sizes, --info totals, --info unused, --info veneers, "--list ${builddir}/${targetName}.map" ] | ||
linkflags : [ "--cpu ${cpu}", --strict, --no_remove, --entry Reset_Handler, "--import-cmse-lib-out ${builddir}/cmse.lib", --diag_suppress=L6314, --diag_suppress=L6092w, "${info}" ] | ||
linkscript : "config/core_m/rtebuild.sct" | ||
armcm23ns: | ||
cpu : cortex-m23 | ||
float : soft | ||
cflags : [ -mcmse ] | ||
armcm33ns: | ||
cpu : cortex-m33 | ||
float : hard | ||
cflags : [ -mcmse ] | ||
armcm35pns: | ||
cpu : cortex-m35p | ||
float : hard | ||
cflags : [ -mcmse ] | ||
armcm55ns: | ||
cpu : cortex-m55 | ||
float : hard | ||
cflags : [ -mcmse ] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.