Merge pull request #7501 from betaflight/fix_flash_overflow

Fixed flash overflow on CHEBUZZF3, FURYF3, FURYF3OSD, LUX_RACE, RACEBASE, SIRINFPV, and SPRACINGF3MINI.
This commit is contained in:
Michael Keller 2019-02-01 07:44:48 +13:00 committed by GitHub
commit 5a510ce859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ F3_TARGETS += $(TARGET)
FEATURES = VCP SDCARD_SPI
FEATURE_CUT_LEVEL = 3
FEATURE_CUT_LEVEL = 6
TARGET_SRC = \
drivers/compass/compass_hmc5883l.c \

View File

@ -3,11 +3,11 @@ F3_TARGETS += $(TARGET)
ifeq ($(TARGET), FURYF3OSD)
FEATURES += VCP ONBOARDFLASH
FEATURE_CUT_LEVEL = 8
FEATURE_CUT_LEVEL = 10
else
FEATURES += VCP SDCARD_SPI
FEATURE_CUT_LEVEL = 4
FEATURE_CUT_LEVEL = 6
endif
TARGET_SRC = \

View File

@ -3,7 +3,7 @@ F3_TARGETS += $(TARGET)
FEATURES = VCP SDCARD_SPI
ifeq ($(TARGET), LUXV2_RACE)
FEATURE_CUT_LEVEL = 6
FEATURE_CUT_LEVEL = 8
else
FEATURE_CUT_LEVEL = 0
endif

View File

@ -2,7 +2,7 @@ F3_TARGETS += $(TARGET)
FEATURES = ONBOARDFLASH
FEATURE_CUT_LEVEL = 6
FEATURE_CUT_LEVEL = 8
TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \

View File

@ -2,7 +2,7 @@ F3_TARGETS += $(TARGET)
FEATURES = VCP SDCARD_SPI
FEATURE_CUT_LEVEL = 4
FEATURE_CUT_LEVEL = 6
TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \

View File

@ -2,7 +2,7 @@ F3_TARGETS += $(TARGET)
FEATURES = VCP SDCARD_SPI
FEATURE_CUT_LEVEL = 8
FEATURE_CUT_LEVEL = 10
TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \