1 ifeq ($(TARGET
), STM32F405
)
2 F405_TARGETS
+= $(TARGET
)
5 ifeq ($(TARGET
), STM32F411
)
6 F411_TARGETS
+= $(TARGET
)
9 ifeq ($(TARGET
), STM32F7X2
)
10 F7X2RE_TARGETS
+= $(TARGET
)
13 ifeq ($(TARGET
), STM32F745
)
14 F7X5XG_TARGETS
+= $(TARGET
)
17 ifeq ($(TARGET
), STM32G47X
)
18 G47X_TARGETS
+= $(TARGET
)
21 H743xI_TARGETS
+= $(TARGET
)
29 ifeq ($(TARGET
), $(filter $(TARGET
), STM32F405 STM32F745 STM32H743
))
30 # 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
32 CUSTOM_DEFAULTS_EXTENDED
= yes
35 ifeq ($(TARGET
), STM32G47X
)
36 FEATURES
+= VCP SDCARD_SPI ONBOARDFLASH
38 FEATURES
+= VCP SDCARD_SPI SDCARD_SDIO ONBOARDFLASH
42 $(addprefix drivers
/accgyro
/,$(notdir $(wildcard $(SRC_DIR
)/drivers
/accgyro
/*.c
))) \
43 $(ROOT
)/lib
/main
/BoschSensortec
/BMI270-Sensor-API
/bmi270_maximum_fifo.c \
44 $(addprefix drivers
/barometer
/,$(notdir $(wildcard $(SRC_DIR
)/drivers
/barometer
/*.c
))) \
45 $(addprefix drivers
/compass
/,$(notdir $(wildcard $(SRC_DIR
)/drivers
/compass
/*.c
))) \
47 drivers
/vtx_rtc6705.c \
48 drivers
/vtx_rtc6705_soft_spi.c \
50 rx
/cc2500_frsky_shared.c \
56 rx
/cyrf6936_spektrum.c \
57 drivers
/rx
/expresslrs_driver.c \
59 rx
/expresslrs_common.c \
60 rx
/expresslrs_telemetry.c \
61 drivers
/rx
/rx_cc2500.c \
62 drivers
/rx
/rx_a7105.c \
63 drivers
/rx
/rx_cyrf6936.c \
64 drivers
/rx
/rx_sx127x.c \
65 drivers
/rx
/rx_sx1280.c \