Code re-organisation: src/platform/xxx for the MCU type (#13955)
[betaflight.git] / src / platform / STM32 / target / STM32H750 / target.mk
blob3346eb33937d6de45f60d8005a508b71ff6db3a7
1 TARGET_MCU := STM32H750xx
2 TARGET_MCU_FAMILY := STM32H7
4 HSE_VALUE = 8000000
6 ifneq ($(EXST),yes)
7 TARGET_FLASH_SIZE := 1024
8 LD_SCRIPT = $(LINKER_DIR)/stm32_flash_h750_1m.ld
9 endif