We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a626d42 commit f8632b1Copy full SHA for f8632b1
1 file changed
arch.mk
@@ -1587,7 +1587,7 @@ ifeq ($(ARCH), AURIX_TC3)
1587
endif
1588
1589
ifeq ($(AURIX_TC3_HSM),1)
1590
- ARCH_FLASH_OFFSET=0x80028000
+ ARCH_FLASH_OFFSET?=0x80028000
1591
# HSM compiler flags, build options, source code, etc
1592
ifeq ($(USE_GCC),1)
1593
# Just arm-none-eabi-gcc for now
@@ -1654,7 +1654,7 @@ ifeq ($(ARCH), AURIX_TC3)
1654
1655
else
1656
# Tricore compiler settings
1657
- ARCH_FLASH_OFFSET=0x800A0000
+ ARCH_FLASH_OFFSET?=0x800A0000
1658
1659
HT_ROOT?=/opt/hightec/gnutri_v4.9.4.1-11fcedf-lin64
1660
CROSS_COMPILE?=$(HT_ROOT)/bin/tricore-
0 commit comments