F7 grrrr :(
This commit is contained in:
parent
2721d6ea52
commit
6c487f92e9
|
@ -19,6 +19,7 @@ ifeq ($(PROJECT_CPU),ARCH_STM32F7)
|
||||||
# TODO: why do I struggle to fit into flash? compare with Proteus
|
# TODO: why do I struggle to fit into flash? compare with Proteus
|
||||||
DDEFS += -DCH_DBG_ENABLE_ASSERTS=FALSE
|
DDEFS += -DCH_DBG_ENABLE_ASSERTS=FALSE
|
||||||
DDEFS += -DENABLE_PERF_TRACE=FALSE
|
DDEFS += -DENABLE_PERF_TRACE=FALSE
|
||||||
|
USE_OPT += -Wl,--defsym=FLASH_SIZE=768k
|
||||||
else ifeq ($(PROJECT_CPU),ARCH_STM32F4)
|
else ifeq ($(PROJECT_CPU),ARCH_STM32F4)
|
||||||
# This board has trigger scope hardware!
|
# This board has trigger scope hardware!
|
||||||
DDEFS += -DTRIGGER_SCOPE
|
DDEFS += -DTRIGGER_SCOPE
|
||||||
|
|
Loading…
Reference in New Issue