We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb13d3 commit dc558c2Copy full SHA for dc558c2
1 file changed
arch.mk
@@ -1568,7 +1568,7 @@ ifeq ($(ARCH), AURIX_TC3)
1568
endif
1569
1570
ifeq ($(AURIX_TC3_HSM),1)
1571
- ARCH_FLASH_OFFSET=0x80028000
+ ARCH_FLASH_OFFSET?=0x80028000
1572
# HSM compiler flags, build options, source code, etc
1573
ifeq ($(USE_GCC),1)
1574
# Just arm-none-eabi-gcc for now
@@ -1635,7 +1635,7 @@ ifeq ($(ARCH), AURIX_TC3)
1635
1636
else
1637
# Tricore compiler settings
1638
- ARCH_FLASH_OFFSET=0x800A0000
+ ARCH_FLASH_OFFSET?=0x800A0000
1639
1640
HT_ROOT?=/opt/hightec/gnutri_v4.9.4.1-11fcedf-lin64
1641
CROSS_COMPILE?=$(HT_ROOT)/bin/tricore-
0 commit comments