more F7 cache misbehavior

This commit is contained in:
Matthew Kennedy 2023-11-02 12:41:08 -07:00 committed by rusefillc
parent 46a7cae403
commit 732becec4d
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ DDEFS += -DEFI_USB_SERIAL=TRUE -DHAL_USE_USB_MSD=FALSE
# disable CAN
DDEFS += -DEFI_CAN_SUPPORT=FALSE
# Cache is disabled on F7
DDEFS += -DSTM32_SRAM2_NOCACHE=FALSE
DDEFS += -DEFI_UNIT_TEST=0 -DEFI_PROD_CODE=1 -DEFI_SIMULATOR=0
# Compiler options here.