1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Moved custom defaults to dedicated block for STM32F745.

This commit is contained in:
mikeller 2020-06-01 11:57:21 +12:00
parent 6bada9c5e9
commit f0c4f6a25a

View file

@ -1,10 +1,6 @@
ifeq ($(TARGET), STM32F405)
F405_TARGETS += $(TARGET)
# Use a full block (16 kB) of flash for custom defaults - with 1 MB flash we have more than we know how to use anyway
CUSTOM_DEFAULTS_EXTENDED = yes
else
ifeq ($(TARGET), STM32F411)
F411_TARGETS += $(TARGET)
@ -20,6 +16,13 @@ endif
endif
endif
ifeq ($(TARGET), $(filter $(TARGET), STM32F405 STM32F745))
# Use a full block (16 kB) of flash for custom defaults - with 1 MB flash we have more than we know how to use anyway
CUSTOM_DEFAULTS_EXTENDED = yes
endif
FEATURES += VCP SDCARD_SPI SDCARD_SDIO ONBOARDFLASH
TARGET_SRC = \