F7 grrrr :(

This commit is contained in:
rusefillc 2023-10-09 18:53:03 -04:00
parent 2721d6ea52
commit 6c487f92e9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ ifeq ($(PROJECT_CPU),ARCH_STM32F7)
# TODO: why do I struggle to fit into flash? compare with Proteus
DDEFS += -DCH_DBG_ENABLE_ASSERTS=FALSE
DDEFS += -DENABLE_PERF_TRACE=FALSE
USE_OPT += -Wl,--defsym=FLASH_SIZE=768k
else ifeq ($(PROJECT_CPU),ARCH_STM32F4)
# This board has trigger scope hardware!
DDEFS += -DTRIGGER_SCOPE