Skip to content

Commit

Permalink
Disable CUSTOM_DEFAULTS_EXTENDED in unified targets
Browse files Browse the repository at this point in the history
All default configs are less then 4k, no need for the extra space.
  • Loading branch information
pmattila committed Nov 9, 2023
1 parent 8029373 commit 69c4cf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/target/STM32_UNIFIED/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ endif
ifneq ($(findstring STM32F405,$(TARGET)),)
F405_TARGETS += $(TARGET)
FEATURES += VCP SDCARD_SPI SDCARD_SDIO ONBOARDFLASH
CUSTOM_DEFAULTS_EXTENDED = yes
endif

ifneq ($(findstring STM32F7X2,$(TARGET)),)
Expand All @@ -18,7 +17,6 @@ endif
ifneq ($(findstring STM32F745,$(TARGET)),)
F7X5XG_TARGETS += $(TARGET)
FEATURES += VCP SDCARD_SPI SDCARD_SDIO ONBOARDFLASH
CUSTOM_DEFAULTS_EXTENDED = yes
endif

ifneq ($(findstring STM32G47X,$(TARGET)),)
Expand All @@ -29,7 +27,6 @@ endif
ifneq ($(findstring STM32H743,$(TARGET)),)
H743xI_TARGETS += $(TARGET)
FEATURES += VCP SDCARD_SPI SDCARD_SDIO ONBOARDFLASH
CUSTOM_DEFAULTS_EXTENDED = yes
endif

TARGET_SRC = \
Expand Down

0 comments on commit 69c4cf7

Please sign in to comment.