repo.or.cz
/
betaflight.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Code re-organisation: src/platform/xxx for the MCU type (#13955)
[betaflight.git]
/
src
/
platform
/
STM32
/
target
/
STM32H750
/
target.mk
blob
3346eb33937d6de45f60d8005a508b71ff6db3a7
1
TARGET_MCU
:=
STM32H750xx
2
TARGET_MCU_FAMILY
:=
STM32H7
3
4
HSE_VALUE
=
8000000
5
6
ifneq
($(
EXST
),
yes
)
7
TARGET_FLASH_SIZE
:=
1024
8
LD_SCRIPT
= $(
LINKER_DIR
)/
stm32_flash_h750_1m.
ld
9
endif